Drewsif / PiShrink

Make your pi images smaller!
MIT License
3.5k stars 644 forks source link

Add Support for "Bookworm" and Later Releases #287

Closed bbrown-spsu closed 1 month ago

bbrown-spsu commented 1 month ago

The boot partition is 512 MiB on Bookworm and the mechanism for expanding the file system has changed, possible because the boot code is running from RAMdisk. Is it possible to check the OS version and handle Bookworm, and presumably later releases correctly?

bbrown-spsu commented 1 month ago

My problem was caused by a software mismatch that was my fault.

Drewsif commented 1 month ago

All good! Thanks for the update