From fb42495bb45d43a01c96458cdd2a441d5eac18f9 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 27 Feb 2012 14:27:41 +0000 Subject: rcS: remove tmpfs mount The kernel now has DEVTMPFS and DEVTMPFS_MOUNT, this will mount a tmpfs on /dev and add nodes to it. mdev may only be used as hotplug it may set permissions though, like udev does --- rcS | 1 - 1 file changed, 1 deletion(-) diff --git a/rcS b/rcS index af7bd5d..cca6665 100644 --- a/rcS +++ b/rcS @@ -3,7 +3,6 @@ rm /etc/mtab touch /etc/mtab mount -t proc proc /proc mount -t sysfs sysfs /sys -mount -t tmpfs -o size=0 tmpfs /dev mkdir -p /dev/pts mount -t devpts devpts /dev/pts -- cgit v1.2.1