Don't remove initial ssh host keys - they will be regenerated during install

This commit is contained in:
Bob Mottram 2015-11-26 20:32:00 +00:00
parent 795f7750ab
commit ad36c2a219
1 changed files with 0 additions and 3 deletions

View File

@ -350,9 +350,6 @@ chroot "$rootdir" freedombone-image-hardware-setup 2>&1 | \
rm $rootdir/usr/sbin/policy-rc.d
# Remove SSH keys from the image
rm $rootdir/etc/ssh/ssh_host_* || true
if [[ "$MACHINE" != "beaglebone" ]]; then
chroot $rootdir apt-get -y install haveged
else