[neon/infrastructure/pangea-data] imager: we are transitioning to grub themes from syslinux in noble
Carlos De Maine
null at kde.org
Mon Aug 26 15:40:44 BST 2024
Git commit 7d538c5840761974b1b091d2258aabeb31223944 by Carlos De Maine.
Committed on 26/08/2024 at 14:40.
Pushed by carlosdem into branch 'master'.
we are transitioning to grub themes from syslinux in noble
M +3 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/7d538c5840761974b1b091d2258aabeb31223944
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 82004c5..5ab1588 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -235,7 +235,9 @@ if [ "$COMPONENTS" ]; then
config/bootstrap
fi
-sed -i "s/^\\(LB_SYSLINUX_THEME=\\).*/\\1\"neon\"/" config/binary
+if [ "$VERSION_CODENAME" = "jammy" ]
+ sed -i "s/^\\(LB_SYSLINUX_THEME=\\).*/\\1\"neon\"/" config/binary
+fi
if [ "${PACKAGE%.deb}" = "$PACKAGE" ]; then
# package name, apt-get'able
More information about the Neon-commits
mailing list