[neon/infrastructure/pangea-data] imager: no syslinux in arm64
Carlos De Maine
null at kde.org
Thu Jul 11 06:54:30 BST 2024
Git commit c785a14711868e9b9528376b9edf520b43a1cf23 by Carlos De Maine.
Committed on 11/07/2024 at 05:54.
Pushed by carlosdem into branch 'master'.
no syslinux in arm64
M +1 -3 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/c785a14711868e9b9528376b9edf520b43a1cf23
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 3aada63..7bc9ab4 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -194,9 +194,7 @@ fi
# make autobuilds reliable.
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
+elif [ "$VERSION_CODENAME" = "jammy" ] && [ "$ARCH" = "amd64" ]; then
$SUDO apt-get -y install memtest86+ syslinux || exit 1
fi
More information about the Neon-commits
mailing list