wok rev 12733

syslinux: remove common.cfg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 07 10:29:20 2012 +0200 (2012-05-07)
parents b18de8ea7bd6
children 690212cc8adc
files syslinux/receipt
line diff
     1.1 --- a/syslinux/receipt	Sun May 06 18:15:24 2012 +0200
     1.2 +++ b/syslinux/receipt	Mon May 07 10:29:20 2012 +0200
     1.3 @@ -40,6 +40,7 @@
     1.4      cp -a $src/com32/menu/vesamenu.c32 $fs/boot/isolinux
     1.5      # $stuff/isolinux.msg is the old way the have a splash image.
     1.6      cp $stuff/*.cfg $stuff/*.txt $stuff/help.* $stuff/opts.* $fs/boot/isolinux
     1.7 +    rm -f $fs/boot/isolinux/common.cfg
     1.8      ( cd $src ; ls *.kbd | cpio -o -H newc ) > $fs/boot/isolinux/cpio.kbd
     1.9      while read label kbd loc menu; do
    1.10          #[ -s $src/$kbd.kbd ] || continue