diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1991c..806d838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 60993b6..5c11bbe 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/config/debian/menu.cfg b/config/debian/menu.cfg index 05dc3ce..4e4b3c0 100644 --- a/config/debian/menu.cfg +++ b/config/debian/menu.cfg @@ -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