All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH TEST-ARTEFACTS 0/3] Rootfs generation (ARM and x86)
@ 2025-04-11 10:52 Andrew Cooper
  2025-04-11 10:52 ` [PATCH 1/3] Rework rootfs generation to make a cpio archive Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Andrew Cooper @ 2025-04-11 10:52 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Stefano Stabellini, Michal Orzel,
	Doug Goldstein, Marek Marczykowski-Górecki

Part 3 of the cleanup, reworking rootfs generation.

The Xen side of the change isn't quite ready yet, but this is in a good enough
state for review.

Andrew Cooper (3):
  Rework rootfs generation to make a cpio archive
  Shrink the rootfs substantially
  Provide an ARM64 rootfs too

 .gitlab-ci.yml                           | 16 ++++-
 containerize                             |  1 +
 images/alpine/3.18-arm64-base.dockerfile |  6 ++
 scripts/alpine-rootfs.sh                 | 92 ++++++++++++++++++++++++
 scripts/x86_64-rootfs-alpine.sh          | 60 ----------------
 5 files changed, 114 insertions(+), 61 deletions(-)
 create mode 100644 images/alpine/3.18-arm64-base.dockerfile
 create mode 100755 scripts/alpine-rootfs.sh
 delete mode 100755 scripts/x86_64-rootfs-alpine.sh

-- 
2.39.5



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

end of thread, other threads:[~2025-04-11 18:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11 10:52 [PATCH TEST-ARTEFACTS 0/3] Rootfs generation (ARM and x86) Andrew Cooper
2025-04-11 10:52 ` [PATCH 1/3] Rework rootfs generation to make a cpio archive Andrew Cooper
2025-04-11 11:06   ` Marek Marczykowski-Górecki
2025-04-11 11:09     ` Andrew Cooper
2025-04-11 11:33       ` Andrew Cooper
2025-04-11 11:47         ` Marek Marczykowski-Górecki
2025-04-11 12:25   ` Frediano Ziglio
2025-04-11 12:39     ` Andrew Cooper
2025-04-11 15:53   ` Denis Mukhin
2025-04-11 17:50     ` Andrew Cooper
2025-04-11 18:26       ` Denis Mukhin
2025-04-11 18:36   ` Denis Mukhin
2025-04-11 10:52 ` [PATCH 2/3] Shrink the rootfs substantially Andrew Cooper
2025-04-11 12:35   ` Frediano Ziglio
2025-04-11 10:52 ` [PATCH 3/3] Provide an ARM64 rootfs too Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.