Commit cec4402
committed
Add a check for required binaries
- We require bwrap in the target container currently, make
that clear. That needs to be done in the entrypoint
shell script.
- Once we're past that we're in Rust, so add infrastructure
to verify that we have systemctl and objcopy for
the UKI extraction.
Signed-off-by: Colin Walters <[email protected]>1 parent 2c3c056 commit cec4402
File tree
4 files changed
+58
-0
lines changed- crates/kit
- scripts
- src
4 files changed
+58
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
703 | 726 | | |
704 | 727 | | |
705 | 728 | | |
| |||
708 | 731 | | |
709 | 732 | | |
710 | 733 | | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
711 | 737 | | |
712 | 738 | | |
713 | 739 | | |
| |||
0 commit comments