summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-30 01:37:33 +0000
committerjkh <jkh@FreeBSD.org>1998-10-30 01:37:33 +0000
commit02085b8fcd4391a1121f8846161cd62e9d06ccb0 (patch)
tree74709e91863c8f0369383552e1e407a3c8bd7345 /sys/alpha
parentaf8d56d484f356ec2525eaa8977c1dc80758428f (diff)
downloadFreeBSD-src-02085b8fcd4391a1121f8846161cd62e9d06ccb0.zip
FreeBSD-src-02085b8fcd4391a1121f8846161cd62e9d06ccb0.tar.gz
Put back MFS_ROOT now that it's been fixed correctly.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC4
-rw-r--r--sys/alpha/conf/NOTES4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 8a58385..e6f5429 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/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: GENERIC,v 1.10 1998/10/14 00:42:02 jkh Exp $
+# $Id: GENERIC,v 1.11 1998/10/30 01:17:42 jkh Exp $
machine "alpha"
cpu "EV4"
@@ -32,7 +32,7 @@ options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MFS #Memory Filesystem
-#options MFS_ROOT #Memory Filesystem as rootfs
+options MFS_ROOT #Memory Filesystem as rootfs
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options "CD9660_ROOT" #CD-ROM usable as root device
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 8a58385..e6f5429 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -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: GENERIC,v 1.10 1998/10/14 00:42:02 jkh Exp $
+# $Id: GENERIC,v 1.11 1998/10/30 01:17:42 jkh Exp $
machine "alpha"
cpu "EV4"
@@ -32,7 +32,7 @@ options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MFS #Memory Filesystem
-#options MFS_ROOT #Memory Filesystem as rootfs
+options MFS_ROOT #Memory Filesystem as rootfs
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options "CD9660_ROOT" #CD-ROM usable as root device
OpenPOWER on IntegriCloud