From e28938b4825d407a7907f26f3867769ab057586b Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 24 Mar 2021 14:09:12 +1300 Subject: [PATCH] Do not have cloud-init set the installer user's password to something random during boot, as cloud-init now hides the value it was set to much better. Instead, subiquity will reset the password itself. --- debian/changelog | 8 ++++++++ .../includes.binary/overlay/etc/cloud/cloud.cfg | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9958a05e..0b45e3ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.718) UNRELEASED; urgency=medium + + * Do not have cloud-init set the installer user's password to something + random during boot, as cloud-init now hides the value it was set to much + better. Instead, subiquity will reset the password itself. + + -- Michael Hudson-Doyle Wed, 24 Mar 2021 14:04:44 +1300 + livecd-rootfs (2.717) hirsute; urgency=medium * riscv64: generalise slightly how preinstalled server images are built, diff --git a/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg b/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg index 3756203e..be75cf5e 100644 --- a/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg +++ b/live-build/ubuntu-server/includes.binary/overlay/etc/cloud/cloud.cfg @@ -17,8 +17,6 @@ preserve_hostname: true ssh_pwauth: yes chpasswd: expire: false - list: - - installer:RANDOM # This is the initial network config. # It can be overwritten by cloud-init or subiquity.