# HG changeset patch # User Pascal Bellard # Date 1291135312 -3600 # Node ID f5c473b4a07f58dae878bbed8e42f54fc5ddb860 # Parent 268a12c60315cf779246592eb90793b263f156ee syslinux: do not install patches diff -r 268a12c60315 -r f5c473b4a07f syslinux/receipt --- a/syslinux/receipt Tue Nov 30 15:36:30 2010 +0100 +++ b/syslinux/receipt Tue Nov 30 17:41:52 2010 +0100 @@ -41,7 +41,7 @@ cp -a $src/com32/modules/reboot.c32 $fs/boot/isolinux cp -a $src/com32/modules/ifmem.c32 $fs/boot/isolinux cp -a $src/modules/poweroff.com $fs/boot/isolinux - cp stuff/*.* $fs/boot/isolinux + cp stuff/*.cfg stuff/*.txt stuff/*.msg stuff/*.lss $fs/boot/isolinux while read cfg kbd loc ; do sed -e "s/^display/kbdmap $cfg.kbd\ndisplay/" \ -e "s/^label/say Now using $kbd keyboard and $loc locale.\nlabel/" \