wok-6.x rev 7451
syslinux: do not install patches
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 30 17:41:52 2010 +0100 (2010-11-30) |
parents | 268a12c60315 |
children | 63dadb73ee17 |
files | syslinux/receipt |
line diff
1.1 --- a/syslinux/receipt Tue Nov 30 15:36:30 2010 +0100 1.2 +++ b/syslinux/receipt Tue Nov 30 17:41:52 2010 +0100 1.3 @@ -41,7 +41,7 @@ 1.4 cp -a $src/com32/modules/reboot.c32 $fs/boot/isolinux 1.5 cp -a $src/com32/modules/ifmem.c32 $fs/boot/isolinux 1.6 cp -a $src/modules/poweroff.com $fs/boot/isolinux 1.7 - cp stuff/*.* $fs/boot/isolinux 1.8 + cp stuff/*.cfg stuff/*.txt stuff/*.msg stuff/*.lss $fs/boot/isolinux 1.9 while read cfg kbd loc ; do 1.10 sed -e "s/^display/kbdmap $cfg.kbd\ndisplay/" \ 1.11 -e "s/^label/say Now using $kbd keyboard and $loc locale.\nlabel/" \