-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mkuimage defaults for init & shell are removed. Templates can be used instead. Signed-off-by: Chris Koch <[email protected]>
- Loading branch information
Showing
10 changed files
with
376 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
commands: | ||
core: | ||
- github.com/u-root/u-root/cmds/core/ip | ||
- github.com/u-root/u-root/cmds/core/init | ||
- github.com/u-root/u-root/cmds/core/echo | ||
|
||
minimal: | ||
- github.com/u-root/u-root/cmds/core/ls | ||
- github.com/u-root/u-root/cmds/core/init | ||
|
||
plan9: | ||
- github.com/u-root/u-root/cmds/core/ls | ||
- github.com/u-root/u-root/cmds/core/init | ||
- github.com/u-root/u-root/cmds/core/cat | ||
|
||
configs: | ||
plan9: | ||
goarch: amd64 | ||
goos: plan9 | ||
build_tags: [grpcnotrace] | ||
files: | ||
- /bin/bash | ||
init: init | ||
uinit: cat script.sh | ||
shell: cat | ||
commands: | ||
- builder: bb | ||
commands: [plan9] | ||
|
||
coreconf: | ||
build_tags: [grpcnotrace] | ||
init: init | ||
uinit: echo script.sh | ||
shell: echo | ||
commands: | ||
- builder: bb | ||
commands: [core, minimal] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.