~waveform/livecd-rootfs:growroot-almost

Last commit made on 2023-03-28
Get this branch:
git clone -b growroot-almost https://git.launchpad.net/~waveform/livecd-rootfs
Only Dave Jones can upload to this branch. If you are Dave Jones please log in for upload directions.

Branch merges

Branch information

Name:
growroot-almost
Repository:
lp:~waveform/livecd-rootfs

Recent commits

b364107... by Dave Jones

changelog

1f497fe... by Dave Jones

Get rid of growfs option in fstab

021960a... by Dave Jones

changelog

6a804b7... by Dave Jones

Don't add 01-network-manager-all.yaml to preinstalled desktop images

da4481d... by Dave Jones

changelog

a312ab1... by Dave Jones

Remove the mkswap and swapfile units

These will be provided by the ubuntu-raspi-settings-desktop in future

6d1b422... by Steve Langasek

releasing package livecd-rootfs version 2.817

45335a7... by Steve Langasek

Merge remote-tracking branch 'jchittum/lunar-revert-ipc-removal' into ubuntu/master

140385c... by Dan Bungert

Update changelog

fba5be1... by Chad Smith

cloud-init.service: systemd ordering after after NetworkManager

Autoinstall directives can be provided on the grub cmdline to
cloud-init via kernel parameters like the following:
 autoinstall 'ds=nocloud-net;s=http://somedomain/'

In order to support DNS resolution for NoCloud datasource at
datasource discovery time, cloud-init.service needs to be
orderered after NetworkManager.service and
NetworkManager-wait-online.service
which will have brought up applicable NICs.

Since NetworkManager is After=dbus.service, the cloud-init.service
avoids systemd ordering cycles by also dropping
Before=sysinit.target when it adds, After=NetworkManager.service and
After=NetworkManager-wait-online.service

Add this file overlay for /lib/systemd/system/cloud-init.service
because systemd drop-in files can only add constraints and not
drop prexisting service constraints.

Also add an AUTOMATION_HEADER comment to any generated files to
add discoverability in the event of future bugs/concerns.

LP: #2008952