Add 'options MFS_ROOT' back in to kernel configs -- not going to get far

without that!
This commit is contained in:
Doug White 1999-08-23 18:49:52 +00:00
parent e394748e8e
commit 5262c12c2b
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# #
# $Id: PICOBSD,v 1.7 1999/05/24 17:26:32 roger Exp $ # $Id: PICOBSD,v 1.1 1999/08/22 21:42:36 dwhite Exp $
# #
machine i386 machine i386
cpu I386_CPU cpu I386_CPU
@ -14,6 +14,7 @@ options INET #InterNETworking
options FFS #Berkeley Fast Filesystem options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!] options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem options MFS #Memory Filesystem
options MFS_ROOT #Use MFS for root
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem options CD9660 #ISO 9660 Filesystem
options EXT2FS options EXT2FS

View File

@ -1,5 +1,5 @@
# #
# $Id$ # $Id: PICOBSD,v 1.1 1999/08/23 10:01:37 luigi Exp $
# #
machine i386 machine i386
@ -17,6 +17,7 @@ options FFS_ROOT #FFS usable as root device [keep this!]
options NFS #Network Filesystem options NFS #Network Filesystem
#options BOOTP #options BOOTP
options MFS #Memory Filesystem options MFS #Memory Filesystem
options MFS_ROOT #MFS as root
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem options PROCFS #Process filesystem

View File

@ -1,5 +1,5 @@
# #
# $Id: PICOBSD,v 1.12 1999/08/22 21:44:19 dwhite dead $ # $Id: PICOBSD,v 1.1 1999/08/23 10:04:48 luigi Exp $
# #
machine i386 machine i386
@ -16,6 +16,7 @@ options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!] options FFS_ROOT #FFS usable as root device [keep this!]
options NFS #Network Filesystem options NFS #Network Filesystem
options MFS #Memory Filesystem options MFS #Memory Filesystem
options MFS_ROOT #MFS as root
options MSDOSFS #MSDOS Filesystem options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem options CD9660 #ISO 9660 Filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]

View File

@ -1,5 +1,5 @@
# #
# $Id: PICOBSD,v 1.16 1999/08/22 21:44:46 dwhite dead $ # $Id: PICOBSD,v 1.1 1999/08/23 10:05:20 luigi Exp $
# #
machine i386 machine i386
@ -16,6 +16,7 @@ options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!] options FFS_ROOT #FFS usable as root device [keep this!]
#options NFS #Network Filesystem #options NFS #Network Filesystem
options MFS #Memory Filesystem options MFS #Memory Filesystem
options MFS_ROOT #MFS as root
#options MSDOSFS #MSDOS Filesystem #options MSDOSFS #MSDOS Filesystem
#options CD9660 #ISO 9660 Filesystem #options CD9660 #ISO 9660 Filesystem
#options PROCFS #Process filesystem #options PROCFS #Process filesystem