summaryrefslogtreecommitdiff
path: root/etc/defaults/shell
diff options
context:
space:
mode:
Diffstat (limited to 'etc/defaults/shell')
-rw-r--r--etc/defaults/shell/test.TARGETS13
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/defaults/shell/test.TARGETS b/etc/defaults/shell/test.TARGETS
index 7b0f232..55ecb70 100644
--- a/etc/defaults/shell/test.TARGETS
+++ b/etc/defaults/shell/test.TARGETS
@@ -1,5 +1,16 @@
{ "defaults":
{ "type": "defaults"
- , "base": [["@", "stage-0", "shell", "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"]]
}
}