tftpboot/CHANGELOG.md

93 lines
2.9 KiB
Markdown
Raw Normal View History

## Release 0.X
### Improvement
* Add an UEFI entry to manage specific partitions (see #16).
2017-12-08 16:06:42 +01:00
* task-ssh-server is removed (see #18).
2017-12-08 16:18:17 +01:00
* task-french and task-english are removed (see #18).
* Ensure to have minimal documentation available on the system.
### Fix
2017-12-08 16:06:42 +01:00
* Leave standard task in peace to be able to have a X session for user's nodes… (see #17).
* Update doc about Debian distribution name and remove useless entries (oldStable).
* No longer define zsh as default shell for root.
* Installation of aptitude, puppet, tmux and zsh move to latecommand script (post.sh).
## Release 0.4.1
### Improvement
2017-12-08 16:06:42 +01:00
* Standard task is no longer install for Debian Stretch server with preseed (see #14).
* Ensure to install `python-apt`|Ansible dependencie (see #14).
### Fix
* Ensure to create olddir (/var/log/messages.d) for 'messages' log.
* Remove the "\" for Rsyslog 'messages' definition.
2017-09-06 12:05:40 +02:00
## Release 0.4.0
### Features
2016-09-20 12:13:32 +02:00
* Delete the extra partition for free space with the Debian's preseed (#2).
* Add some backgrounds (#4).
2017-02-15 10:26:12 +01:00
* 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.
2017-09-06 12:05:40 +02:00
* New logrotate configuration for Debian Stretch (#12).
2016-09-20 12:13:32 +02:00
### Fixes
2016-09-20 12:13:32 +02:00
* Use the new IP address.
2017-02-15 10:26:12 +01:00
* Use shellcheck to ensure POSIX compatibility.
* Add information about update netboot installer after each point release (#5).
2016-09-20 12:13:32 +02:00
2016-07-27 14:52:26 +02:00
## Release 0.3.0
### Summary
Features release.
#### Features
* Script to download some diagnostic tools (memtest86+, GParted live) and update the config file.
* Script to download Clonezilla and update the config file.
* Update the PXE files to the latest Jessie version.
* Documentation updates.
#### Fixes
* Debian's preseed: /opt max size is 4Gb for all Debian.
* Fix differences between all preseed files.
* Fix typo in scripts.
* Fix typo in README.
2016-07-25 10:52:52 +02:00
## Release 0.2.2
### Summary
Bugfixe release.
#### Bugfixes
* Correct latecommand archive name.
2016-07-25 10:57:33 +02:00
* Preseed: change the latecommand URL.
* Correct the syslog configuration file path.
2016-07-22 14:58:07 +02:00
2016-07-22 17:05:22 +02:00
## Release 0.2.1
### Summary
Bugfixe release.
#### Bugfixes
* Get the preseed files with GUI from the previous PXE server.
* Ensure to create all directories for `make_debian_initrd_with_firmware.sh` script.
* Correct the path of the preseed files into Debian's menu.cfg.
---
## Release 0.2.0
### Summary
2016-07-22 14:58:07 +02:00
The code move to Gogs.
#### Features
2016-07-22 14:58:07 +02:00
* README.md get many updates.
* scripts/README.md desribe the scripts.
* Move Debian Jessie in front of Wheezy.
* New preseed files (for Jessie/Wheezy, GUI for minions,…).
* New firmares for the initrd: **myricom** and **qlogic**.
* Add a vda disk to allow auto-partition from the preseed file for VM.
#### Bugfixes
2016-07-22 14:58:07 +02:00
* Grub install is now completely automated.
* Correct the minimum partitions size to correct at least for a 32Gb hdd.