Source-Changes-HG archive

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

[src/trunk]: src/distrib/emips/ramdisk Use sbin/dmesg rather than via kernfs.



details:   https://anonhg.NetBSD.org/src/rev/99db23f48df9
branches:  trunk
changeset: 766231:99db23f48df9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 19 02:40:38 2011 +0000

description:
Use sbin/dmesg rather than via kernfs.

diffstat:

 distrib/emips/ramdisk/dot.profile |  5 +----
 distrib/emips/ramdisk/list        |  4 ++--
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 69b0ff5c7e0a -r 99db23f48df9 distrib/emips/ramdisk/dot.profile
--- a/distrib/emips/ramdisk/dot.profile Sun Jun 19 02:36:59 2011 +0000
+++ b/distrib/emips/ramdisk/dot.profile Sun Jun 19 02:40:38 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.1 2011/01/26 01:18:44 pooka Exp $
+# $NetBSD: dot.profile,v 1.2 2011/06/19 02:40:38 tsutsui Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -59,9 +59,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
diff -r 69b0ff5c7e0a -r 99db23f48df9 distrib/emips/ramdisk/list
--- a/distrib/emips/ramdisk/list        Sun Jun 19 02:36:59 2011 +0000
+++ b/distrib/emips/ramdisk/list        Sun Jun 19 02:40:38 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.3 2011/06/19 02:25:46 tsutsui Exp $
+#      $NetBSD: list,v 1.4 2011/06/19 02:40:38 tsutsui Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin sys/arch/emips/stand
 
@@ -20,6 +20,7 @@
 PROG   bin/stty
 PROG   bin/sync
 
+PROG   sbin/dmesg
 PROG   sbin/disklabel
 PROG   sbin/fsck
 PROG   sbin/fsck_ffs
@@ -29,7 +30,6 @@
 PROG   sbin/mount
 PROG   sbin/mount_cd9660
 PROG   sbin/mount_ffs
-PROG   sbin/mount_kernfs
 PROG   sbin/mount_msdos
 PROG   sbin/mount_nfs
 PROG   sbin/newfs      sbin/mount_mfs



Home | Main Index | Thread Index | Old Index