# Create the basic initramfs.
@FEBOOTSTRAP@ $modules @REPO@ initramfs @MIRROR@
-# Nuke some stuff. The kernel pulls in plymouth crapola which pulls in
+# Nuke some stuff. The kernel pulls mkinitrd and plymouth which pulls in
# all of Python. Sheez.
find initramfs -name '*plymouth*' -print0 | xargs -0 rm -rf
find initramfs -name '*python*' -print0 | xargs -0 rm -rf
mv initramfs/boot/vmlinuz* $koutput
rm -rf initramfs/boot
-# Older versions of febootstrap-minimize didn't remove this, so:
-rm -rf initramfs/usr/share/gnome/help
-
# Minimize the image.
@FEBOOTSTRAP_MINIMIZE@ initramfs
@FEBOOTSTRAP_TO_INITRAMFS@ initramfs > $output-t
mv $output-t $output
ls -lh $output
+ls -lh $koutput