Lines Matching refs:die
95 die() {
204 [ -n "$pkg_ver" ] || die 2 "Cannot find a version of $pkg_name in APKINDEX"
209 [ -f "$dest/sbin/apk.static" ] || die 2 'apk.static not found'
216 || die 2 'Signature verification for apk.static failed'
222 [ "${out%% *}" = 'apk-tools' ] || die 3 'apk.static --version failed'
257 || die 3 'Failed to execute /bin/true in chroot, the builded rootfs is broken!'
404 die 1 "This script must be run as 'root'"
456 die 1 "This template can't be used for unprivileged containers." \
476 [ -n "$name" ] || die 1 'Missing required option --name'
477 [ -n "$path" ] || die 1 'Missing required option --path'
487 || die 1 "Unsupported architecture: $arch"
491 || die 2 'Failed to resolve Alpine last release branch'