[SCM] live-build branch, debian-next, updated. debian/3.0_a6-1-11-gffbc972

Daniel Baumann daniel at debian.org
Mon Nov 22 20:51:37 UTC 2010


The following commit has been merged in the debian-next branch:
commit ffbc9721ec9f602a9776fc09cce0542d3034ea34
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 22 21:51:22 2010 +0100

    Simplyfing ssh host key removal.

diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index 58d76ac..2b7c1d6 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -129,8 +129,7 @@ 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_*_key chroot/etc/ssh/ssh_host_*_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