summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init6
1 files changed, 3 insertions, 3 deletions
diff --git a/init b/init
index 53c64d5..79ff0be 100644
--- a/init
+++ b/init
@@ -8,10 +8,10 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin
mount -t proc proc /proc -o nosuid,noexec,nodev
mount -t sysfs sys /sys -o nosuid,noexec,nodev
-if mount -n -t devtmpfs udev /dev -o mode=0755,size=10M,nosuid; then
+if mount -n -t devtmpfs udev /dev -o mode=0755,nosuid; then
devtmpfs_mounted=1
else
- mount -n -t tmpfs udev /dev -o mode=0755,size=10M,nosuid
+ mount -n -t tmpfs udev /dev -o mode=0755,nosuid
devtmpfs_mounted=0
# We don't have devtmpfs, so add the most important standard devices
mknod /dev/null c 1 3
@@ -20,7 +20,7 @@ else
# /dev/mem is needed if we want to load uvesafb before triggering uevents
mknod /dev/mem c 1 1
fi
-mount -t tmpfs run /run -o nosuid,nodev,mode=755,size=10M
+mount -t tmpfs run /run -o nosuid,nodev,mode=0755
mkdir /run/initramfs
# parse the kernel command line