Skip to content

Instantly share code, notes, and snippets.

@banan314
Last active May 28, 2017 18:09
Show Gist options
  • Save banan314/c475c64b1081809025a3dada442d8563 to your computer and use it in GitHub Desktop.
Save banan314/c475c64b1081809025a3dada442d8563 to your computer and use it in GitHub Desktop.

Configure:

cd /srv;
mkdir tftp;
chmod 777 -R tftp;
chown nobody:nogroup -R tftp;

and then download image:

cd /srv/tftp/
wget http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/current/images/netboot/netboot.tar.gz
tar xfz netboot.tar.gz
wget http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/current/images/SHA256SUMS
wget http://ftp.nl.debian.org/debian/dists/jessie/Release
wget http://ftp.nl.debian.org/debian/dists/jessie/Release.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment