/[sysadmin-cookbook]/recepies/pxe/3.create-tftpboot.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/pxe/3.create-tftpboot.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations)
Sat May 30 13:07:35 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: application/x-sh
File size: 284 byte(s)
use testing netboot
1 #!/bin/sh
2
3 url=ftp.hr.debian.org/debian/dists/lenny/main/installer-i386/current/images/netboot/netboot.tar.gz
4 url=http://people.debian.org/~joeyh/d-i/images/daily/netboot/netboot.tar.gz
5
6 test -d tftpboot || wget -nc $url && mkdir tftpboot && cd tftpboot && tar xvfz ../netboot.tar.gz

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26