We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d599458 commit acccd5dCopy full SHA for acccd5d
image_build/preseed.cfg
@@ -64,6 +64,8 @@ d-i grub-installer/bootdev string default
64
d-i finish-install/reboot_in_progress note
65
66
# Prepare for the Ansible bootstrap
67
+# TODO is using same SSH key in encrypted system and initramfs a security risk?
68
+# or rather, how much of a security risk is it?
69
d-i preseed/late_command string \
70
echo "ansible_bootstrap ALL=(ALL:ALL) NOPASSWD:ALL" > /target/etc/sudoers.d/01-ansible_bootstrap ; \
71
mkdir /target/home/ansible_bootstrap/.ssh ; \
0 commit comments