diff options
author | julian <julian@FreeBSD.org> | 1998-04-20 21:54:19 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1998-04-20 21:54:19 +0000 |
commit | 079b7f7a37d47bed8869156995eeaf79fc4d9910 (patch) | |
tree | 57067608ce764de9ad0fdfef7c784b389ee460e3 /sys/i386 | |
parent | 2b33b192cb481be6cb9e680e3b79dcfa7b76758b (diff) | |
download | FreeBSD-src-079b7f7a37d47bed8869156995eeaf79fc4d9910.zip FreeBSD-src-079b7f7a37d47bed8869156995eeaf79fc4d9910.tar.gz |
Remove more LFS left-overs
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/i386/mountroot.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/i386/i386/mountroot.c b/sys/i386/i386/mountroot.c index 4dfbb83..44b85b8 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"); } |