wok-current rev 956
syslinux: add web entry
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 28 06:21:26 2008 +0000 (2008-06-28) |
parents | a9ff8c135e36 |
children | 92f7a65c642e |
files | gpxe/receipt syslinux/receipt syslinux/stuff/common.inc syslinux/stuff/splash.lss |
line diff
1.1 --- a/gpxe/receipt Fri Jun 27 20:38:59 2008 +0000 1.2 +++ b/gpxe/receipt Sat Jun 28 06:21:26 2008 +0000 1.3 @@ -22,6 +22,6 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share/boot 1.8 - cp $src/src/bin/gpxe.lkrn $fs/usr/share/boot/gpxe 1.9 + mkdir -p $fs/boot 1.10 + cp $src/src/bin/gpxe.lkrn $fs/boot/gpxe 1.11 }
2.1 --- a/syslinux/receipt Fri Jun 27 20:38:59 2008 +0000 2.2 +++ b/syslinux/receipt Sat Jun 28 06:21:26 2008 +0000 2.3 @@ -9,6 +9,7 @@ 2.4 WEB_SITE="http://syslinux.zytor.com/" 2.5 WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL" 2.6 BUILD_DEPENDS="kbd-base perl" 2.7 +DEPENDS="gpxe" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 compile_rules()
3.1 --- a/syslinux/stuff/common.inc Fri Jun 27 20:38:59 2008 +0000 3.2 +++ b/syslinux/stuff/common.inc Sat Jun 28 06:21:26 2008 +0000 3.3 @@ -1,4 +1,8 @@ 3.4 default slitaz 3.5 +label web 3.6 + kernel /boot/gpxe 3.7 +label zeb 3.8 + kernel /boot/gpxe 3.9 label be 3.10 config be.cfg 3.11 label br
4.1 Binary file syslinux/stuff/splash.lss has changed