wok-6.x diff syslinux/receipt @ rev 13134
e3: fix receipt (remove LF in short description)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 08 14:35:20 2012 +0000 (2012-07-08) |
parents | 690212cc8adc |
children | 75c0995b510f |
line diff
1.1 --- a/syslinux/receipt Mon May 07 10:33:31 2012 +0200 1.2 +++ b/syslinux/receipt Sun Jul 08 14:35:20 2012 +0000 1.3 @@ -41,6 +41,7 @@ 1.4 # $stuff/isolinux.msg is the old way the have a splash image. 1.5 cp $stuff/*.cfg $stuff/*.txt $stuff/help.* $stuff/opts.* $fs/boot/isolinux 1.6 rm -f $fs/boot/isolinux/common.cfg $fs/boot/isolinux/default.cfg 1.7 + rm -f $fs/boot/isolinux/display.txt 1.8 ( cd $src ; ls *.kbd | cpio -o -H newc ) > $fs/boot/isolinux/cpio.kbd 1.9 while read label kbd loc menu; do 1.10 #[ -s $src/$kbd.kbd ] || continue