1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00

basic-cloudinit: remove duplicated rc.conf entry

This commit is contained in:
Baptiste Daroussin 2024-11-20 09:48:28 +01:00
parent 5bc24fd7a2
commit 9229236fb9

View File

@ -18,7 +18,6 @@ vm_extra_pre_umount() {
cat << EOF >> ${DESTDIR}/etc/rc.conf
dumpdev="AUTO"
ifconfig_DEFAULT="SYNCDHCP accept_rtadv"
sshd_enable="YES"
# RSA host keys are obsolete and also very slow to generate
sshd_rsa_enable="NO"
EOF