~dbungert/livecd-rootfs:debug-hacks

Last commit made on 2024-01-12
Get this branch:
git clone -b debug-hacks https://git.launchpad.net/~dbungert/livecd-rootfs
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
debug-hacks
Repository:
lp:~dbungert/livecd-rootfs

Recent commits

5195fe0... by Dan Bungert

step

5d4ff86... by Dan Bungert

changelog

9cda078... by Utkarsh Gupta

Update d/ch for 24.04.17 release

795927c... by Utkarsh Gupta

unminimize: Use lxd-installer to install LXD itself (LP: 2036725)

By invoking LXD, lxd-installer will install LXD from the right
place, thereby make it simpler for us to not hardcode the
channel and manually snap install it.

de9c5ed... by Steve Langasek

releasing package livecd-rootfs version 24.04.16

6508158... by Steve Langasek

Fix overlooked syntax error in live-build/auto/config.

a566a81... by Steve Langasek

releasing package livecd-rootfs version 24.04.15

fc6a8a7... by Steve Langasek

But include a sensible error message for wrong usage of .live layers

Instead of just returning 'EXPLODE: command not found', heh

cdcb44e... by Steve Langasek

include a sanity check that no layered image has more than one "live" layer

This would cause undefined behavior with the LAYERFS_LIVE handling in the
hook.

80cd415... by Steve Langasek

check for glib-compile-schemas presence before calling from the ubuntu hook

This makes the hook ok to use cross-flavor.

We could also move glib-compile-schemas to a separate hook, to ensure we never
silently fail because glib-compile-schemas is broken/missing.