[neon/infrastructure/pangea-data] imager: ship syslinux-themes-neon in noble (for the time being)
Carlos De Maine
null at kde.org
Tue Aug 27 01:55:47 BST 2024
Git commit 73a578856cacedf6e29765b3ea7ef8e00d87973c by Carlos De Maine.
Committed on 27/08/2024 at 00:55.
Pushed by carlosdem into branch 'master'.
ship syslinux-themes-neon in noble (for the time being)
M +2 -6 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/73a578856cacedf6e29765b3ea7ef8e00d87973c
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 61cb969..61f2d6a 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -197,7 +197,7 @@ 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 || exit 1
+ $SUDO apt-get -y install memtest86+ syslinux syslinux-themes-neon || exit 1
fi
$SUDO apt-get -y install genisoimage
@@ -235,11 +235,7 @@ if [ "$COMPONENTS" ]; then
config/bootstrap
fi
-if [ "$VERSION_CODENAME" = "jammy" ]; then
- sed -i "s/^\\(LB_SYSLINUX_THEME=\\).*/\\1\"neon\"/" config/binary
-else
- echo "LB_SYSLINUX_THEME=''"
-fi
+sed -i "s/^\\(LB_SYSLINUX_THEME=\\).*/\\1\"neon\"/" config/binary
if [ "${PACKAGE%.deb}" = "$PACKAGE" ]; then
# package name, apt-get'able
More information about the Neon-commits
mailing list