Robert Millan <[EMAIL PROTECTED]> writes: > grub-install used to fail with "/dev/fd0 not found" errors. See attached > patch.
Thanks for the patch. Just keep sending them. ;-) > 2006-09-14 Robert Millan <[EMAIL PROTECTED]> > > * util/i386/pc/grub-mkdevicemap.c: Make sure floppy device exists > before adding it to device.map. I think it would be better to say "the floppy drive", no? > + if (stat (name, &st) < 0) > + break; The indentation looks a bit weird in my mailclient. Please make sure the b of break is below the space after if. After that, feel free to commit it. -- Marco _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
