apk-tools/test/test6.sh

12 lines
243 B
Bash
Raw Normal View History

#!/bin/sh -e
2010-06-15 13:30:12 +00:00
# desc: test triggers in kernel package
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
--repository $SYSREPO alpine-keys linux-vanilla
2010-06-15 13:30:12 +00:00
2018-01-29 00:10:35 +00:00
test -e "$ROOT"/boot/vmlinuz-vanilla
2010-06-15 13:30:12 +00:00
test -e "$ROOT"/boot/initramfs-vanilla
2010-06-15 13:30:12 +00:00