summaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-28 13:04:48 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-28 13:04:48 +0200
commit44e0707d428de04919a33f325d4e612335bdb777 (patch)
treea6854f622321f85845889d3dc38d58a37a708544 /profiledef.sh
parenta4d0ccb56bf9b426f69d70c185d680b08b9bd25c (diff)
good testing environment
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh9
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"
)