Fix for broken network after Fedora update (Fedora #974811)

This should be really done in NetworkManager package, but apparently not
done yet.
https://bugzilla.redhat.com/show_bug.cgi?id=974811
This commit is contained in:
Marek Marczykowski-Górecki 2013-09-01 02:02:55 +02:00
parent 68435da334
commit fd224c05a9

View File

@ -497,6 +497,8 @@ rm -f /etc/systemd/system/getty.target.wants/getty@tty*.service
# Disable D-BUS activation of NetworkManager - in AppVm it causes problems (eg PackageKit timeouts)
/bin/systemctl mask dbus-org.freedesktop.NetworkManager.service 2> /dev/null
/bin/systemctl enable NetworkManager.service 2> /dev/null
# Fix for https://bugzilla.redhat.com/show_bug.cgi?id=974811
/bin/systemctl enable NetworkManager-dispatcher.service 2> /dev/null
# Enable cups only when it is real SystemD service
[ -e /lib/systemd/system/cups.service ] && /bin/systemctl enable cups.service 2> /dev/null