commit aebb337cf5187f4612bba6d371a3d943a587306c Author: Hannes Reinecke Date: Thu Apr 15 09:32:52 2010 +0200 Set correct 'interface' variable We cannot rely on iBFT to be always present, so better instruct the network script to look for the default interface here. References: bnc#596627 Signed-off-by: Hannes Reinecke diff --git a/etc/mkinitrd/mkinitrd-setup.sh b/etc/mkinitrd/mkinitrd-setup.sh index 523ef9d..1c84762 100644 --- a/etc/mkinitrd/mkinitrd-setup.sh +++ b/etc/mkinitrd/mkinitrd-setup.sh @@ -64,6 +64,8 @@ if [ "${root_iscsi}" ]; then done # copy the iscsi configuration cp -rp /etc/iscsi etc/ + # Use default interface + interface="default" save_var TargetPort 3260 # in case the port was not defined via command line we assign a default port fi