diff options
author | dwhite <dwhite@FreeBSD.org> | 1999-08-23 18:49:52 +0000 |
---|---|---|
committer | dwhite <dwhite@FreeBSD.org> | 1999-08-23 18:49:52 +0000 |
commit | f92baad4142aee4baef8877a2e5729c5837fb77b (patch) | |
tree | fa4881390ca91ee4ee5c32f0a30ef16459dc2316 /release | |
parent | 42583848d015c1e8084aae75e49bbc9b2b71b578 (diff) | |
download | FreeBSD-src-f92baad4142aee4baef8877a2e5729c5837fb77b.zip FreeBSD-src-f92baad4142aee4baef8877a2e5729c5837fb77b.tar.gz |
Add 'options MFS_ROOT' back in to kernel configs -- not going to get far
without that!
Diffstat (limited to 'release')
-rw-r--r-- | release/picobsd/dial/PICOBSD | 3 | ||||
-rw-r--r-- | release/picobsd/isp/PICOBSD | 3 | ||||
-rw-r--r-- | release/picobsd/net/PICOBSD | 3 | ||||
-rw-r--r-- | release/picobsd/router/PICOBSD | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/release/picobsd/dial/PICOBSD b/release/picobsd/dial/PICOBSD index 0c8c1ee..7960e4c 100644 --- a/release/picobsd/dial/PICOBSD +++ b/release/picobsd/dial/PICOBSD @@ -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 diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD index e9fe6e0..c7d88b6 100644 --- a/release/picobsd/isp/PICOBSD +++ b/release/picobsd/isp/PICOBSD @@ -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 diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD index 5d9818b..4842b61 100644 --- a/release/picobsd/net/PICOBSD +++ b/release/picobsd/net/PICOBSD @@ -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!] diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD index 6e08b7b..1c8a65c 100644 --- a/release/picobsd/router/PICOBSD +++ b/release/picobsd/router/PICOBSD @@ -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 |