[neon/infrastructure/pangea-data] imager: bring back gfxboot-theme-ubuntu to get an iso out

Carlos De Maine null at kde.org
Tue Aug 27 05:24:42 BST 2024


Git commit 0c4449f5003191a5ae3abf62ce74d665d81dafe0 by Carlos De Maine.
Committed on 27/08/2024 at 04:24.
Pushed by carlosdem into branch 'master'.

bring back gfxboot-theme-ubuntu to get an iso out

M  +2    -1    imager/ubuntu-defaults-image

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/0c4449f5003191a5ae3abf62ce74d665d81dafe0

diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 61f2d6a..02b6b0b 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -197,7 +197,8 @@ fi
 if [ "$VERSION_CODENAME" = "jammy" ] && [ "$ARCH" = "amd64" ];  then
     $SUDO apt-get -y install gfxboot-theme-ubuntu memtest86+ syslinux syslinux-themes-neon || exit 1
 elif [ "$VERSION_CODENAME" = "noble" ] && [ "$ARCH" = "amd64" ]; then
-    $SUDO apt-get -y install memtest86+ syslinux syslinux-themes-neon || exit 1
+    # TODO - get rid of syslinux-theme and gfxboot-theme-ubuntu usage - they are so deprecated
+    $SUDO apt-get -y install gfxboot-theme-ubuntu memtest86+ syslinux syslinux-themes-neon || exit 1
 fi
 
 $SUDO apt-get -y install genisoimage


More information about the Neon-commits mailing list