summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-15 21:17:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-15 21:17:58 +0000
commitf038e91e4fce3c5d4b785bc0bdf7aacaeff78f2c (patch)
tree1c0deccd85cf5d29ee0f4168ef158ba0f9f6a368
parent680b9652531a84894936fbd47dd91c66315ed09a (diff)
Rewritten; much nicer now.
-rw-r--r--release/menu.lst42
1 files changed, 36 insertions, 6 deletions
diff --git a/release/menu.lst b/release/menu.lst
index 1b3e64b2..1354863a 100644
--- a/release/menu.lst
+++ b/release/menu.lst
@@ -1,11 +1,41 @@
+# This is the amount grub waits before booting the default entry
timeout= 30
-title= hurd
-root= hd(0,a)
-kernel= /boot/kernel
+# Tell which entry to boot by default. Note that this is origin zero
+# from the beginning of the file.
+default= 0
+
+# These two entries are for SCSI disks
+# Entry 0:
+title= hurd (sd0a multi-user)
+root= hd(0,a)
+kernel= /boot/kernel root=sd0a
+module= /boot/serverboot
+
+# Entry 1:
+title= hurd (sd0a single-user)
+root= hd(0,a)
+kernel= /boot/kernel root=sd0a -s
module= /boot/serverboot
-title= hurd (single user)
-root= hd(0,a)
-kernel= /boot/kernel -s
+
+# These two entries are for RLL/IDE/ST-506/etc. disks
+# Entry 2:
+title= hurd (hd0a multi-user)
+root= hd(0,a)
+kernel= /boot/kernel root=hd0a
module= /boot/serverboot
+
+# Entry 3:
+title= hurd (hd0a single-user)
+root= hd(0,a)
+kernel= /boot/kernel root=hd0a -s
+module= /boot/serverboot
+
+
+# Installation step for GRUB hard disk boot blocks
+# Entry 4:
+title= grub install
+root= hd(0)
+install=hd(0,a)/boot/grub/stage2
+