aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/efi/loader/entries/arch.conf4
-rw-r--r--sys/efi/loader/loader.conf2
-rw-r--r--sys/etc/pacman.d/hooks/00-systemd-boot.hook9
3 files changed, 15 insertions, 0 deletions
diff --git a/sys/efi/loader/entries/arch.conf b/sys/efi/loader/entries/arch.conf
new file mode 100644
index 0000000..3f36b44
--- /dev/null
+++ b/sys/efi/loader/entries/arch.conf
@@ -0,0 +1,4 @@
+title Arch Linux
+linux /vmlinuz-linux
+initrd /initramfs-linux.img
+options rw console=ttyS0,38400n8 net.ifnames=0 scsi_mod.use_blk_mq=Y
diff --git a/sys/efi/loader/loader.conf b/sys/efi/loader/loader.conf
new file mode 100644
index 0000000..6c5641d
--- /dev/null
+++ b/sys/efi/loader/loader.conf
@@ -0,0 +1,2 @@
+default arch.conf
+editor no
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