From 9a4529c6fc82ba1db1589b8d9dd0b847c7039606 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 19 Mar 2023 15:01:19 +0100 Subject: [PATCH] fix initramfs location --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index f7dc343a1..0be886ad3 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -506,7 +506,7 @@ CONFEOF [Unit] Description=Run systemd ukify [Path] -PathChanged=${_INITRD} +PathChanged=/boot/${_INITRAMFS} Unit=ukify.service [Install] WantedBy=multi-user.target