aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2009-08-02 22:13:48 -0300
committerThomas Bächler <thomas@archlinux.org>2009-08-10 23:42:38 +0200
commite5248347fd0c00e9ea72ad3b3b3434573f08d96d (patch)
tree5f407460d35624267fee1f694cc7c3026739141c /rc.sysinit
parente929caffa000b4f45b72a12053da6f45c3344d23 (diff)
downloadinitscripts-e5248347fd0c00e9ea72ad3b3b3434573f08d96d.tar.xz
Mount /dev as tmpfs instead of ramfs for new udev-145
* ramfs not support POSIX ACL that is necessary for using with the current udev-145 and make the rule 70-acl.rules usable, when ConsoleKit is available. * tmpfs support POSIX ACL Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
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 8ec6ec6..3a8fab2 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 ramfs none /dev
+/bin/mount -n -t tmpfs none /dev -o mode=0755
/bin/mount -n -t proc none /proc
/bin/mount -n -t sysfs none /sys