From 4040f490e899240f99d8148058e389e2a1986954 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 26 Jun 2024 14:08:42 +0200 Subject: stage-1: add shell defaults ... using the full busybox from stage-0 --- etc/defaults/shell/stage-1.TARGETS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/defaults/shell/stage-1.TARGETS (limited to 'etc/defaults') diff --git a/etc/defaults/shell/stage-1.TARGETS b/etc/defaults/shell/stage-1.TARGETS new file mode 100644 index 0000000..55ecb70 --- /dev/null +++ b/etc/defaults/shell/stage-1.TARGETS @@ -0,0 +1,16 @@ +{ "defaults": + { "type": "defaults" + , "sh": ["shell-busybox/bin/sh"] + , "toolchain": ["shell-busybox"] + , "bin dirs": + [ "shell-busybox/bin" + , "shell-busybox/sbin" + , "shell-busybox/usr/bin" + , "shell-busybox/usr/sbin" + ] + } +, "shell-busybox": + { "type": "install" + , "dirs": [[["@", "busybox", "", "busybox"], "shell-busybox"]] + } +} -- cgit v1.2.3