From 70b8cb0e37b70fd75fe46df014a65cfd36312401 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 7 Mar 2026 16:30:35 +0100 Subject: [PATCH] Bootloader is now stored in /usr/lib/boot --- src/installer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.rs b/src/installer.rs index a69662608a..8ae1c2a257 100644 --- a/src/installer.rs +++ b/src/installer.rs @@ -549,7 +549,7 @@ pub fn fetch_bootloaders( .insert("bootloader".to_string(), PackageConfig::default()); install_packages(&bootloader_config, &bootloader_dir, cookbook)?; - let boot_dir = bootloader_dir.join("boot"); + let boot_dir = bootloader_dir.join("usr/lib/boot"); let bios_path = boot_dir.join(if live { "bootloader-live.bios" } else {