Put back MFS_ROOT now that it's been fixed correctly.

This commit is contained in:
Jordan K. Hubbard 1998-10-30 01:37:33 +00:00
parent 522bda27ae
commit 4b3c37b2a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40748
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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