https://bugzilla.novell.com/show_bug.cgi?id=800817 https://bugzilla.novell.com/show_bug.cgi?id=800817#c4 --- Comment #4 from Marius Tomaschewski <mt@suse.com> 2013-01-31 15:24:09 UTC --- Current change: if test $desktop = x11; then - echo 'baseUpdateSysConfig /etc/sysconfig/network/config NETWORKMANAGER no' >> config.sh + echo '/bin/systemctl disable NetworkManager.service' >> config.sh else - echo 'baseUpdateSysConfig /etc/sysconfig/network/config NETWORKMANAGER yes' >> config.sh + echo '/bin/systemctl -f enable NetworkManager.service' >> config.sh fi Alternative change using a preset file: if test $desktop = x11; then - echo 'baseUpdateSysConfig /etc/sysconfig/network/config NETWORKMANAGER no' >> config.sh + echo 'echo "disable NetworkManager.service" > /usr/lib/systemd/system.preset/network.preset' >> config.sh else - echo 'baseUpdateSysConfig /etc/sysconfig/network/config NETWORKMANAGER yes' >> config.sh + echo 'echo "enable NetworkManager.service" > /usr/lib/systemd/system.preset/network.preset' >> config.sh 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.