commit 68191ae014cc589274b71534711cc59cf385f3c5
parent 67af307cca8936b3e544e223d7d90bf8adc9a2af
Author: sin <sin@2f30.org>
Date: Fri, 7 Mar 2014 11:49:26 +0000
Mount devtmpfs at boot time
We need to check the filesystems at boot time.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/rc.init b/bin/rc.init
@@ -18,6 +18,8 @@ ctrlaltdel -s
mount -n -t proc proc /proc
mount -n -t sysfs sysfs /sys
+mount -n -t devtmpfs dev /dev
+mkdir -p /dev/pts
mount -n -t devpts devpts /dev/pts
echo Remounting root as read-write