Suppress cloud-init output during boot of live server ISO.

This commit is contained in:
Michael Hudson-Doyle 2021-02-18 13:08:09 +13:00
parent 87454604ec
commit 52c8985454
2 changed files with 8 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.712) UNRELEASED; urgency=medium
* Suppress cloud-init output during boot of live server ISO.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 18 Feb 2021 13:07:35 +1300
livecd-rootfs (2.711) hirsute; urgency=medium
* Perform fsck on all rootfs. (LP: #1912835)

View File

@ -0,0 +1,2 @@
output: {all: '>> /var/log/cloud-init-output.log'}
no_keys_to_console: true