summaryrefslogtreecommitdiffstats
path: root/source/a/eudev/config/rc.d/rc.udev.new
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/eudev/config/rc.d/rc.udev.new')
-rwxr-xr-xsource/a/eudev/config/rc.d/rc.udev.new4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/eudev/config/rc.d/rc.udev.new b/source/a/eudev/config/rc.d/rc.udev.new
index aaa1eb155..1b4e3fe9f 100755
--- a/source/a/eudev/config/rc.d/rc.udev.new
+++ b/source/a/eudev/config/rc.d/rc.udev.new
@@ -70,7 +70,7 @@ case "$1" in
check_mounted /dev/pts devpts && umount -l /dev/pts
# Mount tmpfs on /dev:
- mount -n -t devtmpfs devtmpfs /dev
+ mount -n -t devtmpfs -o size=8M devtmpfs /dev
fi
else
# Mount tmpfs on /dev:
@@ -84,7 +84,7 @@ case "$1" in
# Mount tmpfs on /dev:
# the -n is because we don't want /dev umounted when
# someone (rc.[06]) calls umount -a
- mount -n -o mode=0755 -t tmpfs tmpfs /dev
+ mount -n -o mode=0755 -t tmpfs -o size=8M tmpfs /dev
fi
fi