summaryrefslogtreecommitdiff
path: root/rcS
diff options
context:
space:
mode:
Diffstat (limited to 'rcS')
-rw-r--r--rcS7
1 files changed, 4 insertions, 3 deletions
diff --git a/rcS b/rcS
index bb1136e..af7bd5d 100644
--- a/rcS
+++ b/rcS
@@ -1,10 +1,11 @@
#!/bin/sh
rm /etc/mtab
touch /etc/mtab
-mount /proc
-mount /sys
+mount -t proc proc /proc
+mount -t sysfs sysfs /sys
+mount -t tmpfs -o size=0 tmpfs /dev
mkdir -p /dev/pts
-mount /dev/pts
+mount -t devpts devpts /dev/pts
echo /sbin/mdev >/proc/sys/kernel/hotplug
mdev -s