remove "mount -t kernfs" line.

This commit is contained in:
nonaka 2009-12-22 11:15:52 +00:00
parent 6f567e45e4
commit 118e8385d3
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
# mount the ramdisk read write
mount -u $ROOTDEV /
# mount the kern_fs so that we can examine the dmesg state
mount -t kernfs /kern /kern
# run the installation program
sysinst
fi