(Docker-based) Extend image-patching targets to BOTH rootfs variants

This commit is contained in:
Mingyang Li
2026-06-17 21:23:21 -07:00
parent 7c012f9ff6
commit 41b199cc9f
3 changed files with 130 additions and 58 deletions

View File

@@ -225,9 +225,8 @@ Other useful Docker recipes:
- `make docker-uboot` to build U-Boot
- `make docker-kernel` to build Linux kernel
- `make docker-volume-create` / `make docker-volume-rm` to manage the Debian rootfs volume
- `make docker-buildroot-volume-create` / `make docker-buildroot-volume-rm` to manage the Buildroot rootfs volume
- `make docker-(buildroot-)volume-(create|rm)` to manage the Debian/Buildroot rootfs volume
- `make docker-(buildroot-)patch-(kernel|rootfs)-image` to quickly update just one partition in `image/sd(_buildroot).img` (which must already exist)
Known issues
----------------------------------------