-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildextend-metal: rework image size and rootfs size handling
This patch changes the strategy to create the disk initially with the smaller disk size and then resize the disk at the end if needed to the larger disk size. This simplifies things a bit since we don't need to pass down the rootfs size into create_disk.sh. This is prep for some later patches that add osbuild support for dynamically setting the disk size and should simplify things since for both create_disk.sh and osbuild we won't need to pass in the rootfs size.
- Loading branch information
Showing
2 changed files
with
20 additions
and
29 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
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