Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
This commit is contained in:
parent
5c670ea686
commit
ab3ad94358
@ -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 @@ 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
|
||||
|
@ -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/stty
|
||||
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/mknod
|
||||
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
|
||||
|
@ -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 FFS # Fast file system
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user