From 9c990fca729353b9076cf109e732fd2a55573d81 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 22 Jan 2023 19:29:11 +0100 Subject: 2023 update --- profiledef.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'profiledef.sh') diff --git a/profiledef.sh b/profiledef.sh index fd65beb..b1204d7 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -2,16 +2,19 @@ # shellcheck disable=SC2034 iso_name="toms_arch" -iso_label="_$(date +%Y%m)" -iso_publisher="Tom Barrett " +iso_label="TA_$(date +%Y%m)" +iso_publisher="tom barrett " iso_application="toms archlinux installer" iso_version="$(date +%Y.%m.%d)" install_dir="arch" -bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') +buildmodes=('iso') +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="squashfs" -airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') +airootfs_image_type="erofs" +airootfs_image_tool_options=('-zlzma,9' -E ztailpacking) file_permissions=( ["/etc/shadow"]="0:0:400" ["/root/bootstrap"]="0:0:700" -- cgit v1.2.3