wok diff syslinux/receipt @ rev 227
Syslinux: multiple kerboard (be,ca,ch,de,en,es,fr,it,us)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 16 15:38:59 2008 +0100 (2008-02-16) |
parents | a9bb18f42a7f |
children | e72b1ad76cb1 |
line diff
1.1 --- a/syslinux/receipt Sat Feb 16 15:28:52 2008 +0100 1.2 +++ b/syslinux/receipt Sat Feb 16 15:38:59 2008 +0100 1.3 @@ -14,7 +14,6 @@ 1.4 { 1.5 mkdir -p $fs/boot/isolinux 1.6 cp -a $PACKAGE-$VERSION/isolinux.bin $fs/boot/isolinux 1.7 - cp stuff/*.txt $fs/boot/isolinux 1.8 - cp stuff/isolinux.* $fs/boot/isolinux 1.9 - cp stuff/splash.lss $fs/boot/isolinux 1.10 + cp -a $PACKAGE-$VERSION/com32/modules/reboot.c32 $fs/boot/isolinux 1.11 + cp stuff/* $fs/boot/isolinux 1.12 }