[neon/infrastructure/pangea-data] imager: noble
Carlos De Maine
null at kde.org
Mon Jul 15 23:21:58 BST 2024
Git commit 4cd87885eaea8e791ae434b9341bcab776e3cbd4 by Carlos De Maine.
Committed on 11/07/2024 at 11:47.
Pushed by carlosdem into branch 'master'.
noble
M +1 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/4cd87885eaea8e791ae434b9341bcab776e3cbd4
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 7bc9ab4..0ffaaa8 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -194,7 +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 [ "$VERSION_CODENAME" = "jammy" ] && [ "$ARCH" = "amd64" ]; then
+elif [ "$VERSION_CODENAME" = "noble" ] && [ "$ARCH" = "amd64" ]; then
$SUDO apt-get -y install memtest86+ syslinux || exit 1
fi
More information about the Neon-commits
mailing list