Add 'options MFS_ROOT' back in to kernel configs -- not going to get far
without that!
This commit is contained in:
parent
e394748e8e
commit
5262c12c2b
@ -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
|
||||
cpu I386_CPU
|
||||
@ -14,6 +14,7 @@ options INET #InterNETworking
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #Use MFS for root
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options EXT2FS
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
# $Id: PICOBSD,v 1.1 1999/08/23 10:01:37 luigi Exp $
|
||||
#
|
||||
|
||||
machine i386
|
||||
@ -17,6 +17,7 @@ options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options NFS #Network Filesystem
|
||||
#options BOOTP
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #MFS as root
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
|
@ -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
|
||||
@ -16,6 +16,7 @@ options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options NFS #Network Filesystem
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #MFS as root
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
|
@ -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
|
||||
@ -16,6 +16,7 @@ options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
#options NFS #Network Filesystem
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #MFS as root
|
||||
#options MSDOSFS #MSDOS Filesystem
|
||||
#options CD9660 #ISO 9660 Filesystem
|
||||
#options PROCFS #Process filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user