Skip to content
Snippets Groups Projects
Commit 1f49ccae authored by Jeremy Soller's avatar Jeremy Soller
Browse files

scripts/dual-boot.sh: fix bootloader path

parent 16178898
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ then
exit 1
fi
BOOTLOADER="cookbook/recipes/bootloader/target/${ARCH}-unknown-redox/stage/boot/bootloader.efi"
BOOTLOADER="cookbook/recipes/core/bootloader/target/${ARCH}-unknown-redox/stage/boot/bootloader.efi"
set -x
sudo mkdir -pv "${ESP}/EFI" "${ESP}/loader/entries"
sudo cp -v "${BOOTLOADER}" "${ESP}/EFI/redox.efi"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment