From d5bc59f2fbfa4a21eda166c2e519b2257c2000e1 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 10 Mar 2021 12:03:56 +1300 Subject: [PATCH] Use the correct config keys in suppressing cloud-init output during boot of live server ISO. --- debian/changelog | 7 +++++++ .../overlay/etc/cloud/cloud.cfg.d/06_quiet.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 940b0dad..a6ad701f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 10 Mar 2021 12:03:17 +1300 + livecd-rootfs (2.715) hirsute; urgency=medium [ Gauthier Jolly ] diff --git a/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg.d/06_quiet.cfg b/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg.d/06_quiet.cfg index 91c8cde7..a614e723 100644 --- a/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg.d/06_quiet.cfg +++ b/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg.d/06_quiet.cfg @@ -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