Adopt for new file system and root spec grammar.

This commit is contained in:
thorpej 1997-01-31 02:08:19 +00:00
parent 801f7e1a0e
commit 95380a8478
7 changed files with 76 additions and 82 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.16 1996/11/19 21:04:44 gwr Exp $
# $NetBSD: DISKLESS,v 1.17 1997/01/31 02:08:19 thorpej Exp $
#
# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -25,13 +25,13 @@ makeoptions DEBUG="-g" # symbols for kgdb + nm
options KGDB
# Filesystem options
options NFSCLIENT # nfs client support
#
options FDESC # /dev/fd/*
file-system NFS # nfs client support
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PROCFS # /proc
# Networking options
options INET # IP prototol stack support
@ -55,7 +55,7 @@ options UCONSOLE # Allow non-root TIOCCONS
#options EXEC_DEBUG
#options DIAGNOSTIC
config netbsd root on nfs swap on nfs
config netbsd root on ? type nfs
#
# Serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: FOUR_TTYS,v 1.6 1996/12/28 23:27:27 pk Exp $
# $NetBSD: FOUR_TTYS,v 1.7 1997/01/31 02:08:20 thorpej Exp $
#
# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -8,7 +8,6 @@
include "arch/sun3/conf/std.sun3"
# Machines to be supported by this kernel
options GENERIC
options FPU_EMULATE
options HAVECACHE # Sun3/260 VAC
@ -25,18 +24,18 @@ options DDB
#options KGDB
# Filesystem options
options NFSSERVER # nfs server support
options NFSCLIENT # nfs client support
options FFS # ufs file system
#
options CD9660 # ISO 9660 + Rock Ridge file system
options FDESC # /dev/fd/*
file-system FFS # ufs file system
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system NFS # nfs client support
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
file-system UNION # union file system
file-system MFS # memory-based filesystem
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PROCFS # /proc
options UNION # union file system
options MFS # memory-based filesystem
options NFSSERVER # nfs server support
# Networking options
options INET # IP prototol stack support
@ -61,7 +60,7 @@ options PMAP_DEBUG
options DIAGNOSTIC
#options SCSIDEBUG
config netbsd swap generic
config netbsd root on ? type ?
#
# Serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.34 1997/01/11 09:11:39 mikel Exp $
# $NetBSD: GENERIC,v 1.35 1997/01/31 02:08:21 thorpej Exp $
#
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -8,7 +8,6 @@
include "arch/sun3/conf/std.sun3"
# Machines to be supported by this kernel
options GENERIC
options FPU_EMULATE
options HAVECACHE # Sun3/260 VAC
@ -25,18 +24,18 @@ options DDB
#options KGDB
# Filesystem options
file-system FFS # ufs file system
file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
file-system UNION # union file system
file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support
options NFSCLIENT # nfs client support
options FFS # ufs file system
#
options CD9660 # ISO 9660 + Rock Ridge file system
options FDESC # /dev/fd/*
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PROCFS # /proc
options UNION # union file system
options MFS # memory-based filesystem
# Networking options
options INET # IP prototol stack support
@ -61,7 +60,7 @@ options PMAP_DEBUG
options DIAGNOSTIC
#options SCSIDEBUG
config netbsd swap generic
config netbsd root on ? type ?
#
# Serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_KGDB,v 1.7 1997/01/11 09:11:40 mikel Exp $
# $NetBSD: GENERIC_KGDB,v 1.8 1997/01/31 02:08:23 thorpej Exp $
#
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -8,7 +8,6 @@
include "arch/sun3/conf/std.sun3"
# Machines to be supported by this kernel
options GENERIC
options FPU_EMULATE
options HAVECACHE # Sun3/260 VAC
@ -25,18 +24,18 @@ makeoptions DEBUG="-g" # symbols for kgdb + nm
options KGDB
# Filesystem options
file-system FFS # ufs file system
file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
file-system UNION # union file system
file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support
options NFSCLIENT # nfs client support
options FFS # ufs file system
#
options CD9660 # ISO 9660 + Rock Ridge file system
options FDESC # /dev/fd/*
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PROCFS # /proc
options UNION # union file system
options MFS # memory-based filesystem
# Networking options
options INET # IP prototol stack support
@ -62,7 +61,7 @@ options DIAGNOSTIC
#options SCSIDEBUG
options NCR5380_DEBUG
config netbsd swap generic
config netbsd root on ? type ?
#
# Serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: KGDB,v 1.7 1997/01/11 09:11:40 mikel Exp $
# $NetBSD: KGDB,v 1.8 1997/01/31 02:08:23 thorpej Exp $
#
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -8,7 +8,6 @@
include "arch/sun3/conf/std.sun3"
# Machines to be supported by this kernel
options GENERIC
options FPU_EMULATE
options HAVECACHE # Sun3/260 VAC
@ -25,18 +24,18 @@ makeoptions DEBUG="-g" # symbols for kgdb + nm
options KGDB
# Filesystem options
file-system FFS # ufs file system
file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
file-system UNION # union file system
file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support
options NFSCLIENT # nfs client support
options FFS # ufs file system
#
options CD9660 # ISO 9660 + Rock Ridge file system
options FDESC # /dev/fd/*
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PROCFS # /proc
options UNION # union file system
options MFS # memory-based filesystem
# Networking options
options INET # IP prototol stack support
@ -62,7 +61,7 @@ options DIAGNOSTIC
#options SCSIDEBUG
options NCR5380_DEBUG
config netbsd swap generic
config netbsd root on ? type ?
#
# Serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.8 1996/12/28 23:27:30 pk Exp $
# $NetBSD: RAMDISK,v 1.9 1997/01/31 02:08:24 thorpej Exp $
#
# RAMDISK: Root/swap on ramdisk
@ -30,10 +30,11 @@ options MEMORY_DISK_HOOKS
options MINIROOTSIZE=512 # 256K
# Filesystem options
# May need NFSCLIENT to get miniroot image
options NFSCLIENT # nfs client support
# May need NFS to get miniroot image
file-system NFS # nfs client support
# Need FFS for the ramdisk image
options FFS # ufs file system
file-system FFS # ufs file system
options FIFO # FIFOs; RECOMMENDED
# Networking options
@ -53,9 +54,7 @@ options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
options DIAGNOSTIC
# The config program assumes all devices have partions...
# Is it OK to put swap on a non-existent partition?
config netbsd root on md0a swap on md0b
config netbsd root on ? type ?
#
# Serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: SMD_TEST,v 1.7 1996/12/28 23:27:31 pk Exp $
# $NetBSD: SMD_TEST,v 1.8 1997/01/31 02:08:25 thorpej Exp $
#
# SMD_TEST - for Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -8,7 +8,6 @@
include "arch/sun3/conf/std.sun3"
# Machines to be supported by this kernel
options GENERIC
options FPU_EMULATE
options HAVECACHE # Sun3/260 VAC
@ -25,18 +24,18 @@ options DDB
#options KGDB
# Filesystem options
options NFSSERVER # nfs server support
options NFSCLIENT # nfs client support
options FFS # ufs file system
#
options CD9660 # ISO 9660 + Rock Ridge file system
options FDESC # /dev/fd/*
file-system FFS # ufs file system
file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/*
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
file-system UNION # union file system
file-system MFS # memory-based filesystem
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
options PROCFS # /proc
options UNION # union file system
options MFS # memory-based filesystem
options NFSSERVER # nfs server support
# Networking options
options INET # IP prototol stack support
@ -61,7 +60,7 @@ options UCONSOLE # Allow non-root TIOCCONS
options DIAGNOSTIC
#options SCSIDEBUG
config netbsd swap generic
config netbsd root on ? type ?
#
# Serial ports