Use the correct config keys in suppressing cloud-init output during boot of live server ISO.

This commit is contained in:
Michael Hudson-Doyle 2021-03-10 12:03:56 +13:00
parent 49c01ef0a0
commit d5bc59f2fb
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.716) UNRELEASED; urgency=medium
* Use the correct config keys in suppressing cloud-init output during boot
of live server ISO.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 10 Mar 2021 12:03:17 +1300
livecd-rootfs (2.715) hirsute; urgency=medium
[ Gauthier Jolly ]

View File

@ -1,4 +1,4 @@
output: {all: '>> /var/log/cloud-init-output.log'}
no_keys_to_console: true
no_ssh_fingerprints: true
ssh:
emit_keys_to_console: false