commit | 2dcc51b3fe1708d3cda1b3fe9a30c09550791387 | [log] [tgz] |
---|---|---|
author | Flavio Suligoi <f.suligoi@asem.it> | Tue May 19 10:41:27 2020 +0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Mon May 25 18:59:59 2020 -0600 |
tree | 3ca0682142937227dd2b67166dfb30ee709acd9c | |
parent | e2d467de34228db978683dd1a20fe3fe23018e0c [diff] |
docs: filesystems: add info about efivars content When an EFI variable is reading from: /sys/firmware/efi/efivars (for example using "hexdump"), the first 4 bytes of the output are not the real EFI variable data, but the variable attributes (in little-endian format). Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> Link: https://lore.kernel.org/r/20200519084128.12756-1-f.suligoi@asem.it Signed-off-by: Jonathan Corbet <corbet@lwn.net>