Add an entry to install Debian Stable with Mate environnment for i386 computers.

This commit is contained in:
Jeremy Gardais 2017-04-04 10:55:02 +02:00
parent 7d71a422fd
commit 4830a30629
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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