1 Repo
Platform-specific utilities for shrinking and optimizing Raspberry Pi disk images.
Distinct from Raspberry Pi Systems Programming: Focuses on image size optimization rather than general systems programming or boot sequences.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Raspberry Pi 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 a Raspberry Pi disk image to its minimum requirements to save storage.