summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-03-16 17:35:13 -0400
committerWill Woods <wwoods@redhat.com>2012-03-16 17:35:13 -0400
commita2047b1d8d791bba7c11bc0e65c7bd90d7917a85 (patch)
treeb339f316e3c3cf4cfa971ed1f0ac0284108eb441 /data
parent0624ebc7d723f3cf4b8aaf3899ca824254f24775 (diff)
downloadanaconda-a2047b1d8d791bba7c11bc0e65c7bd90d7917a85.tar.gz
anaconda-a2047b1d8d791bba7c11bc0e65c7bd90d7917a85.tar.xz
anaconda-a2047b1d8d791bba7c11bc0e65c7bd90d7917a85.zip
anaconda.service Wants=NetworkManager.service
If we brought up any interfaces in stage1, we need NetworkManager to take them over before anaconda starts. We *could* do this conditionally and delay NM startup until needed, but this is the simplest fix for now.
Diffstat (limited to 'data')
-rw-r--r--data/systemd/anaconda.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/systemd/anaconda.service b/data/systemd/anaconda.service
index 0bdb5c9b8..8e853aae2 100644
--- a/data/systemd/anaconda.service
+++ b/data/systemd/anaconda.service
@@ -1,7 +1,7 @@
[Unit]
Description=the anaconda installation program
-Wants=instperf.service rsyslog.service udev-settle.service
-After=instperf.service rsyslog.service udev-settle.service
+Wants=instperf.service rsyslog.service udev-settle.service NetworkManager.service
+After=instperf.service rsyslog.service udev-settle.service NetworkManager.service
[Service]
Environment=HOME=/root MALLOC_CHECK_=2 MALLOC_PERTURB_=204 PATH=/usr/bin:/bin:/sbin:/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin:/mnt/sysimage/usr/sbin:/mnt/sysimage/sbin PYTHONPATH=/tmp/updates TERM=linux