~waveform/livecd-rootfs:pi-tidy-2

Last commit made on 2023-09-08
Get this branch:
git clone -b pi-tidy-2 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:
pi-tidy-2
Repository:
lp:~waveform/livecd-rootfs

Recent commits

f08ca5e... by Dave Jones

Remove intel-iot pre-installed settings

From Steve's comments:
- we only ever built intel-iot preinstalled images for focal
- we stopped building them in Nov 2021, switching to building daily-live
  images instead
- we never released a preinstalled intel-iot image

Hence, this commit removes intel-iot settings associated with
preinstalled server and desktop images (but leaves those associated with
"live" images).

785bcd8... by Dave Jones

Hardcode the raspi kernel flavour

There's no separate flavours per model so no sense in having it equal
the $SUBARCH

b144baa... by Dave Jones

Move BINARY_REMOVE_LINUX up to desktop-preinstalled images

It's already implied for all server-preinstalled images, and should be
for desktop-preinstalled too (and not just specifically for +raspi).

b6007b6... by Dave Jones

Remove additional packages for Pi images

All packages for the raspi images should now be specified in seeds, so
there's no need to go manually adding these packages in.

61c1b9b... by Steve Langasek

Merge remote-tracking branch 'mwhudson/use-server-live-task' into ubuntu/master

867f546... by Steve Langasek

changelog

2e1b092... by Michael Hudson-Doyle

auto/config: use the new server-live task to reduce the use of explicit calls to add_package and add_snap a bit.

6be1e86... by Steve Langasek

Drop live-build/ubuntu-server/includes.chroot.ubuntu-server-minimal/etc/hosts

/etc/hosts in an installed system comes from one of several places:
- the netbase package which ships a sane default
- scripts/casper-bottom/18hostname, which is mostly identical to the netbase
  one but sets a hostname to the flavor name
- the installer which writes one to the target fs
- chroot includes in livecd-rootfs

A chroot include is only needed for images that don't include netbase (so
don't inherit from the minimal seed), don't boot casper, and don't run an
installer.

NONE of these conditions are true for the ubuntu-server live image. And in
addition, the /etc/hosts here differs from the others.

So, remove it.

1e91885... by Steve Langasek

releasing package livecd-rootfs version 23.10.33

5a45641... by Steve Langasek

Drop code only used for d-i based ubuntu-server images, no longer supported.