]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
rstrode built a new plymouth with the changes, so we can drop that make install
authorJeremy Katz <katzj@redhat.com>
Wed, 17 Dec 2008 21:56:51 +0000 (16:56 -0500)
committerJeremy Katz <katzj@redhat.com>
Wed, 17 Dec 2008 21:56:51 +0000 (16:56 -0500)
HACKING
dracut

diff --git a/HACKING b/HACKING
index 7c9b996ea3fc5e2c5860c50edebdc4ad9b920136..77e9939649ad54ae3caa913a507b52995243e1d5 100644 (file)
--- 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 3c3160f9b929351b7191c3c9807df7981b1bb1ed..68554ac6653e8980ed57bd7e8b54bf5e1ff124a0 100755 (executable)
--- 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