wok rev 2640

gpxe: move urls to mirrors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 17 21:08:06 2009 +0200 (2009-04-17)
parents 01516e577f36
children e35a8dffd011
files gpxe-pxe/receipt gpxe/receipt gpxe/stuff/default_boot.u
line diff
     1.1 --- a/gpxe-pxe/receipt	Fri Apr 17 17:09:14 2009 +0200
     1.2 +++ b/gpxe-pxe/receipt	Fri Apr 17 21:08:06 2009 +0200
     1.3 @@ -15,8 +15,8 @@
     1.4  	cp $src/src/bin/undionly.kpxe $fs/usr/share/boot/gpxe.pxe
     1.5  	# install 255 bytes of forced url at offset 5
     1.6  	echo -n "\
     1.7 -http://boot.slitaz.org/pxe/pxelinux.0,\
     1.8  http://mirror.slitaz.org/pxe/pxelinux.0,\
     1.9 +http://www.linuxembarque.com/slitaz/mirror/pxe/pxelinux.0,\
    1.10  http://download.tuxfamily.org/slitaz/pxe/pxelinux.0" | cat - /dev/zero | \
    1.11  	   dd bs=1 seek=5 count=255 conv=notrunc of=$fs/usr/share/boot/gpxe.pxe
    1.12  }
     2.1 --- a/gpxe/receipt	Fri Apr 17 17:09:14 2009 +0200
     2.2 +++ b/gpxe/receipt	Fri Apr 17 21:08:06 2009 +0200
     2.3 @@ -8,6 +8,7 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.5  WEB_SITE="http://www.etherboot.org/"
     2.6  WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL"
     2.7 +BUILD_DEPENDS="perl"
     2.8  
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
    2.11 @@ -29,8 +30,8 @@
    2.12  	cp $src/src/bin/gpxe.lkrn $fs/boot/gpxe
    2.13  	# install 255 bytes of forced url at offset 519
    2.14  	echo -n "\
    2.15 -http://boot.slitaz.org/pxe/pxelinux.0,\
    2.16  http://mirror.slitaz.org/pxe/pxelinux.0,\
    2.17 +http://www.linuxembarque.com/slitaz/mirror/pxe/pxelinux.0,\
    2.18  http://download.tuxfamily.org/slitaz/pxe/pxelinux.0" | cat - /dev/zero | \
    2.19  		dd bs=1 seek=519 count=255 conv=notrunc of=$fs/boot/gpxe
    2.20  	# Package all gpxe pkgs
     3.1 --- a/gpxe/stuff/default_boot.u	Fri Apr 17 17:09:14 2009 +0200
     3.2 +++ b/gpxe/stuff/default_boot.u	Fri Apr 17 21:08:06 2009 +0200
     3.3 @@ -329,7 +329,7 @@
     3.4   
     3.5   	printf ( "No filename or root path specified\n" );
     3.6  -	return -ENOENT;
     3.7 -+	set_url ( buf, "http://boot.slitaz.org/gpxe" );
     3.8 ++	set_url ( buf, "http://mirror.slitaz.org/pxe/pxelinux.0" );
     3.9  +    }
    3.10   }
    3.11