--- recepies/pxe/3.create-tftpboot.sh 2009/05/30 13:07:12 105 +++ recepies/pxe/3.create-tftpboot.sh 2009/05/30 13:07:35 106 @@ -1,3 +1,6 @@ #!/bin/sh -test -d tftpboot || wget -nc ftp.hr.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/netboot.tar.gz && mkdir tftpboot && cd tftpboot && tar xvfz ../netboot.tar.gz +url=ftp.hr.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/netboot.tar.gz +url=http://people.debian.org/~joeyh/d-i/images/daily/netboot/netboot.tar.gz + +test -d tftpboot || wget -nc $url && mkdir tftpboot && cd tftpboot && tar xvfz ../netboot.tar.gz