wok rev 2335
Up syslinux (3.73)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 01 10:56:19 2009 +0000 (2009-03-01) |
parents | 37522640c730 |
children | cbea600c0458 |
files | syslinux-extra/receipt syslinux-modules/receipt syslinux-tools/receipt syslinux/receipt syslinux/stuff/isolinux.cfg syslinux/stuff/splash.lss syslinux/stuff/tools/slitaz.html syslinux/stuff/tools/splash-web.lss |
line diff
1.1 --- a/syslinux-extra/receipt Sun Mar 01 08:53:15 2009 +0100 1.2 +++ b/syslinux-extra/receipt Sun Mar 01 10:56:19 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="syslinux-extra" 1.7 -VERSION="3.72" 1.8 +VERSION="3.73" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="MBR/FAT/EXT3/PXE bootloader files" 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/syslinux-modules/receipt Sun Mar 01 08:53:15 2009 +0100 2.2 +++ b/syslinux-modules/receipt Sun Mar 01 10:56:19 2009 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="syslinux-modules" 2.7 -VERSION="3.72" 2.8 +VERSION="3.73" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="C32 modules for syslinux" 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/syslinux-tools/receipt Sun Mar 01 08:53:15 2009 +0100 3.2 +++ b/syslinux-tools/receipt Sun Mar 01 10:56:19 2009 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="syslinux-tools" 3.7 -VERSION="3.72" 3.8 +VERSION="3.73" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="Misc perl tools" 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/syslinux/receipt Sun Mar 01 08:53:15 2009 +0100 4.2 +++ b/syslinux/receipt Sun Mar 01 10:56:19 2009 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="syslinux" 4.7 -VERSION="3.72" 4.8 +VERSION="3.73" 4.9 CATEGORY="base-system" 4.10 SHORT_DESC="LiveCD ISO bootloader (isolinux)" 4.11 MAINTAINER="pankso@slitaz.org" 4.12 @@ -38,7 +38,7 @@ 4.13 -e "s/rootfs.gz/rootfs.gz lang=$loc kmap=$kbd/" \ 4.14 < $fs/boot/isolinux/isolinux.cfg > $fs/boot/isolinux/$cfg.cfg 4.15 cp $src/$kbd.kbd $fs/boot/isolinux/$cfg.kbd 4.16 - cat >> $fs/boot/isolinux/common.inc <<EOT 4.17 + cat >> $fs/boot/isolinux/common.cfg <<EOT 4.18 label $cfg 4.19 config $cfg.cfg 4.20 EOT
5.1 --- a/syslinux/stuff/isolinux.cfg Sun Mar 01 08:53:15 2009 +0100 5.2 +++ b/syslinux/stuff/isolinux.cfg Sun Mar 01 10:56:19 2009 +0000 5.3 @@ -3,4 +3,4 @@ 5.4 kernel /boot/bzImage 5.5 append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin 5.6 5.7 -include common.inc 5.8 +include common.cfg
6.1 Binary file syslinux/stuff/splash.lss has changed
7.1 --- a/syslinux/stuff/tools/slitaz.html Sun Mar 01 08:53:15 2009 +0100 7.2 +++ b/syslinux/stuff/tools/slitaz.html Sun Mar 01 10:56:19 2009 +0000 7.3 @@ -23,7 +23,7 @@ 7.4 <a name="top"></a> 7.5 <!-- Access --> 7.6 <div id="access"> 7.7 -<i>Copyright © 2008 SliTaz</i> - <u>http://www.slitaz.org/</u> 7.8 +<i>Copyright © 2009 SliTaz</i> - <u>http://www.slitaz.org/</u> 7.9 </div> 7.10 <!--a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=344')"--> 7.11 <a href="javascript:void(0);" onClick="window.open('slitaz.html','popup','width=640,height=320')">
8.1 Binary file syslinux/stuff/tools/splash-web.lss has changed