summarylogtreecommitdiffstats
path: root/Changelog
blob: 5ac3d7f95fa93d4631d6a5e78b51e59d2e5cff2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
2015-08-11 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.2 :
	- Initial support for systemd enabled initrd:
		+ Check for any files ending in .initramfs in the /etc/systemd/network directory, and copies them to the initrd, and also copy and install systemd-networkd.
		+ There are some caveats, specially that it won't remove any ip addresses added to the interface: https://github.com/systemd/systemd/issues/780
	- Corrected the help text.

2015-07-15 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.1 :
	- Initial release.
	- Right now it only support the ip= configuration mode.