diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index a2e0e5a0..50d3d23b 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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