Bootloader is now stored in /usr/lib/boot
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user