[Bug 339460] New: kiwi: dhcpcd doesn' t get killed if no system update is needed
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.
https://bugzilla.novell.com/show_bug.cgi?id=339460#c1 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Marcus Schaefer <ms@novell.com> 2007-11-06 03:06:10 MST --- fixed in 1.84 -- 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.
participants (1)
-
bugzilla_noreply@novell.com