1 repositorio
Techniques for reducing the footprint of disk images while maintaining bootability and scalability.
Distinct from Disk Image: Focuses on optimization (shrinking + expansion logic) rather than just compression to a format.
Explore 1 awesome GitHub repository matching part of an awesome list · Disk Image Optimization. Refine with filters or upvote what's useful.
PiShrink is a disk image shrinking tool and Linux filesystem optimizer. It reduces the size of disk images to their minimum requirements and configures the filesystem to automatically expand to the full capacity of the storage medium upon the first boot. The utility provides parallel image compression, utilizing multiple CPU cores to apply gzip or xz compression to large disk image files. It also includes filesystem error repair capabilities to resolve corruption that may otherwise block the shrinking process. The project covers disk image optimization and management, focusing on reducing st
Reduces the size of disk images to save storage and allow them to expand automatically on first boot.