diff options
author | Brian Behlendorf <[email protected]> | 2013-02-22 10:16:16 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-06 15:46:41 -0800 |
commit | ffb21118add1a2e6cec2ce401c333b4a4e76d9a3 (patch) | |
tree | 25a5b7b784e037786445bc860bf3f61311013661 /dracut | |
parent | d09f98a9a688905a06a4bd2a92752bebe0f28e63 (diff) |
Add --with-dracutdir configure option
The standard dracut directory has moved from /usr/share/dracut to
/usr/lib/dracut. To ensure the dracut modules get installed in
the correct location provide a --with-dracutdir configure option
to set the path.
The default install location has been updated to /usr/lib/dracut
which is used by more current versions of Fedora. However, this
default is overriden by the RPM packaging for consistency.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'dracut')
-rw-r--r-- | dracut/90zfs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut/90zfs/Makefile.am b/dracut/90zfs/Makefile.am index 411206178..759aae81d 100644 --- a/dracut/90zfs/Makefile.am +++ b/dracut/90zfs/Makefile.am @@ -1,4 +1,4 @@ -pkgdracutdir = $(datadir)/dracut/modules.d/90zfs +pkgdracutdir = $(dracutdir)/modules.d/90zfs pkgdracut_SCRIPTS = \ $(top_srcdir)/dracut/90zfs/module-setup.sh \ $(top_srcdir)/dracut/90zfs/mount-zfs.sh \ |