summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2022-05-31 15:47:21 +0200
committerEmil Lundberg2022-05-31 15:47:21 +0200
commite5edb3de4306f8f95b0c0c9586f9e8da309a715b (patch)
tree25fa6739c19a7820aee38c2b6e0620c1d7f670c8
parent3ec1462634c8c52442442e3e31367869c3f8232f (diff)
downloadaur-shared-cryptboot-utils.tar.gz
Add target paths from mkinitcpio hook in base distribution
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--shared-cryptboot-mount.hook4
-rw-r--r--shared-cryptboot-unmount.hook4
4 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79c31a94d26e..513c0315769a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shared-cryptboot-utils
pkgdesc = Utilities for having boot files on a shared encrypted device
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
arch = any
license = GPL
@@ -9,8 +9,8 @@ pkgbase = shared-cryptboot-utils
source = shared-cryptboot-unmount.hook
source = shared-cryptboot-build
sha256sums = 5dd4951e1a2956591f87d37122b843758698dd459c67d6e3e0c04a420cb6a193
- sha256sums = 5cbe670efb0863c433c9c0e20dbba969e8679e028e1fbba69f81e9b395de3714
- sha256sums = 7bd9067a71d410f0c13c3816eef56dcf2f4a07b621ea47186e6d1e6e88e2c909
+ sha256sums = cbd642928c74eecd6d9cdc44783c6b0952e636f53759435cc118e13033a364d1
+ sha256sums = cf1e18ee6493d95353963973277ad7723c2a190535bdcb50151dc697ecdaf09e
sha256sums = b9631cfdf7ce42cff93edc06fbfc80b659e2043130b9f7ba6decd5786b351a1b
pkgname = shared-cryptboot-utils
diff --git a/PKGBUILD b/PKGBUILD
index b115b008d3ec..6801620ca2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Author: Emil Lundberg <lundberg.emil@gmail.com>.
pkgname=shared-cryptboot-utils
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Utilities for having boot files on a shared encrypted device"
arch=('any')
@@ -13,8 +13,8 @@ source=(
shared-cryptboot-build
)
sha256sums=('5dd4951e1a2956591f87d37122b843758698dd459c67d6e3e0c04a420cb6a193'
- '5cbe670efb0863c433c9c0e20dbba969e8679e028e1fbba69f81e9b395de3714'
- '7bd9067a71d410f0c13c3816eef56dcf2f4a07b621ea47186e6d1e6e88e2c909'
+ 'cbd642928c74eecd6d9cdc44783c6b0952e636f53759435cc118e13033a364d1'
+ 'cf1e18ee6493d95353963973277ad7723c2a190535bdcb50151dc697ecdaf09e'
'b9631cfdf7ce42cff93edc06fbfc80b659e2043130b9f7ba6decd5786b351a1b')
package() {
diff --git a/shared-cryptboot-mount.hook b/shared-cryptboot-mount.hook
index 03d36e0bb829..48fc5923bf20 100644
--- a/shared-cryptboot-mount.hook
+++ b/shared-cryptboot-mount.hook
@@ -1,8 +1,10 @@
[Trigger]
Operation = Install
Operation = Upgrade
-Type = File
+Type = Path
Target = boot/*
+Target = usr/lib/modules/*/vmlinuz
+Target = usr/lib/initcpio/*
[Trigger]
Operation = Install
diff --git a/shared-cryptboot-unmount.hook b/shared-cryptboot-unmount.hook
index 92aa062ee3ae..823cda2638b5 100644
--- a/shared-cryptboot-unmount.hook
+++ b/shared-cryptboot-unmount.hook
@@ -1,8 +1,10 @@
[Trigger]
Operation = Install
Operation = Upgrade
-Type = File
+Type = Path
Target = boot/*
+Target = usr/lib/modules/*/vmlinuz
+Target = usr/lib/initcpio/*
[Trigger]
Operation = Install