aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-29 14:35:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-29 14:35:36 +0200
commit546ccab3f25b3d6f80dd4a392b25bed34a5c2dc0 (patch)
treec68a9a89132e1fdc4d5fdfd7e3d7a3a8a81c5056 /init
parentc82efc3e5ee4619e6ffc638911659b3dc184fdaf (diff)
Add g++ package
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index e189bbc..64016a1 100755
--- a/init
+++ b/init
@@ -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