From 573dce43831631424b13bfb386aed46aa17ea6a4 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 30 Oct 1998 01:17:42 +0000 Subject: [PATCH] Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokes and dies if it can't find the MFS root whereas the x86 one seems to sail past. Looking at the code, I can't see how either one works, so I'm confused. :) --- sys/alpha/conf/GENERIC | 4 ++-- sys/alpha/conf/NOTES | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index e09424cc1f9c..8a583854175c 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.9 1998/10/13 21:38:46 jkh Exp $ +# $Id: GENERIC,v 1.10 1998/10/14 00:42:02 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 e09424cc1f9c..8a583854175c 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.9 1998/10/13 21:38:46 jkh Exp $ +# $Id: GENERIC,v 1.10 1998/10/14 00:42:02 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