summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-23 17:10:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-23 17:10:38 +0200
commit9a59c0a2d65dde87839e9d184a9e561885b8b743 (patch)
tree6048ade60372a2cbbe4e0e18e7cbeb94f7945b87 /functions/defaults.sh
parent535e9a5d947fc62c2dfe00d4f668e9277c48c649 (diff)
downloadvyos-live-build-9a59c0a2d65dde87839e9d184a9e561885b8b743.tar.gz
vyos-live-build-9a59c0a2d65dde87839e9d184a9e561885b8b743.zip
Moving removal of openssh-server host keys from chroot_hacks to a hook, that way it can be easily skipped if desired.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index de79d5c75..5538dfbae 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -587,6 +587,7 @@ Set_defaults ()
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
+ remove-openssh-server-host-keys \
remove-python-py}"
;;
@@ -595,6 +596,7 @@ Set_defaults ()
update-apt-xapian-index \
update-mlocate-database \
remove-gnome-icon-cache \
+ remove-openssh-server-host-keys \
remove-python-py}"
;;
esac