Well in the focal -> groovy time we find this change
(http://launchpadlibrarian.net/481474731/initramfs-
tools_0.137ubuntu4_0.137ubuntu5.diff.gz):

        # activate non-autoconfigured s390x devices
        for dev in $DEVICE $DEVICE6 $IP6 $VLAN_LINK; do
+               # skip $DEVICE which is processed in $VLAN_LINK
+               echo ${VLAN} | grep -q ${dev} && continue
                case ${dev} in
                enc*)
                        zdev=${dev#enc}

which I think is just wrong: it's trying to avoid calling chzdev -e on
the encc000.2653 device but it also avoids calling it on encc000 :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1924794

Title:
  Getting error "ipconfig: no devices to configure" while trying to
  autoinstall in a VLAN env on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1924794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to