Browse Source

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

Bob Mottram 9 years ago
parent
commit
ad36c2a219
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/freedombone-image-customise

+ 0
- 3
src/freedombone-image-customise View File

350
 
350
 
351
 rm $rootdir/usr/sbin/policy-rc.d
351
 rm $rootdir/usr/sbin/policy-rc.d
352
 
352
 
353
-# Remove SSH keys from the image
354
-rm $rootdir/etc/ssh/ssh_host_* || true
355
-
356
 if [[ "$MACHINE" != "beaglebone" ]]; then
353
 if [[ "$MACHINE" != "beaglebone" ]]; then
357
     chroot $rootdir apt-get -y install haveged
354
     chroot $rootdir apt-get -y install haveged
358
 else
355
 else