-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a miscalculaton of end of partition parameter for parted. It shall be the last byte of the partition, not start byte + size. This made parted fail when the partition wasn't shrunk by resize2fs. Avoid calling parted if the partition isn't shrunk by resize2fs. Fix a bug where `cleanup_image.sh` script was not aborting in case of errors, thus not revealing a corruption of generated image as reported in #87. Fix a bug where root partition wasn't properly identified because of a lazy glob Signed-off-by: Paul Guyot <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters