Browse Source

Unused file

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

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

351
 
351
 
352
 rm $rootdir/usr/sbin/policy-rc.d
352
 rm $rootdir/usr/sbin/policy-rc.d
353
 
353
 
354
-chroot "$rootdir" /usr/lib/freedombone/setup 2>&1 | \
355
-    tee $rootdir/var/log/freedombone-setup.log
356
-
357
 # Remove SSH keys from the image
354
 # Remove SSH keys from the image
358
 rm $rootdir/etc/ssh/ssh_host_* || true
355
 rm $rootdir/etc/ssh/ssh_host_* || true
359
 
356