diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-01 12:56:49 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-01 12:56:49 +0100 |
commit | 8c07ad6191e2a13cf240a47dbed72afdc4010aa4 (patch) | |
tree | 0eb30bebc71f0876ace28859730191381d6d9e98 | |
parent | 1a2deb2bcdb0c8ec509b1d98805e0fc46122c5a9 (diff) | |
download | libguestfs-8c07ad6191e2a13cf240a47dbed72afdc4010aa4.tar.gz libguestfs-8c07ad6191e2a13cf240a47dbed72afdc4010aa4.tar.xz libguestfs-8c07ad6191e2a13cf240a47dbed72afdc4010aa4.zip |
Print size of kernel, don't need to delete gnome/help any more.
-rwxr-xr-x | make-initramfs.sh.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index c8deae27..fe3635d8 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -39,7 +39,7 @@ rm -f $output $koutput # 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 @@ -55,9 +55,6 @@ rm -rf initramfs/lib/modules/*/kernel/arch/x86/kvm 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 @@ -108,3 +105,4 @@ chmod +x initramfs/init @FEBOOTSTRAP_TO_INITRAMFS@ initramfs > $output-t mv $output-t $output ls -lh $output +ls -lh $koutput |