# HG changeset patch # User Pascal Bellard # Date 1214634086 0 # Node ID 7ce662304f43831cefaf25702fb6619cb69f4501 # Parent a9ff8c135e36afed9a64a64dd5431b76cf81cad0 syslinux: add web entry diff -r a9ff8c135e36 -r 7ce662304f43 gpxe/receipt --- a/gpxe/receipt Fri Jun 27 20:38:59 2008 +0000 +++ b/gpxe/receipt Sat Jun 28 06:21:26 2008 +0000 @@ -22,6 +22,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/boot - cp $src/src/bin/gpxe.lkrn $fs/usr/share/boot/gpxe + mkdir -p $fs/boot + cp $src/src/bin/gpxe.lkrn $fs/boot/gpxe } diff -r a9ff8c135e36 -r 7ce662304f43 syslinux/receipt --- a/syslinux/receipt Fri Jun 27 20:38:59 2008 +0000 +++ b/syslinux/receipt Sat Jun 28 06:21:26 2008 +0000 @@ -9,6 +9,7 @@ WEB_SITE="http://syslinux.zytor.com/" WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL" BUILD_DEPENDS="kbd-base perl" +DEPENDS="gpxe" # Rules to gen a SliTaz package suitable for Tazpkg. compile_rules() diff -r a9ff8c135e36 -r 7ce662304f43 syslinux/stuff/common.inc --- a/syslinux/stuff/common.inc Fri Jun 27 20:38:59 2008 +0000 +++ b/syslinux/stuff/common.inc Sat Jun 28 06:21:26 2008 +0000 @@ -1,4 +1,8 @@ default slitaz +label web + kernel /boot/gpxe +label zeb + kernel /boot/gpxe label be config be.cfg label br diff -r a9ff8c135e36 -r 7ce662304f43 syslinux/stuff/splash.lss Binary file syslinux/stuff/splash.lss has changed