12 Nov
2008
12 Nov
'08
1:57 p.m.
On Wed, Nov 12, 2008 at 6:47 AM, Dieter Plaetinck <dieter@plaetinck.be> wrote:
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'
Yes, it should. Good catch.
Also, where does the '#-*' tag come from? I can't find any reference to this (no other occurrences in install script). http://repos.archlinux.org/viewvc.cgi/grub/trunk/menu.lst?view=markup