From 0f1d748cd37f2fd291dfddab9f96e893929a546a Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 7 May 2024 00:12:16 +0330 Subject: [PATCH] removed grub from template --- iso/profiledef.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iso/profiledef.sh b/iso/profiledef.sh index 8f986ae..7fd242f 100644 --- a/iso/profiledef.sh +++ b/iso/profiledef.sh @@ -3,18 +3,18 @@ iso_name="Parchlinux" iso_label="PARCH_$(date +%Y%m)" -iso_publisher="Parch Linux " +iso_publisher="Parch Linux " iso_application="Parch Linux Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' - 'uefi-ia32.grub.esp' 'uefi-x64.systemd-boot.esp' - 'uefi-ia32.grub.eltorito' 'uefi-x64.systemd-boot.eltorito') + 'uefi-x64.systemd-boot.esp' + 'uefi-x64.systemd-boot.eltorito') arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" -airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86') +airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') file_permissions=( ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750"