diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-15 21:21:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-15 21:21:51 +0000 |
commit | 4d22d620e90a8245398963b705a35a2a260d74a7 (patch) | |
tree | 075db7446fbd90055e6dc06256146f30f0d872ac /release | |
parent | f038e91e4fce3c5d4b785bc0bdf7aacaeff78f2c (diff) |
add comment
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) |