mount sysfs at boottime
svn path=/nixu/trunk/; revision=3635
This commit is contained in:
parent
26ccf579e0
commit
9a29f70977
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ echo "--- Nix ---"
|
|||
echo "mounting /proc..."
|
||||
mount -n -t proc none /proc
|
||||
|
||||
echo "mounting /sys..."
|
||||
mount -n -t sysfs none /sys
|
||||
|
||||
#echo "checking /dev/root..."
|
||||
#e2fsck -y /dev/root || test "$?" -le 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue