Enable TAR_STAGE4 and install paxctl from apt repos.
This commit is contained in:
parent
f90f29bd9b
commit
b7669ad52a
3
config
3
config
|
|
@ -27,7 +27,7 @@ stem_url="https://git.torproject.org/stem.git"
|
||||||
size="4098"
|
size="4098"
|
||||||
filesystem="btrfs"
|
filesystem="btrfs"
|
||||||
|
|
||||||
#TAR_STAGE4=true
|
TAR_STAGE4=true
|
||||||
|
|
||||||
extra_packages+=(
|
extra_packages+=(
|
||||||
eudev
|
eudev
|
||||||
|
|
@ -46,6 +46,7 @@ extra_packages+=(
|
||||||
tor
|
tor
|
||||||
redis-tools
|
redis-tools
|
||||||
redis-server
|
redis-server
|
||||||
|
paxctl
|
||||||
|
|
||||||
python2.7
|
python2.7
|
||||||
python3
|
python3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue