summaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-04-27 10:29:38 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-04-27 10:29:38 +0200
commita4d0ccb56bf9b426f69d70c185d680b08b9bd25c (patch)
tree83aa6c3479378d6fa3164edc68be2adfddf865dc /profiledef.sh
start with baseline
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/profiledef.sh b/profiledef.sh
new file mode 100644
index 0000000..7c89c0f
--- /dev/null
+++ b/profiledef.sh
@@ -0,0 +1,17 @@
+#!/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_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')
+arch="x86_64"
+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"
+)