monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
378 stars 9 forks source link

Support dynamically-grown block devices in blockdev #254

Open lorenz opened 1 year ago

lorenz commented 1 year ago

The installer and image creation processes would benefit from "right-sized" images, i.e. images which are the exact required size without padding. This was in the original blockdev design, but got cut due to the need to deliver A/B updates and the design being unclear.

Related to #240