tags -1 patch
thanks

I believe the issue it that the init-premount script sets $IPOPTS while
‘configure_networking’ uses $IP to pick and configure interfaces.

-- 
Guilhem.
--- a/usr/share/initramfs-tools/scripts/init-premount/dropbear
+++ b/usr/share/initramfs-tools/scripts/init-premount/dropbear
@@ -24,7 +24,7 @@
 for x in $(cat /proc/cmdline); do
 	case "$x" in
 		ip=*)
-			IPOPTS="${x#ip=}"
+			IP="${x#ip=}"
 			;;
 	esac
 done

Attachment: signature.asc
Description: Digital signature

Reply via email to