summaryrefslogtreecommitdiffstats
path: root/data/systemd/anaconda.target
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-03-07 17:28:31 -0500
committerWill Woods <wwoods@redhat.com>2012-03-16 12:36:58 -0400
commitb9d6b0e9c3a994f1a79f933340be268611a40d10 (patch)
tree6101718aadf0d56711b124c1e2a1a135c1a7a088 /data/systemd/anaconda.target
parent972ebc553da365e804cd84a910895e1acdf303d9 (diff)
downloadanaconda-b9d6b0e9c3a994f1a79f933340be268611a40d10.tar.gz
anaconda-b9d6b0e9c3a994f1a79f933340be268611a40d10.tar.xz
anaconda-b9d6b0e9c3a994f1a79f933340be268611a40d10.zip
add fedora-import-state.service (fix NFS root: #799989)
dracut writes out an ifcfg-ethX file and a dhclient lease file for the interface used to mount the runtime. We need to pass that along to NetworkManager so it won't bring down the interface we're using for our root device. This service copies the contents of the /run/initramfs/state directory into its intended place, as would normally be done in fedora-readonly for NFS readonly-root systems.
Diffstat (limited to 'data/systemd/anaconda.target')
-rw-r--r--data/systemd/anaconda.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/systemd/anaconda.target b/data/systemd/anaconda.target
index 7796c89ea..9f7f3be07 100644
--- a/data/systemd/anaconda.target
+++ b/data/systemd/anaconda.target
@@ -4,4 +4,4 @@ Requires=basic.target
Conflicts=rescue.service rescue.target
After=basic.target rescue.service rescue.target
AllowIsolate=yes
-Wants=anaconda.service anaconda-shell@tty2.service anaconda-shell@hvc1.service
+Wants=anaconda.service anaconda-shell@tty2.service anaconda-shell@hvc1.service fedora-import-state.service