diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test6.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test6.sh b/test/test6.sh index 6c8d28e..1a4ec77 100755 --- a/test/test6.sh +++ b/test/test6.sh @@ -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 |