[Merge] ~dbungert/livecd-rootfs:minimal-layer-kernel into livecd-rootfs:ubuntu/master
Michael Hudson-Doyle
mp+472992 at code.launchpad.net
Tue Sep 10 22:55:54 UTC 2024
Diff comments:
> diff --git a/live-build/auto/config b/live-build/auto/config
> index 9f70643..a1daf7c 100755
> --- a/live-build/auto/config
> +++ b/live-build/auto/config
> @@ -1005,7 +1005,8 @@ case $PROJECT in
> exit 1
> fi
>
> - add_package ubuntu-server-minimal.ubuntu-server.installer.$flavor $kernel_metapkg
> + add_package ubuntu-server-minimal $kernel_metapkg
Can we change this to something like:
if [ $flavor == ga ]; then
kernel_layer=ubuntu-server-minimal
else
kernel_layer=ubuntu-server-minimal.ubuntu-server.installer.$flavor
fi
add_package $kernel_layer $kernel_metapkg
It might work for .2 :-)
> + add_pass ubuntu-server-minimal.ubuntu-server.installer.$flavor
> LIVE_PASSES="${LIVE_PASSES:+$LIVE_PASSES }ubuntu-server-minimal.ubuntu-server.installer.$flavor"
> done
> case $ARCH in
--
https://code.launchpad.net/~dbungert/livecd-rootfs/+git/livecd-rootfs/+merge/472992
Your team Ubuntu Core Development Team is subscribed to branch livecd-rootfs:ubuntu/master.
More information about the Ubuntu-reviews
mailing list