http://techgage.com/article/enabling_and_testing_ssd_trim_support_under_linux/2
[sysadmin-cookbook] / recepies / pxe / 3.create-tftpboot.sh
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