merge release into one

This commit is contained in:
Tobias Powalowski 2022-11-22 18:50:26 +01:00
parent d8af06a440
commit 9b1bc61a03
3 changed files with 0 additions and 23 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
# created by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/common.sh
. /usr/lib/archboot/release.sh
[[ -z "${1}" ]] && _usage
_root_check
echo "Start release creation in $1 ..."
_create_iso "$@" || exit 1
_create_boot || exit 1
_create_cksum || exit 1
echo "Finished release creation in ${1} ."

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
# created by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/common.sh
. /usr/lib/archboot/release.sh
[[ -z "${1}" ]] && _usage
_root_check
echo "Start release creation in $1 ..."
_create_iso "$@" || exit 1
_create_boot || exit 1
_create_cksum || exit 1
echo "Finished release creation in ${1} ."

View file

@ -4,7 +4,6 @@
. /usr/lib/archboot/release.sh
[[ -z "${1}" ]] && _usage
_root_check
_x86_64_check
echo "Start release creation in ${1} ..."
_create_iso "$@" || exit 1
_create_boot || exit 1