tools-systemd/run-arm64.sh: no grsec kernel

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2019-04-10 08:11:35 -04:00
parent 2b399a9154
commit 0af725155e

View file

@ -31,8 +31,6 @@ prepare_confs() {
main() {
>zzz.log
undo_grsec
catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err
for arch in arm64; do
@ -43,7 +41,6 @@ main() {
do_stages ${arch}
[[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log
done
}
main $1 &