added --no-floppy option to grub-install

This commit is contained in:
jthomas 2003-08-01 01:26:49 +00:00
parent 61b109a5ca
commit 00cdabfa51
2 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2003-08-01 Jason Thomas <jason@intology.com.au>
* util/grub-install.in: support --no-floppy
This allow users to specify the --no-floppy option which
is passed onto the grub shell, so it does not probe the floppy
drive.
Patch from kesha@diedas.soften.ktu.lt
2003-06-17 Jochen Hoenicke <jochen@gnu.org>
* stage2/fsys_reiserfs.c (reiserfs_mount): Clear the node cache.