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.

raspi-settings-hack
Michael Hudson-Doyle 4 years ago
parent f700f07d59
commit e28938b482

8
debian/changelog vendored

@ -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 <michael.hudson@ubuntu.com> Wed, 24 Mar 2021 14:04:44 +1300
livecd-rootfs (2.717) hirsute; urgency=medium livecd-rootfs (2.717) hirsute; urgency=medium
* riscv64: generalise slightly how preinstalled server images are built, * riscv64: generalise slightly how preinstalled server images are built,

@ -17,8 +17,6 @@ preserve_hostname: true
ssh_pwauth: yes ssh_pwauth: yes
chpasswd: chpasswd:
expire: false expire: false
list:
- installer:RANDOM
# This is the initial network config. # This is the initial network config.
# It can be overwritten by cloud-init or subiquity. # It can be overwritten by cloud-init or subiquity.

Loading…
Cancel
Save