Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/landisk/ramdisk remove "mount -t kernfs" line.



details:   https://anonhg.NetBSD.org/src/rev/0dda6b866134
branches:  trunk
changeset: 750256:0dda6b866134
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Tue Dec 22 11:15:52 2009 +0000

description:
remove "mount -t kernfs" line.

diffstat:

 distrib/landisk/ramdisk/dot.profile |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 1b0bda887391 -r 0dda6b866134 distrib/landisk/ramdisk/dot.profile
--- a/distrib/landisk/ramdisk/dot.profile       Tue Dec 22 11:15:25 2009 +0000
+++ b/distrib/landisk/ramdisk/dot.profile       Tue Dec 22 11:15:52 2009 +0000
@@ -58,9 +58,6 @@
        # 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



Home | Main Index | Thread Index | Old Index