From 71202ef03ab5fc440c381d0a171c1d4e1097c4b2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 17 Aug 2022 07:30:06 -0600 Subject: [PATCH] Add bios suffix to bios bootloader file --- recipes/bootloader/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bootloader/recipe.toml b/recipes/bootloader/recipe.toml index f9360e398..2ee85966f 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" -- GitLab