[neon/infrastructure/pangea-data] imager: name too long on mobile

Carlos De Maine null at kde.org
Tue Aug 27 18:12:25 BST 2024


Git commit 33c82e2401e03b1e6f62c7ca81dd5ebbd58d4ae9 by Carlos De Maine.
Committed on 27/08/2024 at 17:12.
Pushed by carlosdem into branch 'master'.

name too long on mobile

M  +1    -1    imager/config-settings-neon-mobile.sh
M  +4    -4    imager/ubuntu-defaults-image

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/33c82e2401e03b1e6f62c7ca81dd5ebbd58d4ae9

diff --git a/imager/config-settings-neon-mobile.sh b/imager/config-settings-neon-mobile.sh
index 74211ec..463b0fb 100644
--- a/imager/config-settings-neon-mobile.sh
+++ b/imager/config-settings-neon-mobile.sh
@@ -3,7 +3,7 @@ echo "neon -- config-settings-neon"
 
 EDITION=$(echo $NEONARCHIVE | sed 's,/, ,')
 export LB_APT_SOURCE_ARCHIVES="true"
-export LB_ISO_VOLUME="${IMAGENAME} ${EDITION} Mobile \$(date +%Y%m%d-%H:%M)"
+export LB_ISO_VOLUME="${IMAGENAME} ${EDITION} Mobile \$(date +%Y%m%d)"
 export LB_ISO_APPLICATION="KDE neon Plasma Mobile Live"
 export LB_LINUX_PACKAGES="linux"
 
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index fcf91a0..f0b77a4 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -266,10 +266,10 @@ sed "s/#DEFAULTS_PACKAGE#/$PACKAGENAME/" < "$HOOK" > config/hooks/00_language-su
 
 # This was changed/fixed in focal at least, the LB_ var now overrides the
 # initramfs internal defaults.
-if [ "$VERSION_CODENAME" != "focal" ]; then
-    # work around live-build failure with lzma initramfs (Debian #637979)
-    sed -i 's/^LB_INITRAMFS_COMPRESSION="lzma"/LB_INITRAMFS_COMPRESSION="gzip"/' config/common
-fi
+#if [ "$VERSION_CODENAME" != "focal" ]; then
+#    # work around live-build failure with lzma initramfs (Debian #637979)
+#    sed -i 's/^LB_INITRAMFS_COMPRESSION="lzma"/LB_INITRAMFS_COMPRESSION="gzip"/' config/common
+#fi
 
 # run hooks from defaults package
 cat <<EOF > config/hooks/010_ubuntu-defaults.chroot


More information about the Neon-commits mailing list