summarylogtreecommitdiffstats
path: root/efi-key.conf
diff options
context:
space:
mode:
Diffstat (limited to 'efi-key.conf')
-rw-r--r--efi-key.conf9
1 files changed, 3 insertions, 6 deletions
diff --git a/efi-key.conf b/efi-key.conf
index 366f275451c9..ff2d4627acec 100644
--- a/efi-key.conf
+++ b/efi-key.conf
@@ -1,7 +1,4 @@
-#efikey=/dev/disk/by-uuid/11111111-2222-3333-4444-555555555555
-if [ -z "${efikey}" ]; then
- echo "please configure the efikey in $( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)" && exit 1
-fi
+#efikey="/dev/disk/by-uuid/11111111-2222-3333-4444-555555555555"
efikey_opt="-o subvol=efikeys"
-efikey_dir=/dev/shm/efikeys
-skip_file=${efikey_dir}/skip-boot-signing
+efikey_dir="/dev/shm/efikeys"
+skip_file="${efikey_dir}/skip-boot-signing"