From fcd091b1339768184c8f097048480dc34c867c36 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 24 May 2024 11:00:49 +0200 Subject: stage-0: use bootstrapped ash as shell --- etc/defaults/shell/stage-0.TARGETS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/defaults/shell/stage-0.TARGETS (limited to 'etc/defaults/shell') 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"] + } +} -- cgit v1.2.3