ips/pkg6
Till Wegmueller f31d2e11af
Add support for partial image creation and improve logging
- Introduced the `ImageType` enum to support both `Full` and `Partial` image types during creation.
- Updated `Image::create_image` to accept `ImageType` as a parameter.
- Enhanced logging with detailed debug statements for catalog building, image queries, and package processing.
- Refactored CLI to include a new `--type` option for specifying image type during image creation.
- Simplified path determination logic in `pkg6` with a new `determine_image_path` helper function.
- Removed unused imports and unnecessary file checks for cleaner code.
2025-08-04 23:01:04 +02:00
..
src Add support for partial image creation and improve logging 2025-08-04 23:01:04 +02:00
Cargo.toml Introduce progress reporting infrastructure and error management refinements 2025-08-03 14:28:36 +02:00