From 68a360480581072d1a6cf125ff8984584b768c03 Mon Sep 17 00:00:00 2001 From: Eike Waldt Date: Wed, 13 May 2026 16:05:54 +0200 Subject: [PATCH] feat: add auto-install ISO feature with comprehensive documentation Add _install feature for unattended ISO installations with automatic disk detection. Enhance test framework to support two-stage ISO testing (install + boot from disk). Improve ISO installer with non-interactive mode and robust UEFI/BIOS bootloader configuration. Update installation documentation: - Add comprehensive ISO installation guide with interactive and automatic modes - Add detailed PXE boot guide with Ignition integration - Add Cloud-Init documentation Signed-off-by: Eike Waldt On-behalf-of: SAP --- docs/reference/glossary.md | 2 +- repos-config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 66df5d9..7eb06ba 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -35,7 +35,7 @@ Microsoft Azure. A major cloud platform supported by Garden Linux through the [` ### Bare Metal -A platform target for Garden Linux images designed to run directly on physical hardware without a hypervisor through the [`baremetal`](https://github.com/gardenlinux/gardenlinux/blob/main/features/baremetal/README.md) platform feature. Also referred to as [`metal`](https://github.com/gardenlinux/gardenlinux/blob/main/features/metal/README.md) in build configurations. See [Bare Metal platform guide](/how-to/installation/on-premises/bare-metal.md) and [Bare Metal first boot tutorial](../tutorials/on-premises/first-boot-bare-metal.md) for usage details. +A platform target for Garden Linux images designed to run directly on physical hardware without a hypervisor through the [`baremetal`](https://github.com/gardenlinux/gardenlinux/blob/main/features/baremetal/README.md) platform feature. Also referred to as [`metal`](https://github.com/gardenlinux/gardenlinux/blob/main/features/metal/README.md) in build configurations. See [On-Premises Installation](/how-to/installation/on-premises/) and [Bare Metal first boot tutorial](../tutorials/on-premises/first-boot-bare-metal.md) for usage details. ### Builder diff --git a/repos-config.json b/repos-config.json index 352c3bf..fd06ca6 100644 --- a/repos-config.json +++ b/repos-config.json @@ -5,8 +5,8 @@ "url": "https://github.com/gardenlinux/gardenlinux", "docs_path": "docs", "target_path": "projects/gardenlinux", - "ref": "docs-ng", - "commit": "609ee3cf5f593b9d413e0809ba6856b96df1707c", + "ref": "docs/pxe_iso", + "commit": "60f8de7d140f9310fabc5d5491a6e061881732a4", "root_files": [ "CONTRIBUTING.md", "SECURITY.md",