diff options
-rwxr-xr-x | appliance/make.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 677e9953..515df346 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -115,6 +115,7 @@ if [ "@DIST@" = "REDHAT" ]; then /var/log/spooler \ /var/log/messages \ /var/log/btmp \ + /var/log/yum.log \ $(cd initramfs && echo usr/sbin/glibc_post_upgrade.*) # Kernel modules take up nearly half of the image. Only include ones |