# HG changeset patch # User Pascal Bellard # Date 1336379611 -7200 # Node ID 690212cc8adc2097d1765ae1061f4451a54760eb # Parent fb327e5adb6b4450ff6213964cb216ef03a01f9e syslinux: remove default.cfg diff -r fb327e5adb6b -r 690212cc8adc syslinux/receipt --- a/syslinux/receipt Mon May 07 10:29:20 2012 +0200 +++ b/syslinux/receipt Mon May 07 10:33:31 2012 +0200 @@ -40,7 +40,7 @@ cp -a $src/com32/menu/vesamenu.c32 $fs/boot/isolinux # $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 + rm -f $fs/boot/isolinux/common.cfg $fs/boot/isolinux/default.cfg ( 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