From fb826abf15cbb945f1849da5a24e0b85437e10d8 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Mon, 4 Jul 2016 17:06:00 +0200 Subject: [PATCH] Add scripts/README.md --- scripts/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 scripts/README.md diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..843b982 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,26 @@ +# Scripts + +1. [Description](#description) +2. [Scripts list](#scripts_list) + * [Download Debian](#download_debian.sh) + * [Download Ubuntu](#dowload_ubuntu.sh) + * [Make Debian Initrd with Firmware](#make_debian_initrd_with_firmware.sh) + +## 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 + + +