Add an entry to install Debian Stable with Mate environnment for i386 computers.
This commit is contained in:
parent
7d71a422fd
commit
4830a30629
|
@ -5,6 +5,7 @@
|
|||
* Update Clonezilla and Gparted to their latest version.
|
||||
* Swap is now between 25% of the RAM and 32GB at max.
|
||||
* Add a nvme0n1 disk to allow auto-partition from the preseed file for new SSD connection.
|
||||
* Add an entry to install Debian Stable with Mate environnment for i386 computers.
|
||||
|
||||
#### Fixes
|
||||
* Use the new IP address.
|
||||
|
|
|
@ -55,6 +55,7 @@ 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 Jessie (Stable) i386 with Mate as default GUI (for old manipulation computers).
|
||||
* 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).
|
||||
|
|
|
@ -28,6 +28,10 @@ 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 stableMateI386
|
||||
menu label Debian jessie STAGIAIRE Mate i^386 PRESEED
|
||||
kernel installer/debian/jessie/i386/linux
|
||||
append vga=normal initrd=installer/debian/jessie/i386/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/jessie/preseed_mate.cfg IPAPPEND 2
|
||||
label separator
|
||||
menu label ---
|
||||
label testingFirmware
|
||||
|
|
Loading…
Reference in New Issue