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)
# 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