wok rev 12735

syslinux: remove display.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 07 10:35:38 2012 +0200 (2012-05-07)
parents 690212cc8adc
children 862d9bb73fa4
files syslinux/receipt
line diff
     1.1 --- a/syslinux/receipt	Mon May 07 10:33:31 2012 +0200
     1.2 +++ b/syslinux/receipt	Mon May 07 10:35:38 2012 +0200
     1.3 @@ -41,6 +41,7 @@
     1.4      # $stuff/isolinux.msg is the old way the have a splash image.
     1.5      cp $stuff/*.cfg $stuff/*.txt $stuff/help.* $stuff/opts.* $fs/boot/isolinux
     1.6      rm -f $fs/boot/isolinux/common.cfg $fs/boot/isolinux/default.cfg
     1.7 +    rm -f $fs/boot/isolinux/display.txt
     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