[neon/infrastructure/pangea-data] imager/build-hooks-neon-arm64: add calamares early in temp fashhion
Carlos De Maine
null at kde.org
Fri Dec 8 10:04:30 GMT 2023
Git commit 0423eadad0d623948bac74fe67c9c0c24b7244b0 by Carlos De Maine.
Committed on 08/12/2023 at 11:04.
Pushed by carlosdem into branch 'master'.
add calamares early in temp fashhion
M +5 -0 imager/build-hooks-neon-arm64/009-neon-masks.chroot
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/0423eadad0d623948bac74fe67c9c0c24b7244b0
diff --git a/imager/build-hooks-neon-arm64/009-neon-masks.chroot b/imager/build-hooks-neon-arm64/009-neon-masks.chroot
index 072caaa..8531c42 100644
--- a/imager/build-hooks-neon-arm64/009-neon-masks.chroot
+++ b/imager/build-hooks-neon-arm64/009-neon-masks.chroot
@@ -28,3 +28,8 @@ apt-mark auto neon-adwaita
if [[ ${VERSION,,} = unstable* ]]; then
apt-get install -y kde-nomodeset
fi
+
+# TODO HACK temporary measure to test calamares bieng installed on arm @carlosd
+if [[ ${VERSION,,} = unstable* ]]; then
+ apt-get install -y calamares
+fi
More information about the Neon-commits
mailing list