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 | 7bb1561b0c4ea284293b46ad05308ae24c2d8324 (patch) | |
| tree | 2ebc955c17514e32feea80b767e8a6afea25d95a /serverboot | |
| parent | 7df981fd135d841dd0af0638bc16332a73a0ed70 (diff) | |
1999-10-06 Roland McGrath <roland@baalperazim.frob.com>
* bootstrap.c (DEFAULT_ROOT): Change to "hd0s1".
Diffstat (limited to 'serverboot')
| -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 |
