From a8479bfcf9fd3671289ced61078bef01d3053faf Mon Sep 17 00:00:00 2001 From: Vasilito Date: Fri, 17 Apr 2026 14:16:11 +0100 Subject: [PATCH] Register bootloader patch in recipe.toml The redox.patch was present and symlinked but never listed in the [source] patches field, so the cookbook never applied it during builds. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- recipes/core/bootloader/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/core/bootloader/recipe.toml b/recipes/core/bootloader/recipe.toml index 1343a30d..a953e8f9 100644 --- a/recipes/core/bootloader/recipe.toml +++ b/recipes/core/bootloader/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://gitlab.redox-os.org/redox-os/bootloader.git" +patches = ["redox.patch"] [build] template = "custom"