From c2077aca6800374157fe6ffd574bea97c554dda5 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 18 Jun 2026 21:43:01 +0300 Subject: [PATCH] installer: switch recipe to local fork (path-based source) Use local/sources/installer/ as path source instead of git+patch. The fork is synced to upstream 142b2d6. The ext4/GRUB patch will be re-applied to the fork as a follow-up. Author: vasilito --- recipes/core/installer/recipe.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/core/installer/recipe.toml b/recipes/core/installer/recipe.toml index ecde031573..e3c20f1f0f 100644 --- a/recipes/core/installer/recipe.toml +++ b/recipes/core/installer/recipe.toml @@ -1,6 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/installer.git" -patches = ["redox.patch"] +path = "../../../local/sources/installer" [build] template = "cargo"