[SCM] live-helper branch, debian-next, updated. debian/2.0_a12-1-7-g3068fd5
Daniel Baumann
daniel at debian.org
Mon May 17 07:48:41 UTC 2010
The following commit has been merged in the debian-next branch:
commit 3068fd5134152d858e34d08a93fd18e2b9bf952e
Author: Daniel Baumann <daniel at debian.org>
Date: Mon May 17 09:42:09 2010 +0200
Thinking about removing openssh-server hostkeys, as they should be regenerated during boot anyway.
diff --git a/helpers/chroot_hacks b/helpers/chroot_hacks
index 81af37a..85421ac 100755
--- a/helpers/chroot_hacks
+++ b/helpers/chroot_hacks
@@ -110,6 +110,11 @@ do
esac
done
+# Removing openssh-server hostkeys,
+# they are regenerated by live-sysinit.
+#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-helper
More information about the debian-live-changes
mailing list