summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-24 11:00:49 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-06-28 16:23:54 +0200
commitfcd091b1339768184c8f097048480dc34c867c36 (patch)
tree75f60fd23993ce52bd6a20df2653f1fa535f8845 /etc/defaults
parent3a4f91f9d4a3c2319ba7706d426a2bed1ad40daa (diff)
downloadbootstrappable-toolchain-fcd091b1339768184c8f097048480dc34c867c36.tar.gz
stage-0: use bootstrapped ash as shell
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/shell/stage-0.TARGETS7
1 files changed, 7 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"]
+ }
+}