/[pxelator]/bin/install-iso.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 /bin/install-iso.sh

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

revision 16 by dpavlin, Tue Jul 28 10:28:28 2009 UTC revision 20 by dpavlin, Tue Jul 28 14:04:33 2009 UTC
# Line 23  function fetch_iso() { Line 23  function fetch_iso() {
23  fetch_iso http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/release/ mnt/boot/* ../tftp/tinycore/  fetch_iso http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/release/ mnt/boot/* ../tftp/tinycore/
24  fetch_iso http://cmrg.mayfirst.org/debirf/ mnt/*2.6* ../tftp/debirf  fetch_iso http://cmrg.mayfirst.org/debirf/ mnt/*2.6* ../tftp/debirf
25    
26  wget -m -O iso/netboot.tar.gz http://people.debian.org/~joeyh/d-i/images/daily/netboot/netboot.tar.gz  wget -m -nH -nd http://people.debian.org/~joeyh/d-i/images/daily/netboot/netboot.tar.gz
27    dir=../tftp/debian-netboot
28    test -d $dir || mkdir $dir
29    tar xvfz netboot.tar.gz -C $dir

Legend:
Removed from v.16  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26