Skip to content

Releases: grazzolini/mkinitcpio-netconf

0.0.5

12 Apr 02:32
8962d61
Compare
Choose a tag to compare
  • Added functionality for handling the local interface

0.0.4

26 Aug 14:17
v0.0.4
Compare
Choose a tag to compare

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

18 Mar 19:03
Compare
Choose a tag to compare
  • 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

11 Aug 20:10
Compare
Choose a tag to compare

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

15 Jul 03:19
Compare
Choose a tag to compare

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

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