Module Name: src Committed By: tsutsui Date: Sun Mar 29 10:12:32 UTC 2009
Modified Files: src/distrib/alpha/instkernel/ramdisk: dot.profile list src/sys/arch/alpha/conf: INSTALL Log Message: Remove kernfs and use dmesg(8) on alpha INSTALL kernel. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/alpha/instkernel/ramdisk/dot.profile cvs rdiff -u -r1.26 -r1.27 src/distrib/alpha/instkernel/ramdisk/list cvs rdiff -u -r1.97 -r1.98 src/sys/arch/alpha/conf/INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/alpha/instkernel/ramdisk/dot.profile diff -u src/distrib/alpha/instkernel/ramdisk/dot.profile:1.9 src/distrib/alpha/instkernel/ramdisk/dot.profile:1.10 --- src/distrib/alpha/instkernel/ramdisk/dot.profile:1.9 Sat Jul 26 17:06:26 2003 +++ src/distrib/alpha/instkernel/ramdisk/dot.profile Sun Mar 29 10:12:31 2009 @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.9 2003/07/26 17:06:26 salo Exp $ +# $NetBSD: dot.profile,v 1.10 2009/03/29 10:12:31 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/alpha/instkernel/ramdisk/list diff -u src/distrib/alpha/instkernel/ramdisk/list:1.26 src/distrib/alpha/instkernel/ramdisk/list:1.27 --- src/distrib/alpha/instkernel/ramdisk/list:1.26 Sun Jan 25 22:08:37 2009 +++ src/distrib/alpha/instkernel/ramdisk/list Sun Mar 29 10:12:31 2009 @@ -1,4 +1,4 @@ -# $NetBSD: list,v 1.26 2009/01/25 22:08:37 abs Exp $ +# $NetBSD: list,v 1.27 2009/03/29 10:12:31 tsutsui Exp $ SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin @@ -21,6 +21,7 @@ PROG bin/sync PROG sbin/disklabel +PROG sbin/dmesg PROG sbin/fsck PROG sbin/fsck_ffs PROG sbin/ifconfig @@ -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 Index: src/sys/arch/alpha/conf/INSTALL diff -u src/sys/arch/alpha/conf/INSTALL:1.97 src/sys/arch/alpha/conf/INSTALL:1.98 --- src/sys/arch/alpha/conf/INSTALL:1.97 Fri Feb 6 18:50:26 2009 +++ src/sys/arch/alpha/conf/INSTALL Sun Mar 29 10:12:31 2009 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.97 2009/02/06 18:50:26 jym Exp $ +# $NetBSD: INSTALL,v 1.98 2009/03/29 10:12:31 tsutsui Exp $ # # Alpha INSTALL kernel. @@ -46,7 +46,6 @@ file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) file-system MSDOSFS # MS-DOS-compatible file system file-system NFS # Sun NFS-compatible file system client -file-system KERNFS # Kernel variable file system (/kern) # File system options #options NFS_V2_ONLY # Exclude NFS3 code to save space