mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 10:27:11 +00:00
trivial: Add three more things to the cmdline blocklist
This commit is contained in:
parent
0abba6cbb0
commit
c05ac2d074
@ -1378,12 +1378,14 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error)
|
||||
g_autofree gchar *buf = NULL;
|
||||
const gchar *ignore[] = {
|
||||
"",
|
||||
"auto",
|
||||
"BOOT_IMAGE",
|
||||
"console",
|
||||
"cryptdevice",
|
||||
"initrd",
|
||||
"LANG",
|
||||
"loglevel",
|
||||
"noplymouth",
|
||||
"ostree",
|
||||
"quiet",
|
||||
"rd.luks.uuid",
|
||||
@ -1397,6 +1399,7 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error)
|
||||
"showopts",
|
||||
"splash",
|
||||
"swap",
|
||||
"verbose",
|
||||
"vt.handoff",
|
||||
"zfs",
|
||||
NULL, /* last entry */
|
||||
|
Loading…
Reference in New Issue
Block a user