update meta build info
This commit is contained in:
parent
1a6f384005
commit
0eb2a80315
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="archlinux"
|
||||
iso_label="ARCH_$(date +%Y%m)"
|
||||
iso_publisher="Arch Linux <https://archlinux.org>"
|
||||
iso_application="Arch Linux Live/Rescue CD"
|
||||
iso_name="custom-archlinux"
|
||||
iso_label="MYARCH_$(date +%Y%m)"
|
||||
iso_publisher="Maximilian Keßler <https://gitlab.com/kesslermaximilian/arch-pkgs>"
|
||||
iso_application="Custom Arch Linux Live/Rescue CD"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
install_dir="arch"
|
||||
buildmodes=('iso')
|
||||
|
|
Loading…
Reference in a new issue