# HG changeset patch # User Pascal Bellard # Date 1336379738 -7200 # Node ID d0c26447bc00ad3a80ec3f5278da36168d707a79 # Parent 690212cc8adc2097d1765ae1061f4451a54760eb syslinux: remove display.txt diff -r 690212cc8adc -r d0c26447bc00 syslinux/receipt --- a/syslinux/receipt Mon May 07 10:33:31 2012 +0200 +++ b/syslinux/receipt Mon May 07 10:35:38 2012 +0200 @@ -41,6 +41,7 @@ # $stuff/isolinux.msg is the old way the have a splash image. cp $stuff/*.cfg $stuff/*.txt $stuff/help.* $stuff/opts.* $fs/boot/isolinux rm -f $fs/boot/isolinux/common.cfg $fs/boot/isolinux/default.cfg + rm -f $fs/boot/isolinux/display.txt ( cd $src ; ls *.kbd | cpio -o -H newc ) > $fs/boot/isolinux/cpio.kbd while read label kbd loc menu; do #[ -s $src/$kbd.kbd ] || continue