X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=appliance%2Fmake.sh.in;fp=appliance%2Fmake.sh.in;h=64bcb5a46e3d7df274fd5172edb044bed0f7d636;hp=36bcd6c996794c6449e974158ab413f658ecce0c;hb=16e39ac0b8583c60fb1bc3378483b91886ed6f85;hpb=e1ad5afaea3f6a3d3ca4131c259b76792b150d2e diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 36bcd6c..64bcb5a 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -128,6 +128,11 @@ if [ "@DIST@" = "REDHAT" ]; then /var/log/yum.log \ $(cd initramfs && echo usr/sbin/glibc_post_upgrade.*) + # Remove all .*.hmac files (RHBZ#654638). These are not used unless + # you are using FIPS, and they cause hard dependencies on files + # which change whenever a library version is bumped. + @FEBOOTSTRAP_RUN@ initramfs -- rm -f $(cd initramfs && find -name '.*.hmac') + # Kernel modules take up nearly half of the image. Only include ones # which are on the whitelist. exec 5