tools-systemd/run-arm64.sh: no grsec kernel
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
2b399a9154
commit
0af725155e
1 changed files with 0 additions and 3 deletions
|
@ -31,8 +31,6 @@ prepare_confs() {
|
||||||
main() {
|
main() {
|
||||||
>zzz.log
|
>zzz.log
|
||||||
|
|
||||||
undo_grsec
|
|
||||||
|
|
||||||
catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err
|
catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err
|
||||||
|
|
||||||
for arch in arm64; do
|
for arch in arm64; do
|
||||||
|
@ -43,7 +41,6 @@ main() {
|
||||||
do_stages ${arch}
|
do_stages ${arch}
|
||||||
[[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log
|
[[ $? == 1 ]] && echo "FAILURE at ${arch}" | tee zzz.log
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main $1 &
|
main $1 &
|
||||||
|
|
Loading…
Add table
Reference in a new issue