summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortleydxdy2021-08-19 15:43:54 -0400
committertleydxdy2021-08-19 15:43:54 -0400
commitafe58005c57cb7b8295b7ca79014657869ad3ada (patch)
treedef9f2657eccc0bee746ba34e40384f0ab7b4845
parent3c4fa262e893f9c895815b8c48354cdc83e66b2f (diff)
downloadaur-afe58005c57cb7b8295b7ca79014657869ad3ada.tar.gz
more typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--efi-key.conf3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b7dbfd2520..530c71a080b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dracut-sb
pkgdesc = dracut secure boot setup using efistub
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
arch = any
depends = dracut
depends = efitools
diff --git a/PKGBUILD b/PKGBUILD
index c9b53979574f..b28845be21c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dracut-sb
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='dracut secure boot setup using efistub'
arch=('any')
depends=('dracut' 'efitools' 'efibootmgr' 'sbsigntools')
diff --git a/efi-key.conf b/efi-key.conf
index 3433e2a5f169..366f275451c9 100644
--- a/efi-key.conf
+++ b/efi-key.conf
@@ -1,6 +1,7 @@
#efikey=/dev/disk/by-uuid/11111111-2222-3333-4444-555555555555
-if [ -z "${efikey}" ]; do
+if [ -z "${efikey}" ]; then
echo "please configure the efikey in $( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)" && exit 1
+fi
efikey_opt="-o subvol=efikeys"
efikey_dir=/dev/shm/efikeys
skip_file=${efikey_dir}/skip-boot-signing