From c5e5cc6d1b77dbfee3341b627979e864c2e9a514 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Apr 2017 08:44:30 +0200 Subject: Various minor improvements/changes --- init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init') diff --git a/init b/init index 18a6b0b..35838e5 100755 --- a/init +++ b/init @@ -32,7 +32,7 @@ export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/klibc/bin/ # One would expect rootflags=size=Xg to work but it doesn't (perhaps init # is expected to interpret it)? # -mount -o remount,size=1536M / +mount -o remount,size=2G / mkdir -p /sys /proc mount -t sysfs -o nodev,noexec,nosuid sysfs /sys @@ -379,7 +379,7 @@ fi # compromized VMs will be able to upload to. # mkdir -p /build/tftp -o="nodev,noexec,nosuid,size=200M" +o="nodev,noexec,nosuid,size=512M" o+=",mode=0755,uid=$(id -u build),gid=$(id -g build)" echo "tmpfs /build/tftp tmpfs $o 0 0" >>$fstab -- cgit v1.1