Comment 28 for bug 2065037

Revision history for this message
Stefano (luckylinux777) wrote :

I think you deleted the _set_available_devices_to_up from the functions file yourself when you wanted me to test a custom `functions` File.

I cannot find that function call (or function declaration for that matter) anymore at least ...

I got a bit lost now though ...

So you want me to re-run:

v4: only `need_hostname || return 0` in /usr/lib/dhcpcd/dhcpcd-hooks/30-hostname (https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2064926/comments/21)

v9: `need_hostname || return 0` in /usr/lib/dhcpcd/dhcpcd-hooks/30-hostname (https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2064926/comments/21) PLUS changing `/usr/share/initramfs-tools/scripts/functions` where you want me to change `dhcpcd -1 -t $ROUNDTTT -4 ${DEVICE:+"${DEVICE}"}` to `dhcpcd -1K --noipv4ll -t $ROUNDTTT -4 ${DEVICE:+"${DEVICE}"}` ?

v9: What about the IPv6 Line ? I think you changed it from `dhcpcd -1 -t $ROUNDTTT -6 ${DEVICE6:+"${DEVICE6}"}` to `dhcpcd -1K -t $ROUNDTTT -6 ${DEVICE6:+"${DEVICE6}"}`