Update config file for Debian (#1)
This commit is contained in:
parent
fa8a9f0e64
commit
81bd6ce1fb
|
@ -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 (Cinnamon as default GUI).
|
||||||
* Debian Jessie (Stable) amd64 for minions with preseed (Gnome 3 as default GUI).
|
* Debian Jessie (Stable) amd64 for minions with preseed (Gnome 3 as default GUI).
|
||||||
* Debian Jessie (Stable) i386.
|
* 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 (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.
|
||||||
* Debian Wheezy (oldStable) amd64 with preseed (Gnome 3 as default GUI).
|
* 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_home | /home | 2 - **10** Gb | User's home directories (saved files, personnal settings,…) |
|
||||||
| lv_srv | NOT PRESENT | NOT PRESENT | |
|
| 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
|
### Scripts
|
||||||
|
|
||||||
See the [scripts's README.md][scripts readme.md] file for more informations.
|
See the [scripts's README.md][scripts readme.md] file for more informations.
|
||||||
|
|
|
@ -1,60 +1,86 @@
|
||||||
label install
|
label stableAmd64
|
||||||
menu label Debian jessie ^amd64
|
menu label Debian jessie ^amd64
|
||||||
kernel installer/debian/jessie/amd64/linux
|
kernel installer/debian/jessie/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/jessie/amd64/initrd.gz -- quiet
|
append vga=normal initrd=installer/debian/jessie/amd64/initrd.gz -- quiet
|
||||||
label installFirmware
|
label stableFirmware
|
||||||
menu label Debian jessie amd64 ^Firmwares
|
menu label Debian jessie amd64 ^Firmwares
|
||||||
kernel installer/debian/jessie/amd64/linux
|
kernel installer/debian/jessie/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/jessie/amd64/initrd_firm.gz -- quiet
|
append vga=normal initrd=installer/debian/jessie/amd64/initrd_firm.gz -- quiet
|
||||||
label installAuto
|
label stableAuto
|
||||||
menu label Debian jessie amd64 ^PRESEED
|
menu label Debian jessie amd64 ^PRESEED
|
||||||
kernel installer/debian/jessie/amd64/linux
|
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
|
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
|
menu label Debian jessie STAGIAIRE ^Mate amd64 PRESEED
|
||||||
kernel installer/debian/jessie/amd64/linux
|
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
|
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
|
menu label Debian jessie STAGIAIRE ^Cinnamon amd64 PRESEED
|
||||||
kernel installer/debian/jessie/amd64/linux
|
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
|
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
|
menu label Debian jessie STAGIAIRE ^Gnome amd64 PRESEED
|
||||||
kernel installer/debian/jessie/amd64/linux
|
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
|
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
|
menu label Debian jessie ^i386
|
||||||
kernel installer/debian/jessie/i386/linux
|
kernel installer/debian/jessie/i386/linux
|
||||||
append vga=normal initrd=installer/debian/jessie/i386/initrd.gz -- quiet
|
append vga=normal initrd=installer/debian/jessie/i386/initrd.gz -- quiet
|
||||||
label separator
|
label separator
|
||||||
menu label ---
|
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
|
menu label Debian wheezy amd64 Firmwares
|
||||||
kernel installer/debian/wheezy/amd64/linux
|
kernel installer/debian/wheezy/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz -- quiet
|
append vga=normal initrd=installer/debian/wheezy/amd64/initrd_firm.gz -- quiet
|
||||||
label wheezy
|
label oldstableAmd64
|
||||||
menu label Debian ^wheezy amd64 PRESEED
|
menu label Debian ^wheezy amd64 PRESEED
|
||||||
kernel installer/debian/wheezy/amd64/linux
|
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
|
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
|
menu label Debian wheezy i386
|
||||||
kernel installer/debian/wheezy/i386/linux
|
kernel installer/debian/wheezy/i386/linux
|
||||||
append vga=normal initrd=installer/debian/wheezy/i386/initrd.gz -- quiet
|
append vga=normal initrd=installer/debian/wheezy/i386/initrd.gz -- quiet
|
||||||
label install
|
label oldstableGnome
|
||||||
menu label Debian wheezy STAGIAIRE Gnome amd64 PRESEED
|
menu label Debian wheezy STAGIAIRE Gnome amd64 PRESEED
|
||||||
kernel installer/debian/wheezy/amd64/linux
|
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
|
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
|
label separator
|
||||||
menu label ---
|
menu label ---
|
||||||
label install
|
label unstableAmd64
|
||||||
menu label Debian ^sid amd64
|
menu label Debian ^sid amd64
|
||||||
kernel installer/debian/sid/amd64/linux
|
kernel installer/debian/sid/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/sid/amd64/initrd.gz -- quiet
|
append vga=normal initrd=installer/debian/sid/amd64/initrd.gz -- quiet
|
||||||
label install
|
label unstableFirmware
|
||||||
menu label Debian sid amd64 FIRMWARE
|
menu label Debian sid amd64 FIRMWARE
|
||||||
kernel installer/debian/sid/amd64/linux
|
kernel installer/debian/sid/amd64/linux
|
||||||
append vga=normal initrd=installer/debian/sid/amd64/initrd_firm.gz -- quiet
|
append vga=normal initrd=installer/debian/sid/amd64/initrd_firm.gz -- quiet
|
||||||
label install
|
label unstableI386
|
||||||
menu label Debian sid i386
|
menu label Debian sid i386
|
||||||
kernel installer/debian/sid/i386/linux
|
kernel installer/debian/sid/i386/linux
|
||||||
append vga=normal initrd=installer/debian/sid/i386/initrd.gz -- quiet
|
append vga=normal initrd=installer/debian/sid/i386/initrd.gz -- quiet
|
||||||
|
|
Loading…
Reference in New Issue