diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-05-11 02:50:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-05-11 02:50:11 +0000 |
| commit | 2c739e643946f5b1ab2648af673ae2356e7c60ea (patch) | |
| tree | f3ea15a68d75aeaed5e5dc0db6de7f728203ac0e | |
| parent | babb4e927f5e70355ddaa3ea016a7b01ddb84f38 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/autoconf.c | 4 | ||||
| -rw-r--r-- | sys/i386/i386/autoconf.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index cb627e0bd59f..65a505ea9475 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.26 1995/04/23 09:17:24 julian Exp $ + * $Id: autoconf.c,v 1.27 1995/04/25 03:41:12 phk Exp $ */ /* @@ -199,7 +199,6 @@ configure() */ if ((boothowto & RB_ASKNAME) == 0 || rootdev != NODEV) setroot(); - setconf(); } #endif if (!mountroot) { @@ -209,6 +208,7 @@ configure() * Configure swap area and related system * parameter based on device(s) used. */ + setconf(); swapconf(); cold = 0; } diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index cb627e0bd59f..65a505ea9475 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.26 1995/04/23 09:17:24 julian Exp $ + * $Id: autoconf.c,v 1.27 1995/04/25 03:41:12 phk Exp $ */ /* @@ -199,7 +199,6 @@ configure() */ if ((boothowto & RB_ASKNAME) == 0 || rootdev != NODEV) setroot(); - setconf(); } #endif if (!mountroot) { @@ -209,6 +208,7 @@ configure() * Configure swap area and related system * parameter based on device(s) used. */ + setconf(); swapconf(); cold = 0; } |
