wok-6.x rev 12734
syslinux: remove default.cfg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 07 10:33:31 2012 +0200 (2012-05-07) |
parents | fb327e5adb6b |
children | d0c26447bc00 |
files | syslinux/receipt |
line diff
1.1 --- a/syslinux/receipt Mon May 07 10:29:20 2012 +0200 1.2 +++ b/syslinux/receipt Mon May 07 10:33:31 2012 +0200 1.3 @@ -40,7 +40,7 @@ 1.4 cp -a $src/com32/menu/vesamenu.c32 $fs/boot/isolinux 1.5 # $stuff/isolinux.msg is the old way the have a splash image. 1.6 cp $stuff/*.cfg $stuff/*.txt $stuff/help.* $stuff/opts.* $fs/boot/isolinux 1.7 - rm -f $fs/boot/isolinux/common.cfg 1.8 + rm -f $fs/boot/isolinux/common.cfg $fs/boot/isolinux/default.cfg 1.9 ( cd $src ; ls *.kbd | cpio -o -H newc ) > $fs/boot/isolinux/cpio.kbd 1.10 while read label kbd loc menu; do 1.11 #[ -s $src/$kbd.kbd ] || continue