mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 01:14:43 +00:00
trivial: Add more items to the kernel command line checker
This data is from Pascal Ernster, many thanks.
This commit is contained in:
parent
d94ce34d56
commit
7f7f0aed1f
@ -1395,6 +1395,10 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error)
|
|||||||
"BOOT_IMAGE",
|
"BOOT_IMAGE",
|
||||||
"console",
|
"console",
|
||||||
"cryptdevice",
|
"cryptdevice",
|
||||||
|
"cryptkey",
|
||||||
|
"earlycon",
|
||||||
|
"earlyprintk",
|
||||||
|
"ether",
|
||||||
"initrd",
|
"initrd",
|
||||||
"ip",
|
"ip",
|
||||||
"LANG",
|
"LANG",
|
||||||
@ -1406,6 +1410,7 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error)
|
|||||||
"mount.usr",
|
"mount.usr",
|
||||||
"mount.usrflags",
|
"mount.usrflags",
|
||||||
"mount.usrfstype",
|
"mount.usrfstype",
|
||||||
|
"netdev",
|
||||||
"netroot",
|
"netroot",
|
||||||
"nfsaddrs",
|
"nfsaddrs",
|
||||||
"nfs.nfs4_unique_id",
|
"nfs.nfs4_unique_id",
|
||||||
@ -1436,6 +1441,7 @@ fu_engine_get_report_metadata_kernel_cmdline (GHashTable *hash, GError **error)
|
|||||||
"splash",
|
"splash",
|
||||||
"swap",
|
"swap",
|
||||||
"systemd.mask",
|
"systemd.mask",
|
||||||
|
"systemd.unit",
|
||||||
"systemd.verity_root_data",
|
"systemd.verity_root_data",
|
||||||
"systemd.verity_root_hash",
|
"systemd.verity_root_hash",
|
||||||
"systemd.wants",
|
"systemd.wants",
|
||||||
|
Loading…
Reference in New Issue
Block a user