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