[Merge] ~dbungert/livecd-rootfs:cloud-init-and-u-d-i into livecd-rootfs:ubuntu/master
Chad Smith
mp+427445 at code.launchpad.net
Tue Jul 26 21:58:21 UTC 2022
@dbungert thanks for this quick fix. While testing this approach in ubuntu-desktop-installer I discovered as well we'll need a supplemental config override for network:activators too.
Here's a related upstream PR[1] that we need to land so that livecd-rootfs can deliver the full config override for both network renderers and activators:
When that PR lands, then we can confirm that livedcd-rootfs can deliver:
mkdir -p chroot/etc/cloud/cloud.cfg.d
cat <<EOF > chroot/etc/cloud/cloud.cfg.d/99-installer-use-networkmanager.cfg
# Let NetworkManager manage all devices on this system
system_info:
network:
renderers: ['network-manager']
activators: ['network-manager']
EOF
[1] upstream PR for config overrides of activators https://github.com/canonical/cloud-init/pull/1619
--
https://code.launchpad.net/~dbungert/livecd-rootfs/+git/livecd-rootfs/+merge/427445
Your team Ubuntu Core Development Team is requested to review the proposed merge of ~dbungert/livecd-rootfs:cloud-init-and-u-d-i into livecd-rootfs:ubuntu/master.
More information about the Ubuntu-reviews
mailing list