Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 19 02:40:38 UTC 2011

Modified Files:
        src/distrib/emips/ramdisk: dot.profile list

Log Message:
Use sbin/dmesg rather than via kernfs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/emips/ramdisk/dot.profile
cvs rdiff -u -r1.3 -r1.4 src/distrib/emips/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/emips/ramdisk/dot.profile
diff -u src/distrib/emips/ramdisk/dot.profile:1.1 src/distrib/emips/ramdisk/dot.profile:1.2
--- src/distrib/emips/ramdisk/dot.profile:1.1	Wed Jan 26 01:18:44 2011
+++ src/distrib/emips/ramdisk/dot.profile	Sun Jun 19 02:40:38 2011
@@ -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

Index: src/distrib/emips/ramdisk/list
diff -u src/distrib/emips/ramdisk/list:1.3 src/distrib/emips/ramdisk/list:1.4
--- src/distrib/emips/ramdisk/list:1.3	Sun Jun 19 02:25:46 2011
+++ src/distrib/emips/ramdisk/list	Sun Jun 19 02:40:38 2011
@@ -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

Reply via email to