Skip to content

Commit

Permalink
[eos-dracut] Trigger dracut more consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
dalto8 committed Dec 28, 2023
1 parent 3f913b8 commit ca8f584
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion eos-dracut/90-dracut-install.hook
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Operation = Install
Operation = Upgrade
Target = usr/lib/modules/*/vmlinuz
Target = usr/lib/dracut/*
Target = usr/lib/systemd/systemd
Target = usr/lib/firmware/*
Target = usr/src/*/dkms.conf

[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Operation = Remove
Target = amd-ucode
Target = intel-ucode
Target = systemd

[Action]
Description = Updating initramfs...
Expand Down
6 changes: 3 additions & 3 deletions eos-dracut/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Originally based on the AUR package "dracut-hook" by Leonidas P. <jpegxguy>

pkgname=eos-dracut
pkgver=1.2
pkgver=1.3
pkgrel=1
pkgdesc="Dracut scripts and hooks for EndeavourOS"
url=https://endeavouros.com
Expand All @@ -20,9 +20,9 @@ source=("dracut-rebuild"
"module-setup.sh"
)
sha256sums=('38eb43c459afb5e6fc2bcf59dc308dc06bd0ee7d95a5ba8b6d580715f461639b'
'329dcaf68e939f52a00b6dae152da8935a3280734288b0f2a2416465c6b8339b'
'12a6fcd72102ad381f53d50175382c2daaf4b044be9400485a9ad8b688227911'
'2d91cdac7d52ecefd444f2d8b5352de98aeb0b045d23d80a34bad2e8e9519121'
'de09e8e65837b189aec0a8c9a067143880faff14467a5573949f772f39c053b3'
'40d88d8ec9a5cf739145e236cae1ab00e336e316b116923189e5b1601a0cbb0c'
'e79f8e9572c5d1af6052104eac7ff956754f7a191b52b16adf12b65a38e9b4ed'
'35ba4b4c82d5cceb6782c75f989bae36ba44ca626905b6db81908c1759eadfb0'
'0a22c7bee8f25580b696d8457979b59a77274ade0a5c246a2db9d4e4430e4ba4'
Expand Down

0 comments on commit ca8f584

Please sign in to comment.