aboutsummaryrefslogtreecommitdiff
path: root/sys/etc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-03 02:44:36 +0700
committerShulhan <ms@kilabit.info>2022-07-25 19:29:22 +0700
commitab59d4594202172caf6d2ba05cf27712f84e8a94 (patch)
treefcf31f167bac94bd299e03d65183d35f152061ee /sys/etc
parent885f8119b4bc45805522c51428243e7928d13093 (diff)
downloadcompute-archlinux-image-builder-ab59d4594202172caf6d2ba05cf27712f84e8a94.tar.xz
all: use predefined files to configure boot loader
Diffstat (limited to 'sys/etc')
-rw-r--r--sys/etc/pacman.d/hooks/00-systemd-boot.hook9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/etc/pacman.d/hooks/00-systemd-boot.hook b/sys/etc/pacman.d/hooks/00-systemd-boot.hook
new file mode 100644
index 0000000..d65c027
--- /dev/null
+++ b/sys/etc/pacman.d/hooks/00-systemd-boot.hook
@@ -0,0 +1,9 @@
+[Trigger]
+Type = Package
+Operation = Upgrade
+Target = systemd
+
+[Action]
+Description = Gracefully upgrading systemd-boot...
+When = PostTransaction
+Exec = /usr/bin/systemctl restart systemd-boot-update.service