summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-06 17:39:36 +0000
committerRoland McGrath <roland@gnu.org>1999-10-06 17:39:36 +0000
commitb2d677f6db13a154e99c72d6d9926740d7811006 (patch)
tree4192c68acd369c1f256ec090cede458da4f7f39d /serverboot
parente74a41ddb8371c800004c99b80ef0b564128884b (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.c2
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