From 2f6f8ecdab0a22dc5148e1f8d48345f789ba061e Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 9 Feb 2024 15:24:44 -0500 Subject: [PATCH] Added necessary packages for ubuntu-core-desktop-installer: gsettings-desktop-schemas yaru-theme-gtk lshw --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 2bce0876..8afc2441 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -819,7 +819,7 @@ case $PROJECT in add_task minimal minimal # the live layer, contains all packages for the live session installer add_snap minimal.live ubuntu-core-desktop-installer/classic core22 snapd - add_package minimal.live linux-$KERNEL_FLAVOURS plymouth-theme-spinner squashfs-tools snapd cloud-init + add_package minimal.live linux-$KERNEL_FLAVOURS plymouth-theme-spinner squashfs-tools snapd cloud-init gsettings-desktop-schemas yaru-theme-gtk lshw ;; ubuntu-oem)