summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2012-09-06 15:35:13 -0700
committerJesse Keating <jkeating@redhat.com>2012-09-06 16:45:16 -0700
commite8ff240f953963a8b6cbc2d0c54a5b7b1493c29f (patch)
tree3903d38dd4f4e032940356231978ff0cdc5d6434 /data
parent0c4ed2c2c4e03f0b753d13bddb90994498481ed7 (diff)
downloadanaconda-e8ff240f953963a8b6cbc2d0c54a5b7b1493c29f.tar.gz
anaconda-e8ff240f953963a8b6cbc2d0c54a5b7b1493c29f.tar.xz
anaconda-e8ff240f953963a8b6cbc2d0c54a5b7b1493c29f.zip
Use the real path to dracut-lib.sh (#851362)
This goes with a lorax patch that keeps the file around. Since dracut doesn't expose these files via /run/ anymore we have to keep around the file(s) we want to use from stage2 environment.
Diffstat (limited to 'data')
-rwxr-xr-xdata/systemd/anaconda-generator2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/systemd/anaconda-generator b/data/systemd/anaconda-generator
index 71e35e718..4c8b8286b 100755
--- a/data/systemd/anaconda-generator
+++ b/data/systemd/anaconda-generator
@@ -2,7 +2,7 @@
# anaconda-generator: generate services needed for anaconda operation
# Source in the dracut lib so we can parse cmd line arguments
-. /run/initramfs/usr/lib/dracut-lib.sh
+. /usr/lib/dracut/modules.d/99base/dracut-lib.sh
# set up dirs
systemd_dir=/lib/systemd/system