trivial: Add three more things to the cmdline blocklist

This commit is contained in:
Richard Hughes 2020-05-20 22:35:09 +01:00
parent 0abba6cbb0
commit c05ac2d074

View File

@ -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 */