diff --git a/README.md b/README.md index 7aa95c7..7ad6c31 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Contains the files which defines the PXE menu. The [first one][main menu.cfg] wi * Debian Stretch (Testing) i386. * Debian Wheezy (oldStable) amd64 with additionnals firmwares (see [make_debian_initrd_with_firmware.sh][debian initrd with firmware script] script). * Debian Wheezy (oldStable) amd64 with additionnals firmwares and preseed file. + * Debian Wheezy (oldStable) amd64 with additionnals firmwares and preseed file for Cluster node. * Debian Wheezy (oldStable) amd64 with preseed (Gnome 3 as default GUI). * Debian Wheezy (oldStable) i386. * Debian Sid (unstable) amd64. @@ -176,9 +177,7 @@ See the [scripts's README.md][scripts readme.md] file for more informations. ## TODO * Add a tiny preseed file that could be loaded for a manual install. * Download the latecommand archive from this repository instead of the TFTPD server ? -* Add Debian Stretch support #1 * Add new tools #3 -* Add backgrounds #4 diff --git a/config/debian/menu.cfg b/config/debian/menu.cfg index 53f681f..696aee2 100644 --- a/config/debian/menu.cfg +++ b/config/debian/menu.cfg @@ -64,6 +64,10 @@ label oldstableAmd64 menu label Debian ^wheezy amd64 PRESEED kernel installer/debian/wheezy/amd64/linux append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/wheezy/preseed.cfg IPAPPEND 2 +label wheezy Cluster node + menu label Debian Wheezy amd64 ^Clusternode + kernel installer/debian/wheezy/amd64/linux + APPEND vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/installer/debian/wheezy/amd64/preseed_cluster.cfg IPAPPEND 2 label oldstableI386 menu label Debian wheezy i386 kernel installer/debian/wheezy/i386/linux