diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-01-25 02:22:04 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-01-25 02:22:04 +0000 |
| commit | 3d2db2b0dc9b211fed308adb93611fced73e223b (patch) | |
| tree | bae9d8bdaf5d98cbd90ce9ffd8e7501b1e1ceaec /sys | |
| parent | 2b3f4eadb0285a0d3f2513d608ae2ef24dc06c38 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 5 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 3f0f5ac0861f..fe193568a432 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC98,v 1.29 1998/01/15 08:12:23 kato Exp $ +# $Id: GENERIC98,v 1.30 1998/01/15 08:17:13 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -30,6 +30,9 @@ options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem +options "CD9660_ROOT" #CD-ROM usable as root device +options FFS_ROOT #FFS usable as root device [keep this!] +options NFS_ROOT #NFS usable as root device options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 3f0f5ac0861f..fe193568a432 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC98,v 1.29 1998/01/15 08:12:23 kato Exp $ +# $Id: GENERIC98,v 1.30 1998/01/15 08:17:13 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -30,6 +30,9 @@ options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem +options "CD9660_ROOT" #CD-ROM usable as root device +options FFS_ROOT #FFS usable as root device [keep this!] +options NFS_ROOT #NFS usable as root device options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device |
