archboot/usr/bin/archboot-aarch64-release.sh

15 lines
367 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# created by Tobias Powalowski <tpowa@archlinux.org>
source /usr/lib/archboot/functions
source /usr/lib/archboot/release_functions
2022-02-09 10:04:19 +01:00
_ARCHBOOT="archboot-arm"
[[ -z "${1}" ]] && _usage
_root_check
_aarch64_check
echo "Start release creation in $1 ..."
_create_iso
_create_boot
_create_torrent
_create_cksum
2022-01-24 09:56:00 +01:00
echo "Finished release creation in ${1} ."