From e5248347fd0c00e9ea72ad3b3b3434573f08d96d Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sun, 2 Aug 2009 22:13:48 -0300 Subject: 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 --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') 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 -- cgit v1.2.3