changed the iso profile names

This commit is contained in:
logzinga 2022-11-02 09:27:20 +11:00
parent 0dfa0f84e3
commit a959514774
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
iso_name="archlinux"
iso_name="elnathco"
iso_label="ARCH_$(date +%Y%m)"
iso_publisher="Arch Linux <https://archlinux.org>"
iso_application="Arch Linux Live/Rescue CD"
iso_application="Elnathco Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')