Commit bad25cd
committed
install/flat: Use composefs pipeline for rootfs and related changes
- Use composefs-rs for SELinux labeling and kernel installation
- Implement streaming copy for kernel/initramfs files
- Consolidate bootloader installation logic
- Add /usr overlay status tracking
- Various test and documentation updates
Note: blockdev.rs and ADOPTERS.md changes moved to separate PRs per review feedback
Assisted-by: Claude Code (Opus)
Signed-off-by: Eric Curtin <eric.curtin@docker.com>1 parent e73cc96 commit bad25cd
File tree
15 files changed
+553
-33
lines changed- crates
- lib/src
- bootc_composefs
- install
- mount
- src
- tests-integration/src
- utils
- src
- docs/src
- man
- hack
15 files changed
+553
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| |||
0 commit comments