mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-21 17:01:34 -05:00
Panic on oops
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4eef6410bb
commit
7fad7ab23b
@ -32,6 +32,7 @@
|
|||||||
"page_alloc.shuffle=1",
|
"page_alloc.shuffle=1",
|
||||||
"randomize_kstack_offset=on",
|
"randomize_kstack_offset=on",
|
||||||
"debugfs=off",
|
"debugfs=off",
|
||||||
|
"oops=panic",
|
||||||
"lockdown=confidentiality",
|
"lockdown=confidentiality",
|
||||||
"module.sig_enforce=1"
|
"module.sig_enforce=1"
|
||||||
]
|
]
|
||||||
|
@ -205,5 +205,6 @@ kernel_arguments:
|
|||||||
- page_alloc.shuffle=1
|
- page_alloc.shuffle=1
|
||||||
- randomize_kstack_offset=on
|
- randomize_kstack_offset=on
|
||||||
- debugfs=off
|
- debugfs=off
|
||||||
|
- oops=panic
|
||||||
- lockdown=confidentiality
|
- lockdown=confidentiality
|
||||||
- module.sig_enforce=1
|
- module.sig_enforce=1
|
@ -34,6 +34,7 @@
|
|||||||
"debugfs=off",
|
"debugfs=off",
|
||||||
"lockdown=confidentiality",
|
"lockdown=confidentiality",
|
||||||
"module.sig_enforce=1",
|
"module.sig_enforce=1",
|
||||||
|
"oops=panic",
|
||||||
"console=tty0",
|
"console=tty0",
|
||||||
"console=ttyS0,115200"
|
"console=ttyS0,115200"
|
||||||
]
|
]
|
||||||
|
@ -286,5 +286,6 @@ kernel_arguments:
|
|||||||
- debugfs=off
|
- debugfs=off
|
||||||
- lockdown=confidentiality
|
- lockdown=confidentiality
|
||||||
- module.sig_enforce=1
|
- module.sig_enforce=1
|
||||||
|
- oops=panic
|
||||||
- console=tty0
|
- console=tty0
|
||||||
- console=ttyS0,115200
|
- console=ttyS0,115200
|
Loading…
Reference in New Issue
Block a user