diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 15:35:02 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 15:35:02 +0000 |
commit | 34074b545aa7da28a88e80d6515822e8afce14d5 (patch) | |
tree | db03be5f02578f1237638f2bb1c7cce2e292a13d /release/menu.lst | |
parent | dfbfff220f6f91f283de0eb0ef352cf6bda58bba (diff) |
Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* INSTALL-binary (Subroutine): Update location of NetBSD install
floppies. Also specify to use -P mount option on nfs mount.
* menu.lst: Fix typo in floppy -> hd install.
* Makefile (dist-files): Replace SOURCES.0.0 with SOURCES.0.2.
(install-dist): Install SOURCES.0.2 instead of SOURCES.0.0.
Diffstat (limited to 'release/menu.lst')
-rw-r--r-- | release/menu.lst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/release/menu.lst b/release/menu.lst index a0214c84..472380f6 100644 --- a/release/menu.lst +++ b/release/menu.lst @@ -14,13 +14,13 @@ default= 0 # These two entries are for SCSI disks # Entry 0: title= hurd (sd0a multi-user) -root= hd(0,a) +root= (hd0,a) kernel= /boot/kernel root=sd0a module= /boot/serverboot # Entry 1: title= hurd (sd0a single-user) -root= hd(0,a) +root= (hd0,a) kernel= /boot/kernel root=sd0a -s module= /boot/serverboot @@ -28,13 +28,13 @@ module= /boot/serverboot # These two entries are for RLL/IDE/ST-506/etc. disks # Entry 2: title= hurd (hd0a multi-user) -root= hd(0,a) +root= (hd0,a) kernel= /boot/kernel root=hd0a module= /boot/serverboot # Entry 3: title= hurd (hd0a single-user) -root= hd(0,a) +root= (hd0,a) kernel= /boot/kernel root=hd0a -s module= /boot/serverboot @@ -42,7 +42,7 @@ module= /boot/serverboot # Installation steps for GRUB hard disk boot blocks # Entry 4: title= Install grub from floppy onto hard disk -install= (fd0)+1 (hd0) (hd0,a)/boot/grub/stage2 0b8000 p +install= (fd0)+1 (hd0) (hd0,a)/boot/grub/stage2 0x8000 p # Entry 5: title= Reinstall grub from hard disk to itself |