[neon/infrastructure/pangea-data] imager: debug and set a few more LB_VARS
Carlos De Maine
null at kde.org
Fri Sep 27 12:06:51 BST 2024
Git commit 352e857dd32302dbbb37d93fe6c0c09e8d5465db by Carlos De Maine.
Committed on 27/09/2024 at 11:06.
Pushed by carlosdem into branch 'master'.
debug and set a few more LB_VARS
M +8 -4 imager/config-settings-neon.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/352e857dd32302dbbb37d93fe6c0c09e8d5465db
diff --git a/imager/config-settings-neon.sh b/imager/config-settings-neon.sh
index 6875be6..0d18f89 100644
--- a/imager/config-settings-neon.sh
+++ b/imager/config-settings-neon.sh
@@ -2,18 +2,22 @@ set -ex
echo "neon -- config-settings-neon"
EDITION=$(echo $NEONARCHIVE | sed 's,/, ,')
-export LB_APT_SOURCE_ARCHIVES="true"
+## set the various publishing deets
+export LB_ISO_APPLICATION="KDE neon Live "
+export LB_ISO_PREPARER="KDE neon team"
+export LB_ISO_PUBLISHER="KDE neon team"
export LB_ISO_VOLUME="${IMAGENAME} ${EDITION} \$(date +%Y%m%d-%H:%M)"
-export LB_ISO_APPLICATION="KDE neon Live"
+## other various other live-build settings
+export LB_APT_SOURCE_ARCHIVES="true"
export LB_LINUX_PACKAGES="linux"
#export LB_GRUB_SPLASH="breeze"
-
+## set our kernel prefs
if [ "$VERSION_CODENAME" = "jammy" ]; then
export LB_LINUX_FLAVOURS="generic-hwe-22.04"
else
export LB_LINUX_FLAVOURS="generic-hwe-24.04"
fi
-
+## convenience settings
export _COLOR="true"
export _DEBUG="true"
#export _VERBOSE="true"
More information about the Neon-commits
mailing list