diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-04-16 19:53:41 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-16 19:53:41 +0000 |
commit | 30f268f8a13209f720dc4879e1dde8e8319ebcb8 (patch) | |
tree | 1085d9f7c6b3971f69745d4f180775b0a8ebdc46 /release/menu.lst | |
parent | 2e77e9a4d22a5e29af1b9d8d4d24ed7e35b94325 (diff) |
Fri Apr 11 14:21:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* SETUP: Comment out frobbing of BOOT_DEV; grub does that on it's
own now.
* INSTALL-GRUB-MBR: Delete file.
* Makefile (dist-files): Omit INSTALL-GRUB-MBR.
(install-dist): Likewise.
* menu.lst (title): Replace install entries with new versions.
* INSTALL-binary (STEP IV): Revised instructions to correspond to
new reality, with Grub 0.4.
Diffstat (limited to 'release/menu.lst')
-rw-r--r-- | release/menu.lst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/release/menu.lst b/release/menu.lst index 7686778a..a0214c84 100644 --- a/release/menu.lst +++ b/release/menu.lst @@ -39,9 +39,12 @@ kernel= /boot/kernel root=hd0a -s module= /boot/serverboot -# Installation step for GRUB hard disk boot blocks +# Installation steps for GRUB hard disk boot blocks # Entry 4: -title= grub install -root= hd(0) -install=hd(0,a)/boot/grub/stage2 +title= Install grub from floppy onto hard disk +install= (fd0)+1 (hd0) (hd0,a)/boot/grub/stage2 0b8000 p + +# Entry 5: +title= Reinstall grub from hard disk to itself +install= (hd0)/boot/grub/stage1 (hd0) (hd0,a)/boot/grub/stage2 0x8000 p |