[SCM] live-build branch, debian-next, updated. debian/3.0_a5-1-21-gf251d63

Daniel Baumann daniel at debian.org
Sat Nov 13 06:57:17 UTC 2010


The following commit has been merged in the debian-next branch:
commit f251d6370a2b6d506e9e49d6d15cb3a00270ae9a
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Nov 13 07:57:08 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 61b0a70..58d76ac 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