sbkeysync: change default efivarfs mountpoint to /sys/.../efivars/
Proposed changes to the kernel will establish /sys/firmware/efi/efivars as the canonical mountpoint for the efivars filesystem. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
parent
6bfa9f3349
commit
ab63e31bb8
2 changed files with 11 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
#include "fileio.h"
|
||||
#include "efivars.h"
|
||||
|
||||
#define EFIVARS_MOUNTPOINT "/sys/firmware/efi/vars"
|
||||
#define EFIVARS_MOUNTPOINT "/sys/firmware/efi/efivars"
|
||||
#define EFIVARS_FSTYPE 0x6165676C
|
||||
|
||||
#define EFI_IMAGE_SECURITY_DATABASE_GUID \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue