public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/8] guestfs / base_images: fixes
@ 2025-10-18  2:31 Luis Chamberlain
  2025-10-18  2:31 ` [PATCH 1/8] guestfs: Fix Debian 13 (Trixie) APT sources file path Luis Chamberlain
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Luis Chamberlain @ 2025-10-18  2:31 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

Here's a series of fixes I've found along the way while doing a fresh
bringup of guestfs images. The only one not so much a fix is the
"base_image: relax base image permissions" patch which will be useful
for allowing systemd services read guestfs images for a future patchset
I'll post next.

Luis Chamberlain (8):
  guestfs: Fix Debian 13 (Trixie) APT sources file path
  guestfs: Don't delete APT sources copied from host
  guestfs: Fix dracut-config-rescue removal for Debian systems
  base_image: put a guard check before adding kdevops user
  base_image: relax base image permissions
  guestfs: Use sudo for base image copy with system libvirt
  guestfs: Fix base_image_pathname for custom images
  playbooks: Fix host pattern for single-node setups

 kconfigs/Kconfig.guestfs                       |  1 +
 playbooks/devconfig.yml                        |  2 +-
 .../roles/base_image/tasks/base-image.yml      | 18 ++++++++++++++++++
 .../roles/base_image/tasks/custom-image.yml    |  6 ++++--
 .../roles/base_image/templates/virt-builder.j2 |  8 +++-----
 playbooks/roles/guestfs/tasks/bringup/main.yml | 13 ++++++++++++-
 playbooks/roles/guestfs/tasks/main.yml         | 14 +-------------
 playbooks/update_etc_hosts.yml                 |  2 +-
 8 files changed, 41 insertions(+), 23 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-10-21 16:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-18  2:31 [PATCH 0/8] guestfs / base_images: fixes Luis Chamberlain
2025-10-18  2:31 ` [PATCH 1/8] guestfs: Fix Debian 13 (Trixie) APT sources file path Luis Chamberlain
2025-10-18  2:31 ` [PATCH 2/8] guestfs: Don't delete APT sources copied from host Luis Chamberlain
2025-10-18  2:31 ` [PATCH 3/8] guestfs: Fix dracut-config-rescue removal for Debian systems Luis Chamberlain
2025-10-18 18:16   ` Chuck Lever
2025-10-21 16:56     ` Luis Chamberlain
2025-10-18  2:31 ` [PATCH 4/8] base_image: put a guard check before adding kdevops user Luis Chamberlain
2025-10-18  2:31 ` [PATCH 5/8] base_image: relax base image permissions Luis Chamberlain
2025-10-18  2:31 ` [PATCH 6/8] guestfs: Use sudo for base image copy with system libvirt Luis Chamberlain
2025-10-18  2:31 ` [PATCH 7/8] guestfs: Fix base_image_pathname for custom images Luis Chamberlain
2025-10-18  2:31 ` [PATCH 8/8] playbooks: Fix host pattern for single-node setups Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox