diff options
| author | nl6720 <nl6720@gmail.com> | 2020-08-14 07:52:59 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-08-17 14:22:36 +0300 |
| commit | 1cc7375c2576fe2cce6352e7e9c860a4b222d0ab (patch) | |
| tree | 17819847d61b276bff44a2e6727f4d4dd9d733a9 /configs/releng/profiledef.sh | |
| parent | 0387b253c8ff90df30ad35883f710ddce3e04854 (diff) | |
| download | archiso-1cc7375c2576fe2cce6352e7e9c860a4b222d0ab.tar.gz archiso-1cc7375c2576fe2cce6352e7e9c860a4b222d0ab.tar.bz2 | |
archiso/mkarchiso: start preparing a build_profile command
Nothing is implemented yet!
configs/releng/profiledef.sh:
A test profile.
Diffstat (limited to 'configs/releng/profiledef.sh')
| -rw-r--r-- | configs/releng/profiledef.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh new file mode 100644 index 0000000..5eb5c5a --- /dev/null +++ b/configs/releng/profiledef.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +# shellcheck disable=SC2034 + +iso_name="archlinux" +iso_label="ARCH_$(date +%Y%m)" +iso_publisher="Arch Linux <https://www.archlinux.org>" +iso_application="Arch Linux Live/Rescue CD" +iso_version="$(date +%Y.%m.%d)" +install_dir="arch" +bootmodes=() +arch="x86_64" +pacman_conf="pacman.conf" |
