diff options
-rwxr-xr-x | bootstrap | 2 | ||||
-rwxr-xr-x | init | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -154,6 +154,8 @@ if [ "$stage" -eq "1" ]; then pkgs+=",less" + pkgs+=",g++,pkg-config" + sudo debootstrap \ --foreign \ --arch=amd64 \ @@ -29,10 +29,10 @@ function error () # export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/klibc/bin/ -# One would expect rootflags=size=1g to work but it doesn't (perhaps init +# One would expect rootflags=size=Xg to work but it doesn't (perhaps init # is expected to interpret it)? # -mount -o remount,size=1G / +mount -o remount,size=1536M / mkdir -p /sys /proc mount -t sysfs -o nodev,noexec,nosuid sysfs /sys |