diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-06 17:39:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-06 17:39:36 +0000 |
commit | b2d677f6db13a154e99c72d6d9926740d7811006 (patch) | |
tree | 4192c68acd369c1f256ec090cede458da4f7f39d /serverboot/bootstrap.c | |
parent | e74a41ddb8371c800004c99b80ef0b564128884b (diff) |
1999-10-06 Roland McGrath <roland@baalperazim.frob.com>
* bootstrap.c (DEFAULT_ROOT): Change to "hd0s1".
Diffstat (limited to 'serverboot/bootstrap.c')
-rw-r--r-- | serverboot/bootstrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/bootstrap.c b/serverboot/bootstrap.c index 3057e0a7..ce9e2e10 100644 --- a/serverboot/bootstrap.c +++ b/serverboot/bootstrap.c @@ -38,7 +38,7 @@ #include "../boot/boot_script.h" /* Use this device if no root specified. */ -#define DEFAULT_ROOT "hd0a" +#define DEFAULT_ROOT "hd0s1" #if 0 |