summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2025-01-03 01:44:22 (GMT)
committerBritney Fransen <brfransen@gmail.com>2025-01-03 01:44:22 (GMT)
commit3a0ad615450ccb89be3f277e83ac569e86c5f7c1 (patch)
tree290204a7cbe328730ff41ca8f8f78862c4cda3ce /linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh
parent5485cb6b89dd4fa2fae6af2ca835e9fa820d54f0 (diff)
downloadlinhes_pkgbuild-3a0ad615450ccb89be3f277e83ac569e86c5f7c1.zip
linhes_pkgbuild-3a0ad615450ccb89be3f277e83ac569e86c5f7c1.tar.gz
linhes_pkgbuild-3a0ad615450ccb89be3f277e83ac569e86c5f7c1.tar.bz2
LinHES9_iso: changes for updated calamares and updates
Diffstat (limited to 'linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh')
-rw-r--r--linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh b/linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh
index 4d0ec24..bb61d4b 100644
--- a/linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh
+++ b/linhes/linhes-dev/LinHES9_iso/cust_skel/profiledef.sh
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034
iso_name="LinHES"
-iso_label="LinHES_$(date +%Y%m)"
+iso_label="LinHES_$(date +%Y%m%d)"
iso_publisher="LinHES <https://linhes.org>"
iso_application="LinHES Live/Installation CD"
iso_version="R9_$(date +%Y.%m.%d)"
@@ -14,9 +14,12 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"
-airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
+airootfs_image_tool_options=('-comp' 'zstd' '-b' '1M')
+bootstrap_tarball_compression=(zstd)
file_permissions=(
["/etc/shadow"]="0:0:400"
+ ["/etc/gshadow"]="0:0:0400"
+ ["/etc/sudoers"]="0:0:0440"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
["/usr/local/bin/choose-mirror"]="0:0:755"