diff options
Diffstat (limited to 'src/lib/source/system/vfs/mount-efivars/down')
| -rw-r--r-- | src/lib/source/system/vfs/mount-efivars/down | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/source/system/vfs/mount-efivars/down b/src/lib/source/system/vfs/mount-efivars/down new file mode 100644 index 0000000..e905a17 --- /dev/null +++ b/src/lib/source/system/vfs/mount-efivars/down @@ -0,0 +1,8 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://kernel.org/doc/html/latest/filesystems/efivarfs.html + +fdmove -c 2 1 + +umount /sys/firmware/efi/efivars |
