From ad22ff81b512089f602ab4c18690e72fa88c348c Mon Sep 17 00:00:00 2001 From: adi1090x Date: Wed, 30 Mar 2022 16:40:22 +0530 Subject: [PATCH] Updated profiledef.sh for Archcraft --- profiledef.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/profiledef.sh b/profiledef.sh index 5feb205c..58ff78a0 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -iso_name="archlinux" -iso_label="ARCH_$(date +%Y%m)" -iso_publisher="Arch Linux " -iso_application="Arch Linux Live/Rescue CD" +iso_name="archcraft" +iso_label="archcraft_$(date +%Y%m)" +iso_publisher="Aditya Shakya " +iso_application="Archcraft Live/Installation/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') @@ -14,10 +14,11 @@ pacman_conf="pacman.conf" airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') file_permissions=( - ["/etc/shadow"]="0:0:400" + ["/etc/shadow"]="0:0:0400" + ["/etc/gshadow"]="0:0:0400" + ["/etc/sudoers.d"]="0:0:750" ["/root"]="0:0:750" ["/root/.automated_script.sh"]="0:0:755" + ["/root/customize_airootfs.sh"]="0:0:755" ["/usr/local/bin/choose-mirror"]="0:0:755" - ["/usr/local/bin/Installation_guide"]="0:0:755" - ["/usr/local/bin/livecd-sound"]="0:0:755" )