[Touch-packages] [Bug 1873907] [NEW] initramfs no dhcp because of 'Error getting hardware address for " en2s0": No such device'

2020-04-20 Thread Thorsten Bonhagen
Public bug reported: kernel cmdline "ip=dhcp" results in: Error getting hardware address for " en2s0": No such device No network during boot I have to change /usr/share/initramfs-tools/scripts/functions fix: run_dhclient() { ... dhclient -v -1 -cf "$conffile" -pf "$pidfile" "$@" to

[Touch-packages] [Bug 1873591] [NEW] initramfs-tools-core multiarch dns problem

2020-04-18 Thread Thorsten Bonhagen
Public bug reported: Hi, in x86_64 multiarch environment the hook-functions -> add_dns() copy i386 libdns instead of 64bit one. in add_dns() i replace for f in "$d"/libc.so.?; do [ -f "$f" ] && break; done with for f in "$d"/libc.so; do [ -f "$f" ] && break; done to fix the problem regards P