apk-tools/test/test6.sh

12 lines
235 B
Bash
Executable File

#!/bin/sh -e
# desc: test triggers in kernel package
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
--repository $SYSREPO alpine-keys linux-vanilla
test -e "$ROOT"/boot/vmlinuz
test -e "$ROOT"/boot/initramfs-vanilla