1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-10-17 18:55:14 -04:00

Panic on oops

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-17 01:19:59 -07:00
parent 4eef6410bb
commit 7fad7ab23b
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
4 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@
"page_alloc.shuffle=1",
"randomize_kstack_offset=on",
"debugfs=off",
"oops=panic",
"lockdown=confidentiality",
"module.sig_enforce=1"
]

View File

@ -205,5 +205,6 @@ kernel_arguments:
- page_alloc.shuffle=1
- randomize_kstack_offset=on
- debugfs=off
- oops=panic
- lockdown=confidentiality
- module.sig_enforce=1

View File

@ -34,6 +34,7 @@
"debugfs=off",
"lockdown=confidentiality",
"module.sig_enforce=1",
"oops=panic",
"console=tty0",
"console=ttyS0,115200"
]

View File

@ -286,5 +286,6 @@ kernel_arguments:
- debugfs=off
- lockdown=confidentiality
- module.sig_enforce=1
- oops=panic
- console=tty0
- console=ttyS0,115200