Jip-Hop / sedunlocksrv-pba

Conveniently unlock your Self Encrypting Drive on startup (via HTTPS) without the need to attach monitor and keyboard
GNU General Public License v3.0
37 stars 8 forks source link

account for du command rounding #23

Closed kapitainsky closed 7 months ago

kapitainsky commented 8 months ago

du -m --summarize used to calculate required image size rounds results and can sometimes allocate not enough space. Adding always 1 MiB extra solves this issue with minimal final image size increase.