diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-16 23:56:34 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-16 23:56:55 +0100 |
commit | 43434c2f6a84ec5ad294c23506d6aff4ebd96c70 (patch) | |
tree | 53f834c60fa78946a8a6483c685d720ede46f01d /functions | |
parent | 8618786d5f303fe8e35cecc3be46f144d2aa2e53 (diff) | |
download | vyos-live-build-43434c2f6a84ec5ad294c23506d6aff4ebd96c70.tar.gz vyos-live-build-43434c2f6a84ec5ad294c23506d6aff4ebd96c70.zip |
Moving removal of backup and temporary files to their own hook script.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index f93938b8b..a8b400c94 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -633,7 +633,9 @@ Set_defaults () remove-linux-image-backups \ remove-mdadm-configuration \ remote-adjtime-configuration \ - disable-kexec-tools}" + disable-kexec-tools \ + remove-backup-files \ + remove-temporary-files}" ;; kubuntu) @@ -648,7 +650,9 @@ Set_defaults () remove-linux-image-backups \ remove-mdadm-configuration \ remove-adjtime-configuration \ - disable-kexec-tools}" + disable-kexec-tools \ + remove-backup-files \ + remove-temporary-files}" ;; esac |