diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/menu.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release/menu.lst b/release/menu.lst index 1354863a..7686778a 100644 --- a/release/menu.lst +++ b/release/menu.lst @@ -5,6 +5,12 @@ timeout= 30 # from the beginning of the file. default= 0 +# Note that to GRUB, all hard disks are `hd' and all floppy disks are `fd'. +# To Mach, SCSI disks are `sd' and IDE type disks are `hd'. Use +# GRUB names in the `root' command and prefixing filenames. Use a +# Mach name as the `root' arg for the kernel, and whenever running the Hurd. + + # These two entries are for SCSI disks # Entry 0: title= hurd (sd0a multi-user) |