Releases: grazzolini/mkinitcpio-netconf
Releases · grazzolini/mkinitcpio-netconf
0.0.5
0.0.4
This version allows the configuration of multiple devices by nesting any number of ip= parameters inside one ip= parameter that is passed to the kernel cmdline.
0.0.3
- Added the netconf_timeout kernel command line parameter, to be used when using dhcp to obtain the ip address, and prevent ipconfig from trying to obtain an IP forever.
0.0.2
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.
0.0.1
2015-07-15 Giancarlo Razzolini grazzolini@gmail.com
* 0.0.1 :
- Initial release.
- Right now it only support the ip= configuration mode.