Remove an LFS clause, now that it is in the history,
anyone who wants to see what was needed cto revive LFS can see it.
This commit is contained in:
parent
172674fa35
commit
6fa7ada05f
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
|
||||
* $Id: autoconf.c,v 1.93 1998/04/19 23:31:33 julian Exp $
|
||||
* $Id: autoconf.c,v 1.94 1998/04/20 03:57:23 julian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -376,24 +376,6 @@ cpu_rootconf()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(LFS) || defined(LFS_ROOT)
|
||||
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");
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
|
||||
* $Id: autoconf.c,v 1.93 1998/04/19 23:31:33 julian Exp $
|
||||
* $Id: autoconf.c,v 1.94 1998/04/20 03:57:23 julian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -376,24 +376,6 @@ cpu_rootconf()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(LFS) || defined(LFS_ROOT)
|
||||
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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user