From 68b982cf94e5e31d9b5a1bff95c8b91f4efcb2d9 Mon Sep 17 00:00:00 2001 From: Binu Jose Philip Date: Tue, 11 Aug 2026 15:13:49 -0700 Subject: [PATCH] feat(images): add 1p-vm-base-gen1 image Add the Azure Linux 4.0 1P VM Base Gen1 (BIOS) image. Package selection preserves the established core image, base image, container, tooling, Azure VM, and Hyper-V package groups while using their Azure Linux 4 equivalents. BIOS boot uses an MBR partition table and grub2-pc without EFI packages. The image relies on package-provided cloud-init, chrony/PTP, and Hyper-V configuration, with no KIWI file injection or config.sh post-install customization. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 727c4c35-afde-4eb0-82bf-b307f6550d58 --- .../1p-vm-base-gen1/1p-vm-base-gen1.kiwi | 146 ++++++++++++++++++ base/images/images.toml | 20 +++ 2 files changed, 166 insertions(+) create mode 100644 base/images/1p-vm-base-gen1/1p-vm-base-gen1.kiwi diff --git a/base/images/1p-vm-base-gen1/1p-vm-base-gen1.kiwi b/base/images/1p-vm-base-gen1/1p-vm-base-gen1.kiwi new file mode 100644 index 00000000000..8f8ac8d8633 --- /dev/null +++ b/base/images/1p-vm-base-gen1/1p-vm-base-gen1.kiwi @@ -0,0 +1,146 @@ + + + + + Azure Linux + azurelinux@microsoft.com + Azure Linux 4.0 1P VM Base Gen1 (BIOS) Image + + + + 0.1 + dnf5 + en_US + us + UTC + 4.0 + + + 5 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base/images/images.toml b/base/images/images.toml index 8a3ccf643c8..d346a962b85 100644 --- a/base/images/images.toml +++ b/base/images/images.toml @@ -93,6 +93,26 @@ container = false systemd = true runtime-package-management = true +# ---- 1p-vm-base-gen1 --------------------------------------------------- + +[images.1p-vm-base-gen1] +description = "1P VM Base Gen1 Image (BIOS)" +definition = { type = "kiwi", path = "1p-vm-base-gen1/1p-vm-base-gen1.kiwi" } +tests.test-suites = [ + { name = "static-image-checks" }, + { name = "lisa-main" }, + { name = "lisa-xfs" }, + { name = "lisa-perf" }, + { name = "lisa-smoke" }, + { name = "lisa-kernel-ltp" }, +] + +[images.1p-vm-base-gen1.capabilities] +machine-bootable = true +container = false +systemd = true +runtime-package-management = true + # ---- container-base (core profile) ------------------------------------- [images.container-base] description = "Container Base Image"