mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-22 09:21:32 -05:00
Remove extra_latent_entropy
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e5f1e9d988
commit
3cb35c79d5
@ -28,7 +28,6 @@
|
||||
"ia32_emulation=0",
|
||||
"page_alloc.shuffle=1",
|
||||
"randomize_kstack_offset=on",
|
||||
"extra_latent_entropy",
|
||||
"debugfs=off"
|
||||
]
|
||||
},
|
||||
|
@ -208,5 +208,4 @@ kernel_arguments:
|
||||
- ia32_emulation=0
|
||||
- page_alloc.shuffle=1
|
||||
- randomize_kstack_offset=on
|
||||
- extra_latent_entropy
|
||||
- debugfs=off
|
@ -28,7 +28,6 @@
|
||||
"ia32_emulation=0",
|
||||
"page_alloc.shuffle=1",
|
||||
"randomize_kstack_offset=on",
|
||||
"extra_latent_entropy",
|
||||
"debugfs=off"
|
||||
]
|
||||
},
|
||||
|
@ -266,5 +266,4 @@ kernel_arguments:
|
||||
- ia32_emulation=0
|
||||
- page_alloc.shuffle=1
|
||||
- randomize_kstack_offset=on
|
||||
- extra_latent_entropy
|
||||
- debugfs=off
|
||||
|
Loading…
Reference in New Issue
Block a user