aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-08-23 14:16:25 +0200
committerThomas Bächler <thomas@archlinux.org>2009-08-23 14:16:25 +0200
commit757f653b8c9ba9d671dd95bd998bc3d487ee20d1 (patch)
treeba010d0a69f2ad4c640936633c5e2638a6403adf /rc.sysinit
parent8694cdf8e252c7b443dfb6423a0c6127d9a8c62e (diff)
downloadinitscripts-757f653b8c9ba9d671dd95bd998bc3d487ee20d1.tar.xz
Add size and noexec mount options to /dev, change "none" to "udev"
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 96966fb..8b80475 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -15,7 +15,7 @@ printhl "Distributed under the GNU General Public License (GPL)"
printsep
# mount /proc, /sys and our RAM /dev
-/bin/mount -n -t tmpfs none /dev -o mode=0755
+/bin/mount -n -t tmpfs udev /dev -o mode=0755,size=10M,noexec
/bin/mount -n -t proc none /proc
/bin/mount -n -t sysfs none /sys