You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: PARTUUIDs got rewritten by parted
As discussed in Issue #42, parted seems to replace partuuids
in the partition table. The error is well-known but seems not to be
fixed in parted.
Thus parted is replaced by sfdisk, which is an fdisk variant,
to be used in scripts.
Closes#42.
fixed limitedness of PUMP command (closes#40)
PUMP was implemented using dd's bs, which is limited to 2GB. In this fix
the bs is set to fixed 1MB and the block count is calculated and ceiled.
Caveat: Fractions of the block size can not be realized using this
method, but should be not a real problem.
0.4.0 - 2021-10-07
Added
- WORKDIR command to specify the working directory within the image.
Fixed
- Brought latest version of pimod back to GitHub Marketplace.