wok diff syslinux/receipt @ rev 7527
Changed all firefox-langpack to not force change locale. This so you can more then one installed on say a livecd.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Dec 05 21:45:02 2010 +0000 (2010-12-05) |
parents | 7498c29561bc |
children | de18608977c8 |
line diff
1.1 --- a/syslinux/receipt Sun Oct 24 18:14:07 2010 +0000 1.2 +++ b/syslinux/receipt Sun Dec 05 21:45:02 2010 +0000 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/" \