fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11

cute-signatures
Jakub Jirutka 2020-02-23 18:01:43 +01:00
parent c054fbc11e
commit 63dceba116
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
# desc: test triggers in kernel package
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
--repository $SYSREPO alpine-keys linux-vanilla
--repository $SYSREPO alpine-keys linux-lts
test -e "$ROOT"/boot/vmlinuz-vanilla
test -e "$ROOT"/boot/vmlinuz-lts
test -e "$ROOT"/boot/initramfs-vanilla
test -e "$ROOT"/boot/initramfs-lts