diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-29 14:24:54 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-29 14:24:54 +0000 |
commit | 088d0c53cfe0dcb20b87707a9055175b2fd6b72f (patch) | |
tree | 9f0c90b25533656846b95068ed796eb1061767d5 | |
parent | 35a2aa114d88f943586bf40c971844245b12e0d6 (diff) | |
download | libguestfs-088d0c53cfe0dcb20b87707a9055175b2fd6b72f.tar.gz libguestfs-088d0c53cfe0dcb20b87707a9055175b2fd6b72f.tar.xz libguestfs-088d0c53cfe0dcb20b87707a9055175b2fd6b72f.zip |
Another unreadable file: /var/log/yum.log
-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 |