diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-20 08:44:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-20 08:44:30 +0200 |
commit | c5e5cc6d1b77dbfee3341b627979e864c2e9a514 (patch) | |
tree | e30c2a0b9c9d1bef5285f15ed44ceb2093d2af97 /init | |
parent | fa910a11d351a496a7db8da65b33625cf790c928 (diff) |
Various minor improvements/changes
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |