From 9f0b4c1ec543edb1cd5b72348a482b50418d83ba Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 8 Jan 2024 15:37:21 +0100 Subject: [PATCH] Tweak profiledef.sh (often by copying from 'releng' profile) --- ledoian-debug/profiledef.sh | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/ledoian-debug/profiledef.sh b/ledoian-debug/profiledef.sh index 913ff8a..0a371ce 100644 --- a/ledoian-debug/profiledef.sh +++ b/ledoian-debug/profiledef.sh @@ -1,20 +1,26 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -iso_name="archlinux-baseline" -iso_label="ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" -iso_publisher="Arch Linux " -iso_application="Arch Linux baseline" +iso_name="archlinux-ledoian" +iso_label="L-ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)" +iso_publisher="LEdoian " +iso_application="LEdoian's Rescue/Live Arch CD" iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" install_dir="arch" -buildmodes=('iso') +buildmodes=('iso' 'netboot') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-ia32.grub.esp' 'uefi-x64.grub.esp' 'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito') arch="x86_64" pacman_conf="pacman.conf" -airootfs_image_type="erofs" -airootfs_image_tool_options=('-zlzma,109' -E 'ztailpacking,fragments,dedupe') +airootfs_image_type="squashfs" +airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') file_permissions=( ["/etc/shadow"]="0:0:400" + ["/root"]="0:0:750" + ["/root/.automated_script.sh"]="0:0:755" + ["/root/.gnupg"]="0:0:700" + ["/usr/local/bin/choose-mirror"]="0:0:755" + ["/usr/local/bin/Installation_guide"]="0:0:755" + ["/usr/local/bin/livecd-sound"]="0:0:755" )