Add things for network luks unlock

This commit is contained in:
moparisthebest
2016-12-02 13:28:54 -05:00
parent 6266b8dc2c
commit 2ab9a20f30
27 changed files with 5492 additions and 0 deletions

View File

@@ -0,0 +1,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.