mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-09 11:41:34 -05:00
Add ia32_emulation=0
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
2617245427
commit
fbdbea9e12
@ -27,6 +27,7 @@
|
||||
"init_on_free=1",
|
||||
"pti=on",
|
||||
"vsyscall=none",
|
||||
"ia32_emulation=0",
|
||||
"page_alloc.shuffle=1",
|
||||
"randomize_kstack_offset=on",
|
||||
"extra_latent_entropy",
|
||||
|
@ -432,6 +432,7 @@ kernel_arguments:
|
||||
- init_on_free=1
|
||||
- pti=on
|
||||
- vsyscall=none
|
||||
- ia32_emulation=0
|
||||
- page_alloc.shuffle=1
|
||||
- randomize_kstack_offset=on
|
||||
- extra_latent_entropy
|
||||
|
@ -27,6 +27,7 @@
|
||||
"init_on_free=1",
|
||||
"pti=on",
|
||||
"vsyscall=none",
|
||||
"ia32_emulation=0",
|
||||
"page_alloc.shuffle=1",
|
||||
"randomize_kstack_offset=on",
|
||||
"extra_latent_entropy",
|
||||
|
@ -414,6 +414,7 @@ kernel_arguments:
|
||||
- init_on_free=1
|
||||
- pti=on
|
||||
- vsyscall=none
|
||||
- ia32_emulation=0
|
||||
- page_alloc.shuffle=1
|
||||
- randomize_kstack_offset=on
|
||||
- extra_latent_entropy
|
||||
|
1
UTM.ign
1
UTM.ign
@ -27,6 +27,7 @@
|
||||
"init_on_free=1",
|
||||
"pti=on",
|
||||
"vsyscall=none",
|
||||
"ia32_emulation=0",
|
||||
"page_alloc.shuffle=1",
|
||||
"randomize_kstack_offset=on",
|
||||
"extra_latent_entropy",
|
||||
|
Loading…
Reference in New Issue
Block a user