From 2af4594564ea3df9d8b10bc253fe96289d8ac739 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Mon, 20 Apr 1998 21:54:19 +0000 Subject: [PATCH] Remove more LFS left-overs --- sys/i386/i386/mountroot.c | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/sys/i386/i386/mountroot.c b/sys/i386/i386/mountroot.c index 4dfbb83311d..44b85b83ad8 100644 --- a/sys/i386/i386/mountroot.c +++ b/sys/i386/i386/mountroot.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.82 1997/11/21 18:27:08 bde Exp $ + * $Id: mountroot.c,v 1.1 1998/04/19 23:31:35 julian Exp $ */ /* @@ -332,24 +332,6 @@ cpu_rootconf() } #endif -#ifdef LFS - if (!mountrootfsname) { - if (bootverbose) - printf("Considering LFS root f/s.\n"); - mountrootfsname = "lfs"; - /* - * Ignore the -a flag if this kernel isn't compiled - * with a generic root/swap configuration: if we skip - * setroot() and we aren't a generic kernel, chaos - * will ensue because setconf() will be a no-op. - * (rootdev is always initialized to NODEV in a - * generic configuration, so we test for that.) - */ - if ((boothowto & RB_ASKNAME) == 0 || rootdev != NODEV) - setroot(); - } -#endif - if (!mountrootfsname) { panic("Nobody wants to mount my root for me"); }