diff --git a/recipes/bootloader/recipe.toml b/recipes/bootloader/recipe.toml index f9360e3987fa102f00560b6ad8c978e1825cd6fd..2ee85966f6d1a7bae2c54823c5ed255e7ca4d755 100644 --- a/recipes/bootloader/recipe.toml +++ b/recipes/bootloader/recipe.toml @@ -11,7 +11,7 @@ if [ "${ARCH}" == "x86_64" ] then export TARGET="x86-unknown-none" "${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}" - cp "build/${TARGET}/bootloader.bin" "${COOKBOOK_STAGE}/bootloader" + cp "build/${TARGET}/bootloader.bin" "${COOKBOOK_STAGE}/bootloader.bios" fi export TARGET="${ARCH}-unknown-uefi"