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

raspi-settings-hack
Michael Hudson-Doyle 4 years ago
parent 49c01ef0a0
commit d5bc59f2fb

7
debian/changelog vendored

@ -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 livecd-rootfs (2.715) hirsute; urgency=medium
[ Gauthier Jolly ] [ Gauthier Jolly ]

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

Loading…
Cancel
Save