tftpboot/scripts
Jeremy Gardais fb826abf15 Add scripts/README.md 2016-07-04 17:06:00 +02:00
..
README.md Add scripts/README.md 2016-07-04 17:06:00 +02:00
download_debian.sh Remove Wheezy and add Stretch for Debian 2016-07-04 17:05:33 +02:00
download_ubuntu.sh Use tabulations instead of white spaces. 2016-07-04 17:05:17 +02:00
make_debian_initrd_with_firmware.sh make_debian_initrd_with_firmware for all Debian version. 2015-05-08 19:25:24 +02:00

README.md

Scripts

  1. Description
  2. Scripts list

Description

Set of scripts to download and generate necessary files to allow differents GNU/Linux distributions to boot through the network.

Scripts list

download_debian.sh

The script will:

  • Download Debian Linux kernel and initrd files for all Debian distributions (Stable: Jessie; Testing: Stretch; Unstable: Sid) and for i386 and amd64 architectures.
  • Offer an example menu file (to use with a TFTP server).
  • Store the file to /var/lib/tftpboot (default).

download_ubuntu.sh

make_debian_initrd_with_firmware.sh