Open Issues Need Help
View All on GitHub enhancement: enhance img2img to detect erofs vs ext4 for more robust handling or error message about 2 months ago
AI Summary: The `img2img` tool currently relies on a build flag to assume the filesystem type (EROFS or ext4), which can cause failures if the actual `root_image` filesystem type differs. The proposal is to enhance `img2img` to dynamically detect the filesystem type using `blkid` for more robust handling or to provide a clearer error message when a mismatch occurs.
Complexity:
2/5
enhancement good first issue