Add --with-dracutdir configure option
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Feb 2013 18:16:16 +0000 (10:16 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Mar 2013 23:46:41 +0000 (15:46 -0800)
commitffb21118add1a2e6cec2ce401c333b4a4e76d9a3
tree25a5b7b784e037786445bc860bf3f61311013661
parentd09f98a9a688905a06a4bd2a92752bebe0f28e63
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 <behlendorf1@llnl.gov>
config/user-dracut.m4 [new file with mode: 0644]
config/user.m4
dracut/90zfs/Makefile.am
zfs.spec.in