archboot/usr/bin/archboot-x86_64-release.sh
2022-02-08 17:01:21 +01:00

16 lines
364 B
Bash
Executable file

#!/usr/bin/env bash
# created by Tobias Powalowski <tpowa@archlinux.org>
source /usr/lib/archboot/functions
source /usr/lib/archboot/release_functions
_ARCHBOOT="archboot"
[[ -z "${1}" ]] && _usage
_root_check
_x86_64_check
echo "Start release creation in $1 ..."
_create_iso
_create_boot
_create_torrent
_create_cksum
echo "Finished release creation in ${1} ."