Add units/sys-firmware-efi-efivars.mount rule for support automount EFI variable filesystem
Cc: Kay Sievers <[email protected]> Cc: Lennart Poettering <[email protected]> Cc: Matt Fleming <[email protected]> Cc: Jeremy Kerr <[email protected]> Cc: Matthew Garrett <[email protected]> Signed-off-by: Lee, Chun-Yi <[email protected]> --- 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 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
