wok-6.x diff syslinux/receipt @ rev 1716

Up syslinux (3.72)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 17 12:26:07 2008 +0000 (2008-11-17)
parents e53e6a788414
children 7bb391a2d0a1
line diff
     1.1 --- a/syslinux/receipt	Mon Nov 10 11:09:12 2008 +0000
     1.2 +++ b/syslinux/receipt	Mon Nov 17 12:26:07 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="syslinux"
     1.7 -VERSION="3.70"
     1.8 +VERSION="3.72"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="LiveCD ISO bootloader (isolinux)"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -23,20 +23,6 @@
    1.13          j=${j%.map.gz}.kbd
    1.14          ./keytab-lilo.pl /usr/share/kbd/keymaps/i386/qwerty/us.map.gz $i > $j
    1.15      done
    1.16 -    # patch kbdmap bug
    1.17 -    while read file offset; do
    1.18 -    	cp $file $file.unpatched
    1.19 -    	echo "Fix $file 3.70 kbdmap bug..."
    1.20 -	echo "0  90 90  |.." | hexdump -R | \
    1.21 -	dd conv=notrunc bs=1 count=2 seek=$(($offset)) of=$file 2> /dev/null
    1.22 -	echo "0  90 90  |.." | hexdump -R | \
    1.23 -	dd conv=notrunc bs=1 count=2 seek=$(($offset+5)) of=$file 2> /dev/null
    1.24 -    done <<EOT
    1.25 -core/isolinux.bin 0x1AC9
    1.26 -core/pxelinux.0 0x2098
    1.27 -linux/syslinux-nomtools 0x3CDD
    1.28 -extlinux/extlinux 0x4BBA
    1.29 -EOT
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 @@ -45,7 +31,7 @@
    1.34      mkdir -p $fs/boot/isolinux
    1.35      cp -a $src/core/isolinux.bin $fs/boot/isolinux
    1.36      cp -a $src/com32/modules/reboot.c32 $fs/boot/isolinux
    1.37 -    cp stuff/* $fs/boot/isolinux
    1.38 +    cp stuff/*.* $fs/boot/isolinux
    1.39      rm -rf $fs/boot/isolinux/tools $fs/boot/isolinux/*.kbd 2> /dev/null
    1.40      grep kbd$ $fs/boot/isolinux/*.cfg | while read cfg kbd; do
    1.41          cfg=$(basename ${cfg%.cfg:*})