Re: [RFT 0/4] guestfs: few custom image fixes
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 26, 2025 at 08:57:43PM -0700, Luis Chamberlain wrote: > Here's a few custom images fixes I found along the way after deciding > to nuke my old base image and starting fresh again for debian testing. > > Would appreciate feedback on testing, review. This is under the kdevops > branch: mcgrof/20250826 > > Luis Chamberlain (4): > guestfs: fix custom image partition not expanded after disk resize > guestfs: fix custom image bringup failure for Debian 13 > guestfs: fix virt-resize failure for custom images > guestfs: fix checksum verification for resized custom images > > .../roles/base_image/tasks/custom-image.yml | 112 ++++++++++++------ > playbooks/roles/base_image/tasks/main.yml | 1 + > 2 files changed, 78 insertions(+), 35 deletions(-) I'll be merging these shortly. Luis