diff --git a/README.md b/README.md index ee8776a..c83a1ed 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,7 @@ Contains the files which defines the PXE menu. The [first one][main menu.cfg] wi * Debian Stretch (oldStable) amd64 with additional firmwares (see [make_debian_initrd_with_firmware.sh][debian initrd with firmware script] script). * Debian Stretch (oldStable) amd64 with additional firmwares and preseed file. * Debian Stretch (oldStable) amd64 for minions with preseed (Mate as default GUI). - * Debian Stretch (oldStable) amd64 for minions with preseed (Cinnamon as default GUI). - * Debian Stretch (oldStable) amd64 + UEFI for minions with preseed (Cinnamon as default GUI). - * Debian Stretch (oldStable) amd64 for minions with preseed (Gnome 3 as default GUI). - * Debian Stretch (oldStable) i386. + * Debian Stretch (oldStable) amd64 for compute nodes with preseed. * Debian Jessie (oldoldStable) amd64 with additional firmwares (see [make_debian_initrd_with_firmware.sh][debian initrd with firmware script] script). * Debian Jessie (oldoldStable) amd64 with additional firmwares and preseed file. * Debian Jessie (oldoldStable) i386. diff --git a/config/debian/menu.cfg b/config/debian/menu.cfg index c40ff04..39804f4 100644 --- a/config/debian/menu.cfg +++ b/config/debian/menu.cfg @@ -40,35 +40,11 @@ label oldstableMate kernel installer/debian/stretch/amd64/linux IPAPPEND 2 append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed_mate.cfg -label oldstableCinnamon - menu label Debian stretch ^Cinnamon amd64 PRESEED - kernel installer/debian/stretch/amd64/linux - IPAPPEND 2 - append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed_cinnamon.cfg -label oldstableUefiCinnamon - menu label Debian stretch ^Cinnamon amd64 + UEFI PRESEED - kernel installer/debian/stretch/amd64/linux - IPAPPEND 2 - append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed.cinnamon.uefi.cfg -label oldstableUefiGnome - menu label Debian stretch ^Gnome amd64 + UEFI PRESEED - kernel installer/debian/stretch/amd64/linux - IPAPPEND 2 - append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed.gnome.uefi.cfg -label oldstableCipherGnome - menu label Debian stretch ^Gnome + UEFI + Cipher PRESEED - kernel installer/debian/stretch/amd64/linux - IPAPPEND 2 - append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed.gnome.uefi.cipher.cfg label oldstableComputeNode menu label Debian stretch amd64 for compute node PRESEED kernel installer/debian/stretch/amd64/linux IPAPPEND 2 append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/stretch/preseed_computenode.cfg -label oldstableI386 - menu label Debian stretch ^i386 - kernel installer/debian/stretch/i386/linux - append vga=normal initrd=installer/debian/stretch/i386/initrd.gz -- quiet label separator menu label --- label oldoldstableFirmware