summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-27 14:27:41 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-27 14:27:41 +0000
commitfb42495bb45d43a01c96458cdd2a441d5eac18f9 (patch)
treea0fd48ece370e26908fb239023bccce12b9c83d0
parent24deffc4381cdbbad3a464cbcf30beb131965aca (diff)
downloadfhs-dirs-fb42495bb45d43a01c96458cdd2a441d5eac18f9.tar.gz
rcS: remove tmpfs mountbaserock/bootstrap
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
-rw-r--r--rcS1
1 files changed, 0 insertions, 1 deletions
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