mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 10:27:47 +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;
|
g_autofree gchar *buf = NULL;
|
||||||
const gchar *ignore[] = {
|
const gchar *ignore[] = {
|
||||||
"",
|
"",
|
||||||
|
"auto",
|
||||||
"BOOT_IMAGE",
|
"BOOT_IMAGE",
|
||||||
"console",
|
"console",
|
||||||
"cryptdevice",
|
"cryptdevice",
|
||||||
"initrd",
|
"initrd",
|
||||||
"LANG",
|
"LANG",
|
||||||
"loglevel",
|
"loglevel",
|
||||||
|
"noplymouth",
|
||||||
"ostree",
|
"ostree",
|
||||||
"quiet",
|
"quiet",
|
||||||
"rd.luks.uuid",
|
"rd.luks.uuid",
|
||||||
@ -1397,6 +1399,7 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error)
|
|||||||
"showopts",
|
"showopts",
|
||||||
"splash",
|
"splash",
|
||||||
"swap",
|
"swap",
|
||||||
|
"verbose",
|
||||||
"vt.handoff",
|
"vt.handoff",
|
||||||
"zfs",
|
"zfs",
|
||||||
NULL, /* last entry */
|
NULL, /* last entry */
|
||||||
|
Loading…
Reference in New Issue
Block a user