https://bugzilla.novell.com/show_bug.cgi?id=800365 https://bugzilla.novell.com/show_bug.cgi?id=800365#c14 --- Comment #14 from Marius Tomaschewski <mt@suse.com> 2013-02-01 10:17:53 UTC --- Created an attachment (id=522982) --> (http://bugzilla.novell.com/attachment.cgi?id=522982) RFC: y2 2nd state scripts seems to need changes as well I don't know if the bellow is correct or not, but the existing scripts IMO aren't and needs adjustments as well. startup/Second-Stage/S07-medium makes: Y2_NETWORK_ACTIVE=0 - rcnetwork start -o onboot && Y2_NETWORK_ACTIVE=1 this should be IMO: Y2_NETWORK_ACTIVE=0 + rcnetwork status && Y2_NETWORK_ACTIVE=1 startup/Second-Stage/S09-cleanup AFAIS always stopped network before: -if test ! -z "$Y2_NETWORK_ACTIVE" ; then +if test "$Y2_NETWORK_ACTIVE" = "0" ; then rcnetwork stop -- 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.