diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-24 11:00:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | fcd091b1339768184c8f097048480dc34c867c36 (patch) | |
tree | 75f60fd23993ce52bd6a20df2653f1fa535f8845 /etc/defaults | |
parent | 3a4f91f9d4a3c2319ba7706d426a2bed1ad40daa (diff) | |
download | bootstrappable-toolchain-fcd091b1339768184c8f097048480dc34c867c36.tar.gz |
stage-0: use bootstrapped ash as shell
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/shell/stage-0.TARGETS | 7 |
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"] + } +} |