Bug#530848: Recommends to run grub-install against /dev/fd0
Fabian Greffrath
greffrath at leat.rub.de
Fri May 29 06:54:55 UTC 2009
Hi Felix,
Felix Zielcke schrieb:
> Yes, it's just passed through to grub-mkdevicemap, which is only called
> if it doestn't already exists:
Could you please document this fact in the grub-install manpage? It
led to some confusion at least on my side when I tried to analyse the
error message that led to this bug report. Should I file another minor
bug report about this request?
> Thanks for the patch, seems to work fine. Commited.
Fine, thanks.
However, to make really sure we are only kicking out lines that
*begin* with the "(fd..." string, maybe we should add another '^' just
before the left parenthesis, i.e.
sed -e "/(fd[0-9]\+)/d;
becomes
sed -e "/^(fd[0-9]\+)/d;
Thanks,
Fabian
--
Dipl.-Phys. Fabian Greffrath
Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum
Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail: greffrath at leat.ruhr-uni-bochum.de
More information about the Pkg-grub-devel
mailing list