diff --git a/README.md b/README.md index 535ee5e..65ec2a6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ Contains the files which defines the PXE menu. The [first one][main menu.cfg] wi * Debian Jessie (Stable) amd64 for minions with preseed (Cinnamon as default GUI). * Debian Jessie (Stable) amd64 for minions with preseed (Gnome 3 as default GUI). * Debian Jessie (Stable) i386. + * Debian Stretch (Testing) amd64 with additionnals firmwares (see [make_debian_initrd_with_firmware.sh][debian initrd with firmware script] script). + * Debian Stretch (Testing) amd64 with additionnals firmwares and preseed file. + * Debian Stretch (Testing) amd64 for minions with preseed (Mate as default GUI). + * Debian Stretch (Testing) amd64 for minions with preseed (Cinnamon as default GUI). + * Debian Stretch (Testing) amd64 for minions with preseed (Gnome 3 as default GUI). + * 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 preseed (Gnome 3 as default GUI). @@ -139,6 +145,9 @@ Preseeding provides a way to set answers to questions asked by the Debian-Instal | lv_home | /home | 2 - **10** Gb | User's home directories (saved files, personnal settings,…) | | lv_srv | NOT PRESENT | NOT PRESENT | | +#### Informations +* You can use the command : `mkpasswd -m sha-512` to generate a SHA-512 hash for a password. + ### Scripts See the [scripts's README.md][scripts readme.md] file for more informations. diff --git a/config/debian/menu.cfg b/config/debian/menu.cfg index 4184144..5253649 100644 --- a/config/debian/menu.cfg +++ b/config/debian/menu.cfg @@ -1,60 +1,86 @@ -label install +label stableAmd64 menu label Debian jessie ^amd64 kernel installer/debian/jessie/amd64/linux append vga=normal initrd=installer/debian/jessie/amd64/initrd.gz -- quiet -label installFirmware +label stableFirmware menu label Debian jessie amd64 ^Firmwares kernel installer/debian/jessie/amd64/linux append vga=normal initrd=installer/debian/jessie/amd64/initrd_firm.gz -- quiet -label installAuto +label stableAuto menu label Debian jessie amd64 ^PRESEED kernel installer/debian/jessie/amd64/linux append vga=normal initrd=installer/debian/jessie/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/jessie/preseed.cfg IPAPPEND 2 -label installMate +label stableMate menu label Debian jessie STAGIAIRE ^Mate amd64 PRESEED kernel installer/debian/jessie/amd64/linux append vga=normal initrd=installer/debian/jessie/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/jessie/preseed_mate.cfg IPAPPEND 2 -label installCinnamon +label stableCinnamon menu label Debian jessie STAGIAIRE ^Cinnamon amd64 PRESEED kernel installer/debian/jessie/amd64/linux append vga=normal initrd=installer/debian/jessie/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/jessie/preseed_cinnamon.cfg IPAPPEND 2 -label installGnome +label stableGnome menu label Debian jessie STAGIAIRE ^Gnome amd64 PRESEED kernel installer/debian/jessie/amd64/linux append vga=normal initrd=installer/debian/jessie/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/jessie/preseed_gnome.cfg IPAPPEND 2 -label install +label stableI386 menu label Debian jessie ^i386 kernel installer/debian/jessie/i386/linux append vga=normal initrd=installer/debian/jessie/i386/initrd.gz -- quiet label separator menu label --- -label installFirmware +label testingFirmware + menu label Debian stretch amd64 ^Firmwares + kernel installer/debian/stretch/amd64/linux + append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz -- quiet +label testingAuto + menu label Debian stretch amd64 ^PRESEED + kernel installer/debian/stretch/amd64/linux + append vga=normal initrd=installer/debian/stretch/amd64/initrd_firm.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/stretch/preseed.cfg IPAPPEND 2 +label testingMate + menu label Debian stretch ^Mate amd64 PRESEED + kernel installer/debian/stretch/amd64/linux + append vga=normal initrd=installer/debian/stretch/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/stretch/preseed_mate.cfg IPAPPEND 2 +label testingCinnamon + menu label Debian stretch ^Cinnamon amd64 PRESEED + kernel installer/debian/stretch/amd64/linux + append vga=normal initrd=installer/debian/stretch/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/stretch/preseed_cinnamon.cfg IPAPPEND 2 +label testingGnome + menu label Debian stretch ^Gnome amd64 PRESEED + kernel installer/debian/stretch/amd64/linux + append vga=normal initrd=installer/debian/stretch/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/stretch/preseed_gnome.cfg IPAPPEND 2 +label testingI386 + 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 oldstableFirmware menu label Debian wheezy amd64 Firmwares kernel installer/debian/wheezy/amd64/linux append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz -- quiet -label wheezy +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.27.239/preseed/debian/wheezy/preseed.cfg IPAPPEND 2 -label install +label oldstableI386 menu label Debian wheezy i386 kernel installer/debian/wheezy/i386/linux append vga=normal initrd=installer/debian/wheezy/i386/initrd.gz -- quiet -label install +label oldstableGnome menu label Debian wheezy STAGIAIRE Gnome amd64 PRESEED kernel installer/debian/wheezy/amd64/linux append vga=normal initrd=installer/debian/wheezy/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.27.239/preseed/debian/wheezy/preseed_gnome.cfg IPAPPEND 2 label separator menu label --- -label install +label unstableAmd64 menu label Debian ^sid amd64 kernel installer/debian/sid/amd64/linux append vga=normal initrd=installer/debian/sid/amd64/initrd.gz -- quiet -label install +label unstableFirmware menu label Debian sid amd64 FIRMWARE kernel installer/debian/sid/amd64/linux append vga=normal initrd=installer/debian/sid/amd64/initrd_firm.gz -- quiet -label install +label unstableI386 menu label Debian sid i386 kernel installer/debian/sid/i386/linux append vga=normal initrd=installer/debian/sid/i386/initrd.gz -- quiet