From a959514774e98f8ada34c7556608d458df0275a4 Mon Sep 17 00:00:00 2001 From: logzinga <65839350+logzinga@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:27:20 +1100 Subject: [PATCH] changed the iso profile names --- isoprofile/profiledef.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isoprofile/profiledef.sh b/isoprofile/profiledef.sh index 4b4e68c..3941369 100644 --- a/isoprofile/profiledef.sh +++ b/isoprofile/profiledef.sh @@ -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 " -iso_application="Arch Linux Live/Rescue CD" +iso_application="Elnathco Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" buildmodes=('iso')