[neon/infrastructure/pangea-data] imager: syslinux-themes-neon only for jammy && missing "
Carlos De Maine
null at kde.org
Thu Jul 11 06:34:02 BST 2024
Git commit a044b181508c4c18426cb603a24873ef624544a0 by Carlos De Maine.
Committed on 11/07/2024 at 05:33.
Pushed by carlosdem into branch 'master'.
syslinux-themes-neon only for jammy && missing "
M +1 -2 imager/build.sh
M +2 -2 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/a044b181508c4c18426cb603a24873ef624544a0
diff --git a/imager/build.sh b/imager/build.sh
index a671952..3a2c410 100755
--- a/imager/build.sh
+++ b/imager/build.sh
@@ -43,8 +43,7 @@ sudo apt update
sudo apt dist-upgrade -y
sudo apt install -y --no-install-recommends \
git ubuntu-defaults-builder wget ca-certificates zsync distro-info \
- livecd-rootfs xorriso base-files lsb-release neon-settings debootstrap \
- syslinux-themes-neon
+ livecd-rootfs xorriso base-files lsb-release neon-settings debootstrap
if [ $ARCH = 'amd64' ]; then
sudo apt install -y --no-install-recommends syslinux-utils cd-boot-images-amd64
fi
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index c758655..3aada63 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -192,8 +192,8 @@ fi
# Make sure all our dependencies (which are Recommends of our package) are
# installed. This is a bit dubious long-term, but seems to be needed to
# make autobuilds reliable.
-if [ "$VERSION_CODENAME" = "jammy" ] && [ "$ARCH" = "amd64 ]; then
- $SUDO apt-get -y install gfxboot-theme-ubuntu memtest86+ syslinux || exit 1
+if [ "$VERSION_CODENAME" = "jammy" ] && [ "$ARCH" = "amd64" ]; then
+ $SUDO apt-get -y install gfxboot-theme-ubuntu memtest86+ syslinux syslinux-themes-neon || exit 1
elif [ "$ARCH" = "arm64" ]; then
$SUDO apt-get -y install syslinux || exit 1
else
More information about the Neon-commits
mailing list