summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/shell/stage-0.TARGETS7
-rw-r--r--etc/repos.json1
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/defaults/shell/stage-0.TARGETS b/etc/defaults/shell/stage-0.TARGETS
new file mode 100644
index 0000000..06a0c5c
--- /dev/null
+++ b/etc/defaults/shell/stage-0.TARGETS
@@ -0,0 +1,7 @@
+{ "defaults":
+ { "type": "defaults"
+ , "sh": ["bin/sh"]
+ , "toolchain": [["@", "busybox", "", "bootstrap"]]
+ , "bin dirs": ["bin"]
+ }
+}
diff --git a/etc/repos.json b/etc/repos.json
index 8720019..4aa6abb 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -21,6 +21,7 @@
, "target_root": "defaults"
, "target_file_name": "stage-0.TARGETS"
, "rule_root": "rules"
+ , "bindings": {"busybox": "stage-0/busybox"}
}
, "rules/stage-1":
{ "repository": "rules"