https://bugzilla.novell.com/show_bug.cgi?id=339460 Summary: kiwi: dhcpcd doesn't get killed if no system update is needed Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: ms@novell.com QAContact: adrian@novell.com Found By: --- Index: system/boot/netboot/suse-linuxrc =================================================================== --- system/boot/netboot/suse-linuxrc (revision 784) +++ system/boot/netboot/suse-linuxrc (working copy) @@ -636,9 +636,7 @@ # 16) send DHCP_RELEASE, reset cache #-------------------------------------- if [ $LOCAL_BOOT = "no" ] && [ -z "$NFSROOT" ] && [ -z "$NBDROOT" ];then - if test $systemIntegrity = "clean";then - dhcpcd -k - fi + dhcpcd -k fi #====================================== -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.