From 34074b545aa7da28a88e80d6515822e8afce14d5 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 11 Jun 1997 15:35:02 +0000 Subject: Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG * 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. --- release/menu.lst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'release/menu.lst') 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 -- cgit v1.2.3