From 7f7f0aed1faebd225a4ee60099eddb78a2f66021 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 15 Jun 2020 12:10:58 +0100 Subject: [PATCH] trivial: Add more items to the kernel command line checker This data is from Pascal Ernster, many thanks. --- src/fu-engine.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/fu-engine.c b/src/fu-engine.c index 5d10bedd1..704612d33 100644 --- a/src/fu-engine.c +++ b/src/fu-engine.c @@ -1395,6 +1395,10 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error) "BOOT_IMAGE", "console", "cryptdevice", + "cryptkey", + "earlycon", + "earlyprintk", + "ether", "initrd", "ip", "LANG", @@ -1406,6 +1410,7 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error) "mount.usr", "mount.usrflags", "mount.usrfstype", + "netdev", "netroot", "nfsaddrs", "nfs.nfs4_unique_id", @@ -1436,6 +1441,7 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error) "splash", "swap", "systemd.mask", + "systemd.unit", "systemd.verity_root_data", "systemd.verity_root_hash", "systemd.wants",