https://bugzilla.novell.com/show_bug.cgi?id=803058 https://bugzilla.novell.com/show_bug.cgi?id=803058#c6 --- Comment #6 from Marius Tomaschewski <mt@suse.com> 2013-02-19 14:54:08 UTC --- Created an attachment (id=525267) --> (http://bugzilla.novell.com/attachment.cgi?id=525267) migrate NETWORKMANAGER=no setting (In reply to comment #5)
is it not possible to execute it automatically on the first boot after the `zypper dup` ?
Well, yes -- we have to fix it. The patch is a result of: osc rdiff openSUSE:Factory/sysconfig home:mtomaschewski:tests/sysconfig It adds a migration hook disabling NetworkManager.service on update from an installation with a NETWORKMANAGER=no setting. That is basically a: if [ "X$NETWORKMANAGER" = "Xno" -a -x /bin/systemctl ] ; then /bin/systemctl --force disable NetworkManager.service || : fi plus guard to make it only on update from system using NETWORKMANAGER. My "zypper dup" is still running, that is, I expect we need more than this, e.g. /usr/lib/systemd/system-preset/default-openSUSE.preset currently contains an "enable NetworkManager.service" line ... -- 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.