From bd19522778257e41d23ac15a5adfc35455f9e310 Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Fri, 5 Jun 2026 18:04:23 -0300 Subject: Update example templates to modern distros Replace CoreOS (EOL) with Flatcar Linux using Ignition v3. Replace CentOS (EOL) with AlmaLinux using a kickstart template. Update Ubuntu templates to jammy with current archive mirror paths. Update Debian template to bookworm. Drop CoreOS cloud-config; add Flatcar Ignition example. Update mappings.yaml, test configs, fixtures, and smoke test accordingly. --- configs/data-dir/ipxe/storage.ipxe.slc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/data-dir/ipxe/storage.ipxe.slc') diff --git a/configs/data-dir/ipxe/storage.ipxe.slc b/configs/data-dir/ipxe/storage.ipxe.slc index 174949d..64d410b 100644 --- a/configs/data-dir/ipxe/storage.ipxe.slc +++ b/configs/data-dir/ipxe/storage.ipxe.slc @@ -2,9 +2,9 @@ #!ipxe echo This automatically overwrites data! -echo Ubuntu {{.release}} amd64 storage +echo Ubuntu {{.release}} storage (RAID) -set mirror http://mirror.rackspace.com/ubuntu/dists/{{.release}}/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64 +set mirror http://archive.ubuntu.com/ubuntu/dists/{{.release}}/main/installer-amd64/current/legacy-images/netboot/ubuntu-installer/amd64 chain --autofree http://{{.baseURL}}/configs/linux.cfg?hostname={{.hostname}} @@ -13,4 +13,4 @@ imgfree kernel ${mirror}/linux auto=true priority=critical initrd=initrd.gz preseed/url=http://{{.baseURL}}/configs/preseeds/storage ${linuxargs} initrd ${mirror}/initrd.gz boot -{{end}} \ No newline at end of file +{{end}} -- cgit v1.2.3