summaryrefslogtreecommitdiff
path: root/xi/s6/sv/mount-efivars
diff options
context:
space:
mode:
Diffstat (limited to 'xi/s6/sv/mount-efivars')
-rw-r--r--xi/s6/sv/mount-efivars/dependencies.d/mount-sysfs0
-rw-r--r--xi/s6/sv/mount-efivars/type1
-rw-r--r--xi/s6/sv/mount-efivars/up7
3 files changed, 8 insertions, 0 deletions
diff --git a/xi/s6/sv/mount-efivars/dependencies.d/mount-sysfs b/xi/s6/sv/mount-efivars/dependencies.d/mount-sysfs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/xi/s6/sv/mount-efivars/dependencies.d/mount-sysfs
diff --git a/xi/s6/sv/mount-efivars/type b/xi/s6/sv/mount-efivars/type
new file mode 100644
index 0000000..bdd22a1
--- /dev/null
+++ b/xi/s6/sv/mount-efivars/type
@@ -0,0 +1 @@
+oneshot
diff --git a/xi/s6/sv/mount-efivars/up b/xi/s6/sv/mount-efivars/up
new file mode 100644
index 0000000..3c2fe6e
--- /dev/null
+++ b/xi/s6/sv/mount-efivars/up
@@ -0,0 +1,7 @@
+#!/bin/execlineb -P
+if { s6-echo "[ Virtual-FS ] 6/6 : Mounting EFI-vars-fs" }
+foreground {
+ if { test -d /sys/firmware/efi }
+ if -n { mountpoint -q /sys/firmware/efi/efivars }
+ mount -n -t efivarfs -o ro efivarfs /sys/firmware/efi/efivars
+}