Add units/sys-firmware-efi-efivars.mount rule for support automount EFI variable filesystem Cc: Kay Sievers <kay@xxxxxxxx> Cc: Lennart Poettering <lennart@xxxxxxxxxxxxxx> Cc: Matt Fleming <matt.fleming@xxxxxxxxx> Cc: Jeremy Kerr <jeremy.kerr@xxxxxxxxxxxxx> Cc: Matthew Garrett <mjg@xxxxxxxxxx> Signed-off-by: Lee, Chun-Yi <jlee@xxxxxxxx> --- units/sys-firmware-efi-efivars.mount | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 units/sys-firmware-efi-efivars.mount diff --git a/units/sys-firmware-efi-efivars.mount b/units/sys-firmware-efi-efivars.mount new file mode 100644 index 0000000..641d771 --- /dev/null +++ b/units/sys-firmware-efi-efivars.mount @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=EFI Variables File System +DefaultDependencies=no +ConditionPathExists=/sys/firmware/efi/efivars +Before=sysinit.target + +[Mount] +What=efivarfs +Where=/sys/firmware/efi/efivars +Type=efivarfs -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html