[SCM] live-build branch, debian, updated. debian/2.0.6-1-10-g58afd94

Daniel Baumann daniel at debian.org
Mon Nov 22 22:15:39 UTC 2010


The following commit has been merged in the debian branch:
commit 9fc1aa88229a2b142fa66a673b0b9865d982133a
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 22 21:50:07 2010 +0100

    Enabling removal of ssh host keys, they are regenerated by live-config.

diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index f746b68..990d5cd 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -129,8 +129,8 @@ done
 
 # Removing openssh-server hostkeys,
 # they are regenerated by live-config.
-#rm -f chroot/etc/ssh/ssh_host_dsa_key chroot/etc/ssh/ssh_host_dsa_key.pub
-#rm -f chroot/etc/ssh/ssh_host_rsa_key chroot/etc/ssh/ssh_host_rsa_key.pub
+rm -f chroot/etc/ssh/ssh_host_dsa_key chroot/etc/ssh/ssh_host_dsa_key.pub
+rm -f chroot/etc/ssh/ssh_host_rsa_key chroot/etc/ssh/ssh_host_rsa_key.pub
 
 # Removing udev mac caching rule
 rm -f chroot/etc/udev/rules.d/*persistent-net.rules

-- 
live-build



More information about the debian-live-changes mailing list