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:  [email protected]



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to