# HG changeset patch # User Pascal Bellard # Date 1336379360 -7200 # Node ID fb327e5adb6b4450ff6213964cb216ef03a01f9e # Parent b18de8ea7bd62e2fec6dfb4c8291ffbbfbbddd1f syslinux: remove common.cfg diff -r b18de8ea7bd6 -r fb327e5adb6b syslinux/receipt --- a/syslinux/receipt Sun May 06 18:15:24 2012 +0200 +++ b/syslinux/receipt Mon May 07 10:29:20 2012 +0200 @@ -40,6 +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 ( 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