89d1306c8d
- Create source symlinks for all 7 core components (kernel, relibc, base, bootloader, installer, redoxfs, userutils) pointing at local/sources/ - Create redoxfs and userutils fork repos from frozen 0.1.0 archives - Fix relibc-tests recipes: replace patch commands with direct fork build - Archive all 417 patch files to local/archived/patches-2026-06-migration/ - Full AGENTS.md rewrite: remove all 31 remaining stale patch references, update DURABILITY POLICY to describe git commit workflow, update WHERE TO LOOK table, fix build flow description, replace Recipe Patch Wiring section with Recipe Source Configuration - Zero active patches = [...] arrays remain in any recipe.toml file - All 13 remaining grep hits for 'patches' are TODO comments in WIP recipes
8 lines
321 B
Diff
8 lines
321 B
Diff
diff --git a/init.initfs.d/50_rootfs.service b/init.initfs.d/50_rootfs.service
|
|
index db7ba429..59f2c61c 100644
|
|
--- a/init.initfs.d/50_rootfs.service
|
|
+++ b/init.initfs.d/50_rootfs.service
|
|
@@ -7 +7 @@ cmd = "redoxfs"
|
|
-args = ["--uuid" ,"$REDOXFS_UUID", "file", "$REDOXFS_BLOCK"]
|
|
+args = ["--uuid" ,"$REDOXFS_UUID", "file"]
|