remove not useful feature & add script install.sh

This commit is contained in:
Puechberty Arthur
2026-06-22 21:59:07 +02:00
parent 1a5a5c08c2
commit 37e27c3a81
22 changed files with 151 additions and 233 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
iso_name="archlinux"
iso_name="archcustom"
iso_label="ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
iso_publisher="Arch Linux <https://archlinux.org>"
iso_application="Arch Linux Live/Rescue DVD"
@@ -18,6 +18,7 @@ file_permissions=(
["/etc/shadow"]="0:0:400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
["/root/.install.sh"]="0:0:0755"
["/root/.gnupg"]="0:0:700"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755"