1. Aug 22, 2019
  2. Jul 12, 2019
  3. Jun 14, 2019
  4. Jun 13, 2019
  5. May 31, 2019
    • Michael Prokop's avatar
      Fix detection of predictable network interface names · 2860f131
      Michael Prokop authored
      E.g. virtio drivers might have the properties ID_NET_NAME_PATH=enp0s18
      and ID_NET_NAME_SLOT=ens18. If we check only for ID_NET_NAME_PATH, then
      we end up with a network configuration for enp0s18, while the actual
      network interface name will be ens18.
      
      So instead look at all present network devices, iterate over them
      (ignoring the virtual interfaces like bridges + vboxnet) and
      check for present ID_NET_NAME_* settings, using the following precedence
      (as defined in link_config_apply() of systemd/src/udev/net/link-config.c):
      
      * ID_NET_NAME_FROM_DATABASE
      * ID_NET_NAME_ONBOARD
      * ID_NET_NAME_SLOT
      * ID_NET_NAME_PATH
      * ID_NET_NAME_MAC
      
      Closes: #929810
      2860f131
  6. Mar 02, 2019
  7. Jan 25, 2019
  8. Jan 24, 2019
  9. Jan 23, 2019
  10. Jan 18, 2019
    • Michael Prokop's avatar
      Release new version 0.86 · 1f8e263f
      Michael Prokop authored
      1f8e263f
    • Michael Prokop's avatar
      Bind-mount /run/udev in target system as workaround for lvm2 issue #918590 · 430abb16
      Michael Prokop authored
      Installation takes ages with lvm 2.03.02-1 if /run/udev isn't
      available in the target system, causing messages like:
      
      | WARNING: Device /dev/[...] not initialized in udev database even after waiting 10000000 microseconds.
      
      Especially when grub package gets installed (which invokes
      vgs and related tools) this takes forever and looks like a
      failing installation.
      
      This /run/udev bind-mount is a workaround required for Debian/buster's
      lvm2, at least until #918590 is resolved.
      430abb16
  11. Jan 07, 2019
  12. Dec 30, 2018
  13. Dec 19, 2018
  14. Dec 14, 2018