From: Jeremy Katz Date: Wed, 17 Dec 2008 21:56:51 +0000 (-0500) Subject: rstrode built a new plymouth with the changes, so we can drop that make install X-Git-Tag: 0.1~503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aec35295119661692ac5f7ec3da11fb5a98dd11a;p=thirdparty%2Fdracut.git rstrode built a new plymouth with the changes, so we can drop that make install --- diff --git a/HACKING b/HACKING index 7c9b996ea..77e993964 100644 --- a/HACKING +++ b/HACKING @@ -13,3 +13,8 @@ will copy over some binaries as well as the appropriate shared library dependencies. If you are doing a rootfs type that requires modules (on Fedora, this is just encrypted root now), you'll want to have the modules tree to copy in in a modules/ sub directory. + +Requirements: +* udev +* plymouth > 0.6.0-2 (for encrypted root; otherwise, it should noop out) +* nash (for switchroot until we get in util-linux) diff --git a/dracut b/dracut index 3c3160f9b..68554ac66 100755 --- a/dracut +++ b/dracut @@ -58,10 +58,6 @@ fi # plymouth if [ -x /usr/libexec/plymouth/plymouth-populate-initrd ]; then /usr/libexec/plymouth/plymouth-populate-initrd -t "$tmpdir" || : - # since we actually require a patched plymouth at the moment, this is useful - if [ -d plymouth ]; then - pushd plymouth >/dev/null ; make DESTDIR="$tmpdir" install ; popd >/dev/null - fi fi pushd $tmpdir >/dev/null