diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-15 00:53:30 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-15 00:53:30 +0200 |
commit | e3a35e239270d8fde091d676b797cc0c1d7ce330 (patch) | |
tree | b785a80e383644b51e264f888b3c481f6fb33071 | |
parent | 2276b58332846afeec7cb80dec71e22c4871b5c0 (diff) | |
download | vyos-live-build-e3a35e239270d8fde091d676b797cc0c1d7ce330.tar.gz vyos-live-build-e3a35e239270d8fde091d676b797cc0c1d7ce330.zip |
Removing apt log instead of truncating it, this is an additional file over a bootstrapped chroot.
-rwxr-xr-x | helpers/chroot_hacks | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helpers/chroot_hacks b/helpers/chroot_hacks index c417ac5a6..abfda7c3d 100755 --- a/helpers/chroot_hacks +++ b/helpers/chroot_hacks @@ -174,14 +174,13 @@ find chroot/boot -name 'initrd*' -print0 | xargs -r -0 chmod go+r echo "0.0 0 0.0" > chroot/etc/adjtime # Remove cruft -Truncate chroot/var/log/apt/term.log - rm -f chroot/boot/initrd*bak* rm -f chroot/etc/apt/trusted.gpg~ rm -f chroot/etc/group- chroot/etc/passwd- rm -f chroot/etc/gshadow- chroot/etc/shadow- rm -f chroot/var/cache/debconf/*-old rm -f chroot/var/lib/dpkg/*-old +rm -f chroot/var/log/apt/term.log if [ -n "${LH_ROOT_COMMAND}" ] then |