/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 96 by dpavlin, Sun May 24 20:31:46 2009 UTC revision 106 by dpavlin, Sat May 30 13:07:35 2009 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  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
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

Legend:
Removed from v.96  
changed lines
  Added in v.106

  ViewVC Help
Powered by ViewVC 1.1.26