test: fix test6.sh, replace linux-grsec w/ linux-vanilla, add alpine-keys
parent
69c343afb9
commit
419e51638c
|
@ -3,9 +3,9 @@
|
|||
# desc: test triggers in kernel package
|
||||
|
||||
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \
|
||||
--repository $SYSREPO linux-grsec
|
||||
--repository $SYSREPO alpine-keys linux-vanilla
|
||||
|
||||
test -L "$ROOT"/boot/vmlinuz-grsec
|
||||
test -L "$ROOT"/boot/vmlinuz
|
||||
|
||||
test -L "$ROOT"/boot/initramfs-grsec
|
||||
test -L "$ROOT"/boot/initramfs-vanilla
|
||||
|
||||
|
|
Loading…
Reference in New Issue