[arch-general] /arch/setup -> grub '#-*' marker in menu.lst
Dieter Plaetinck
dieter at plaetinck.be
Wed Nov 12 07:47:47 EST 2008
Hi,
seen in http://projects.archlinux.org/?p=installer.git;a=blob_plain;f=setup;hb=HEAD :
# remove default entries by truncating file at our little tag (#-*)
sed -i -e '/#-\*/q'
Shouldn't it be:
sed -i -e '/#-\*/q' $grubmenu
instead of just:
sed -i -e '/#-\*/q'
?
( $grubmenu == $DESTDIR/boot/grub/menu.lst )
Also, where does the '#-*' tag come from? I can't find any reference to this (no other occurrences in install script).
Thanks,
Dieter
More information about the arch-general
mailing list