Skip to content
Snippets Groups Projects
Commit 419e5163 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

test: fix test6.sh, replace linux-grsec w/ linux-vanilla, add alpine-keys

parent 69c343af
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
# desc: test triggers in kernel package # desc: test triggers in kernel package
$APK add --root $ROOT --initdb -U --repository $PWD/repo1 \ $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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment