fix test6.sh - linux-vanilla was renamed to linux-lts in v3.11
parent
c054fbc11e
commit
63dceba116
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue