Clean some old entries and update readme

This commit is contained in:
Jeremy Gardais 2020-04-10 10:18:55 +02:00
parent 918c75c382
commit c2e3f132c4
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 1 additions and 28 deletions

View File

@ -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.

View File

@ -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