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

This commit is contained in:
Daniel Baumann 2010-11-13 07:57:08 +01:00
parent 1f610c22de
commit f251d6370a
1 changed files with 2 additions and 2 deletions

View File

@ -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