summarylogtreecommitdiffstats
path: root/90-dracut-install.hook
diff options
context:
space:
mode:
authorLeonidas P2022-02-18 03:53:29 +0200
committerLeonidas P2022-02-18 03:53:29 +0200
commit32cd5957a063b1d87ae8c09989b9116c39773569 (patch)
treea1df08120fad6b7c93ad0a4caf833051e41a3750 /90-dracut-install.hook
parentbe899e329766f883972335729c709da2c0dbb8ab (diff)
downloadaur-32cd5957a063b1d87ae8c09989b9116c39773569.tar.gz
Use vmlinuz as target for install
Fixes issues with kernel-modules-hook. mkinitcpio uses vmlinuz instead of pkgbase as well. Also, simplify some scripts
Diffstat (limited to '90-dracut-install.hook')
-rw-r--r--90-dracut-install.hook4
1 files changed, 2 insertions, 2 deletions
diff --git a/90-dracut-install.hook b/90-dracut-install.hook
index d00ed2fdb4b5..89737c886b8e 100644
--- a/90-dracut-install.hook
+++ b/90-dracut-install.hook
@@ -2,12 +2,12 @@
Type = Path
Operation = Install
Operation = Upgrade
-Target = usr/lib/modules/*/pkgbase
+Target = usr/lib/modules/*/vmlinuz
Target = usr/lib/dracut/*
Target = usr/lib/systemd/systemd
[Action]
-Description = Updating linux initcpios...
+Description = Updating initramfs...
When = PostTransaction
Exec = /usr/share/libalpm/scripts/dracut-install
NeedsTargets