diff options
Diffstat (limited to 'profiledef.sh')
-rw-r--r-- | profiledef.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/profiledef.sh b/profiledef.sh index 7c89c0f..a44ab1a 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -iso_name="archlinux-baseline" -iso_label="ARCH_$(date +%Y%m)" -iso_publisher="Arch Linux <https://archlinux.org>" -iso_application="Arch Linux baseline" +iso_name="toms_arch" +iso_label="_$(date +%Y%m)" +iso_publisher="Tom Barrett <https://tombarrett.xyz>" +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') @@ -14,4 +14,5 @@ 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/bootstrap"]="0:0:700" ) |