From 190d7f2d18d5f7aee8b499124fb972b3ef2b385d Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 8 May 2023 01:50:23 +0200 Subject: [PATCH 001/144] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 942f8d3ea0..bd6bb1cdad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.69 +2.0.70 From 736b4f99214867f33034566b5bcab3d24dcee2c9 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 8 May 2023 01:51:43 +0200 Subject: [PATCH 002/144] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd0311d16..0284aa5b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.70] - 2023-00-00 + ## [2.0.69] - 2023-05-07 ### Added From 4f51494b12f1099ae1e8a7e170569ed969c75c93 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 9 May 2023 08:17:33 +0000 Subject: [PATCH 003/144] Version bump for netbootxyz/debian-core-11:master new tag 11.7.0-95ff084b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 848eb74fa4..6e97487e1d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -993,7 +993,7 @@ endpoints: flavor: cinnamon kernel: debian-11-live-kernel debian-11-live-kernel: - path: /debian-core-11/releases/download/11.6.0-95ff084b/ + path: /debian-core-11/releases/download/11.7.0-95ff084b/ files: - initrd - vmlinuz From 685583faf503c8acfd7306a19a6c20baafd08a18 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 10 May 2023 06:43:09 +0000 Subject: [PATCH 004/144] External Version bump for alpinelinux new version string "3.18" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index cb6d591b12..8fa7dd0fbb 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -140,8 +140,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.17 - name: '3.17' + - code_name: v3.18 + name: '3.18' - code_name: edge name: Edge (development) anarchy: From ad1354632958ac9a7ab40f24cc7c930008f15e20 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 10 May 2023 08:53:29 +0200 Subject: [PATCH 005/144] Switch verify from gpg to openssl on archlinux Fixes: https://github.com/netbootxyz/netboot.xyz/issues/1245 --- roles/netbootxyz/templates/menu/archlinux.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 b/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 index db68981b05..fc9b6f93af 100644 --- a/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 @@ -36,7 +36,7 @@ iseq ${os_arch} i686 && goto boot32 || :boot imgfree set dir ${archlinux_base_dir}/iso/${arch_version}/arch/boot -set params archiso_http_srv=http://${real_archlinux_mirror}/${archlinux_base_dir}/iso/${arch_version}/ archisobasedir=arch verify=y ${ipparam} net.ifnames=0 {{ kernel_params }} +set params archiso_http_srv=http://${real_archlinux_mirror}/${archlinux_base_dir}/iso/${arch_version}/ archisobasedir=arch cms_verify=y ${ipparam} net.ifnames=0 {{ kernel_params }} kernel http://${archlinux_mirror}/${dir}/${os_arch}/vmlinuz-linux ${params} initrd http://${archlinux_mirror}/${dir}/${os_arch}/initramfs-linux.img echo From 6bee2420c90ec7876d37242b949382eebac54074 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 11 May 2023 09:31:21 +0200 Subject: [PATCH 006/144] Add 9.2 versions for AlmaLinux and Rocky --- roles/netbootxyz/defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 8fa7dd0fbb..492630bbe7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -127,6 +127,8 @@ releases: mirror: http://repo.almalinux.org name: AlmaLinux versions: + - code_name: 9.2 + name: 9.2 - code_name: 9.1 name: 9.1 - code_name: 9.0 @@ -429,6 +431,8 @@ releases: mirror: http://download.rockylinux.org name: Rocky Linux versions: + - code_name: 9.2 + name: 9.2 - code_name: 9.1 name: 9.1 - code_name: 9.0 From 941f6a25a0281b276dcb90851169168429ac0100 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 04:11:56 +0000 Subject: [PATCH 007/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230508T170156Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6e97487e1d..32572118da 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230501T170436Z-c0630a5f/ + path: /asset-mirror/releases/download/20230508T170156Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230501T170436Z + version: 20230508T170156Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230430T234851Z-d29572ce/ From 7146349f62bbdc651585b09d3c61000b8263eb33 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 04:13:40 +0000 Subject: [PATCH 008/144] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 6.7-9084dcac --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 32572118da..e3c95728a8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -371,7 +371,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/6.6-9084dcac/ + path: /debian-squash/releases/download/6.7-9084dcac/ files: - filesystem.squashfs - initrd From dc8f32d5610d2fb31d3e08ad1218562552e69a58 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 04:15:42 +0000 Subject: [PATCH 009/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-1-1c3e1967 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e3c95728a8..75ddba2730 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1232,13 +1232,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.0-19-1c3e1967/ + path: /debian-squash/releases/download/3.1.1-1-1c3e1967/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.0-19 + version: 3.1.1-1 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From ccc1533367a5cb9acf7becd3b055e6c077302440 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 04:17:09 +0000 Subject: [PATCH 010/144] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 6.7-a6d3bdfa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 75ddba2730..1ba235a646 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -351,7 +351,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/6.6-a6d3bdfa/ + path: /debian-squash/releases/download/6.7-a6d3bdfa/ files: - filesystem.squashfs - initrd From e60ca877a82308841bbe7fa7f6a81271704dfff7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 04:17:31 +0000 Subject: [PATCH 011/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230507T164658Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1ba235a646..16feda85f4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230430T234851Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230430T170359Z-abe575fe/ + path: /asset-mirror/releases/download/20230507T164658Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230430T170359Z + version: 20230507T164658Z arch: amd64 tails: path: /asset-mirror/releases/download/5.12-29645174/ From cebc6e4ac179438f0820dad4b807412fb1c1e739 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 04:21:37 +0000 Subject: [PATCH 012/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.1-1-d77841f5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 16feda85f4..1e51583c5a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1243,13 +1243,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.0-19-d77841f5/ + path: /debian-squash/releases/download/3.1.1-1-d77841f5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.0-19 + version: 3.1.1-1 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From b5d5a6c43d6374ed07c0b7d918fa94167b7f68df Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 May 2023 07:00:43 +0000 Subject: [PATCH 013/144] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 6.7-60b64dd4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1e51583c5a..d409e1e990 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -361,7 +361,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/6.6-60b64dd4/ + path: /debian-squash/releases/download/6.7-60b64dd4/ files: - filesystem.squashfs - initrd From 691277fdea04af4ce2ba8ed09f1d8d13f7bf46c6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 13 May 2023 04:14:20 +0000 Subject: [PATCH 014/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.10 new tag 22.10-dbcb3286 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d409e1e990..a10f0c15c7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-f1dc5249/ + path: /ubuntu-squash/releases/download/22.10-dbcb3286/ files: - filesystem.squashfs - initrd From 359044c4c8da2f26184f7a91117fa9ef3db75783 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 13 May 2023 04:20:08 +0000 Subject: [PATCH 015/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230511-0713-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a10f0c15c7..8523bd7f75 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230504-0714-702c76ea/ + path: /ubuntu-squash/releases/download/20230511-0713-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230504-0714 + version: 20230511-0713 flavor: user kernel: kde-neon-user regolith-current: From 94b8ffb9f7c87a24c67aa86b6294d5a056584ae7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 13 May 2023 04:26:18 +0000 Subject: [PATCH 016/144] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20230507-mantic-4ef16ee0 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8523bd7f75..307e8dc641 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1254,13 +1254,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20230413-lunar-4ef16ee0/ + path: /ubuntu-squash/releases/download/20230507-mantic-4ef16ee0/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20230413-lunar + version: 20230507-mantic flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 38d5d14ff9db65d946b1fa1cabf245bdbc5c9ad1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 May 2023 01:04:39 +0000 Subject: [PATCH 017/144] External Version bump for coreos new version string "38.20230430.3.1-stable,38.20230514.2.0-testing,38.20230514.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 492630bbe7..13b49df79f 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -193,11 +193,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 38.20230414.3.0 + - code_name: 38.20230430.3.1 name: stable - - code_name: 38.20230430.2.1 + - code_name: 38.20230514.2.0 name: testing - - code_name: 38.20230430.1.0 + - code_name: 38.20230514.1.0 name: next debian: archive_mirror: http://archive.debian.org From 8cd9019015680c84e798ec7a333059e70c50c644 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 May 2023 04:11:11 +0000 Subject: [PATCH 018/144] Version bump for netbootxyz/asset-mirror:tails new tag 5.13-29645174 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 307e8dc641..4084d29473 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1099,13 +1099,13 @@ endpoints: version: 20230507T164658Z arch: amd64 tails: - path: /asset-mirror/releases/download/5.12-29645174/ + path: /asset-mirror/releases/download/5.13-29645174/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh os: tails - version: '5.12' + version: '5.13' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20230105-b073bf9a/ From cd1249abd801beb8bdc8976af09e29d7264f795e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 May 2023 04:12:20 +0000 Subject: [PATCH 019/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230515T170205Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4084d29473..8f7359be7c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230508T170156Z-c0630a5f/ + path: /asset-mirror/releases/download/20230515T170205Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230508T170156Z + version: 20230515T170205Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230430T234851Z-d29572ce/ From 6e9f5350d0117972ce4c090921c0763f8c494f15 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 May 2023 04:14:23 +0000 Subject: [PATCH 020/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230514T164657Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8f7359be7c..01da66e755 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230430T234851Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230507T164658Z-abe575fe/ + path: /asset-mirror/releases/download/20230514T164657Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230507T164658Z + version: 20230514T164657Z arch: amd64 tails: path: /asset-mirror/releases/download/5.13-29645174/ From f34896f172e2f07c447f1c9f8fe3cc89cce1c564 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 May 2023 04:20:24 +0000 Subject: [PATCH 021/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230514T223201Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 01da66e755..08b033a16d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230515T170205Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230430T234851Z-d29572ce/ + path: /asset-mirror/releases/download/20230514T223201Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230430T234851Z + version: 20230514T223201Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230514T164657Z-abe575fe/ From aa79c9eb5705d6f1070f1c6c5b3effc227f0cba3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 May 2023 04:25:18 +0000 Subject: [PATCH 022/144] Version bump for netbootxyz/asset-mirror:oracle-9-x86_64 new tag U2-095d2d5d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 08b033a16d..e446ae33d4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1723,7 +1723,7 @@ endpoints: flavor: xfce kernel: mint-21-xfce-squash oracle-9-x86_64: - path: /asset-mirror/releases/download/U1-095d2d5d/ + path: /asset-mirror/releases/download/U2-095d2d5d/ files: - vmlinuz - initrd From 12721054ef2c0f4225c845db7cbe276d5bedd37e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 May 2023 04:25:39 +0000 Subject: [PATCH 023/144] Version bump for netbootxyz/asset-mirror:oracle-9-aarch64 new tag U2-772e9a86 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e446ae33d4..66ed63606e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1732,7 +1732,7 @@ endpoints: version: '9' arch: x86_64 oracle-9-aarch64: - path: /asset-mirror/releases/download/U1-772e9a86/ + path: /asset-mirror/releases/download/U2-772e9a86/ files: - vmlinuz - initrd From 41c11aec3c21be5773f646b94370ee14932fd013 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 May 2023 00:27:56 +0000 Subject: [PATCH 024/144] External Version bump for smartos new version string "20230518T234918Z,20230504T000449Z,20230420T000908Z,20230406T001127Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 13b49df79f..cd2782cfee 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -482,14 +482,14 @@ releases: mirror: https://netboot.joyent.com/os/ name: SmartOS versions: + - code_name: 20230518T234918Z + name: 20230518T234918Z - code_name: 20230504T000449Z name: 20230504T000449Z - code_name: 20230420T000908Z name: 20230420T000908Z - code_name: 20230406T001127Z name: 20230406T001127Z - - code_name: 20230323T000605Z - name: 20230323T000605Z talos: enabled: true menu: linux From c47d68e0ac09096886af8fa7b2caac882d7b09ae Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 May 2023 04:18:49 +0000 Subject: [PATCH 025/144] Version bump for netbootxyz/manjaro-squash:kde-current new tag 22.1.2-minimal-230518-linux61-21a3c27c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 66ed63606e..1d2a54e004 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -604,7 +604,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/22.1.0-minimal-230421-linux61-21a3c27c/ + path: /manjaro-squash/releases/download/22.1.2-minimal-230518-linux61-21a3c27c/ files: - livefs.sfs - rootfs.sfs From beea26149c494fb1106f7100cd0e17b24bec2334 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 May 2023 04:20:38 +0000 Subject: [PATCH 026/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230518-0715-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1d2a54e004..0da367ae55 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230511-0713-702c76ea/ + path: /ubuntu-squash/releases/download/20230518-0715-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230511-0713 + version: 20230518-0715 flavor: user kernel: kde-neon-user regolith-current: From 595842c38081d18bf770e82a65c3199ce5553429 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 May 2023 04:22:02 +0000 Subject: [PATCH 027/144] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 22.1.2-minimal-230518-linux61-fe6d0899 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0da367ae55..26a9ad7b24 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -591,7 +591,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/22.1.0-minimal-230421-linux61-fe6d0899/ + path: /manjaro-squash/releases/download/22.1.2-minimal-230518-linux61-fe6d0899/ files: - livefs.sfs - rootfs.sfs From a59adf3ac8d74de88d5f274b74d8613daaa824cd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 May 2023 04:22:37 +0000 Subject: [PATCH 028/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.10-f1dc5249 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 26a9ad7b24..fdbf827fab 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-dbcb3286/ + path: /ubuntu-squash/releases/download/22.10-f1dc5249/ files: - filesystem.squashfs - initrd From 5520d5dfcb2d98fd30205ef5f6f7bb53c2df542f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 May 2023 04:25:06 +0000 Subject: [PATCH 029/144] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 22.1.2-minimal-230518-linux61-fed9737f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fdbf827fab..3cb3afdafd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -578,7 +578,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/22.1.0-minimal-230421-linux61-fed9737f/ + path: /manjaro-squash/releases/download/22.1.2-minimal-230518-linux61-fed9737f/ files: - livefs.sfs - rootfs.sfs From b00ac615eb94f84b9a295ef6c6e0d02b037e3c3c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 May 2023 04:12:10 +0000 Subject: [PATCH 030/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230522T163206Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3cb3afdafd..bcf4e9801e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230515T170205Z-c0630a5f/ + path: /asset-mirror/releases/download/20230522T163206Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230515T170205Z + version: 20230522T163206Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230514T223201Z-d29572ce/ From cec00913eeaba722d4b868b5d6e79edf744ac626 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 May 2023 04:14:40 +0000 Subject: [PATCH 031/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230521T160357Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bcf4e9801e..47f86a8a84 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230514T223201Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230514T164657Z-abe575fe/ + path: /asset-mirror/releases/download/20230521T160357Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230514T164657Z + version: 20230521T160357Z arch: amd64 tails: path: /asset-mirror/releases/download/5.13-29645174/ From ba29d5cd6f6263d3c0dd05e01a73aef6107ea80e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 May 2023 04:20:41 +0000 Subject: [PATCH 032/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230521T231659Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 47f86a8a84..3f7535f125 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230522T163206Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230514T223201Z-d29572ce/ + path: /asset-mirror/releases/download/20230521T231659Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230514T223201Z + version: 20230521T231659Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230521T160357Z-abe575fe/ From 5ad373d73b9c2201744b3b439c1df13c524697e9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 May 2023 04:30:07 +0000 Subject: [PATCH 033/144] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.3.3-2023.05.22-475894cd --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3f7535f125..9650bbd2df 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -522,7 +522,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.3.1-2023.05.03-475894cd/ + path: /asset-mirror/releases/download/6.3.3-2023.05.22-475894cd/ files: - initrd - vmlinuz From 178a08d14c146005e75328ae847a4d50a4afe1f7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 27 May 2023 04:13:12 +0000 Subject: [PATCH 034/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.10 new tag 22.10-dbcb3286 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9650bbd2df..c2c752bb64 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-f1dc5249/ + path: /ubuntu-squash/releases/download/22.10-dbcb3286/ files: - filesystem.squashfs - initrd From 241be871d276d02c2577ecc8f409629c2ca99f11 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 27 May 2023 04:22:29 +0000 Subject: [PATCH 035/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.10-f1dc5249 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c2c752bb64..9650bbd2df 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-dbcb3286/ + path: /ubuntu-squash/releases/download/22.10-f1dc5249/ files: - filesystem.squashfs - initrd From 08e265a6d464267f828bfdbe0b7a7fd403e43ef6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 27 May 2023 14:23:20 +0000 Subject: [PATCH 036/144] Version bump for netbootxyz/debian-core-10:master new tag 10.13.0-960f6051 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9650bbd2df..23399aae7b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -15,7 +15,7 @@ endpoints: flavor: GNOME kernel: ubuntu-18.04-live-kernel debian-10-live-kernel: - path: /debian-core-10/releases/download/10.12.0-cb83d5e9/ + path: /debian-core-10/releases/download/10.13.0-960f6051/ files: - initrd - vmlinuz From f02180f497b99aacb4de0aa760ec7e3991f192c1 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 30 May 2023 13:18:15 -0400 Subject: [PATCH 037/144] Support building images on other architectures This unconditionally cross compiles all iPXE images. This has the effect that the build will always produce the correct output for a defined architecture regardless of host architecture. syslinux is x86 architecture dependent. It doesn't seem to be used in the build process, so the packages are removed from the list of required packages. Signed-off-by: Felix Kaechele --- roles/netbootxyz/tasks/generate_disks_efi.yml | 8 ++++++-- roles/netbootxyz/tasks/generate_disks_legacy.yml | 8 ++++++-- roles/netbootxyz/tasks/generate_disks_linux.yml | 8 ++++++-- roles/netbootxyz/vars/debian.yml | 4 ++-- roles/netbootxyz/vars/redhat.yml | 1 - roles/netbootxyz/vars/ubuntu.yml | 4 ++-- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/roles/netbootxyz/tasks/generate_disks_efi.yml b/roles/netbootxyz/tasks/generate_disks_efi.yml index aa479c8039..7258ea88bb 100644 --- a/roles/netbootxyz/tasks/generate_disks_efi.yml +++ b/roles/netbootxyz/tasks/generate_disks_efi.yml @@ -27,7 +27,9 @@ - name: Compile iPXE bootloader for EFI ansible.builtin.shell: | make clean - make EMBED={{ bootloader_filename }} \ + make CROSS_COMPILE=x86_64-linux-gnu- \ + ARCH=x86_64 \ + EMBED={{ bootloader_filename }} \ TRUST={{ trust_files }} \ bin-x86_64-efi/ipxe.efi \ bin-x86_64-efi/snp.efi \ @@ -39,7 +41,9 @@ - name: Compile iPXE bootloader for EFI with debug flags ansible.builtin.shell: | make clean - make EMBED={{ bootloader_filename }} \ + make CROSS_COMPILE=x86_64-linux-gnu- \ + ARCH=x86_64 \ + EMBED={{ bootloader_filename }} \ DEBUG={{ ipxe_debug_options }} \ TRUST={{ trust_files }} \ bin-x86_64-efi/ipxe.efi \ diff --git a/roles/netbootxyz/tasks/generate_disks_legacy.yml b/roles/netbootxyz/tasks/generate_disks_legacy.yml index 089d0db368..efc633f23a 100644 --- a/roles/netbootxyz/tasks/generate_disks_legacy.yml +++ b/roles/netbootxyz/tasks/generate_disks_legacy.yml @@ -23,7 +23,9 @@ - name: Compile iPXE bootloader for Legacy BIOS ansible.builtin.shell: | make clean - make EMBED={{ bootloader_filename }} \ + make CROSS_COMPILE=x86_64-linux-gnu- \ + ARCH=x86_64 \ + EMBED={{ bootloader_filename }} \ TRUST={{ trust_files }} \ bin/ipxe.dsk \ bin/ipxe.pdsk \ @@ -37,7 +39,9 @@ - name: Compile iPXE bootloader for Legacy BIOS with debug flags ansible.builtin.shell: | make clean - make EMBED={{ bootloader_filename }} \ + make CROSS_COMPILE=x86_64-linux-gnu- \ + ARCH=x86_64 \ + EMBED={{ bootloader_filename }} \ DEBUG={{ ipxe_debug_options }} \ TRUST={{ trust_files }} \ bin/ipxe.dsk \ diff --git a/roles/netbootxyz/tasks/generate_disks_linux.yml b/roles/netbootxyz/tasks/generate_disks_linux.yml index cd0f8c5414..2f7afb2346 100644 --- a/roles/netbootxyz/tasks/generate_disks_linux.yml +++ b/roles/netbootxyz/tasks/generate_disks_linux.yml @@ -27,7 +27,9 @@ - name: Compile iPXE Linux bootloader for Legacy BIOS ansible.builtin.shell: | make clean - make EMBED={{ bootloader_filename }} \ + make CROSS_COMPILE=x86_64-linux-gnu- \ + ARCH=x86_64 \ + EMBED={{ bootloader_filename }} \ TRUST={{ trust_files }} \ bin-x86_64-linux/slirp.linux args: @@ -37,7 +39,9 @@ - name: Compile iPXE Linux bootloader for Legacy BIOS with debug flags ansible.builtin.shell: | make clean - make EMBED={{ bootloader_filename }} \ + make CROSS_COMPILE=x86_64-linux-gnu- \ + ARCH=x86_64 \ + EMBED={{ bootloader_filename }} \ DEBUG={{ ipxe_debug_options }} \ TRUST={{ trust_files }} \ bin-x86_64-linux/slirp.linux diff --git a/roles/netbootxyz/vars/debian.yml b/roles/netbootxyz/vars/debian.yml index b59709d1ef..586008ba76 100644 --- a/roles/netbootxyz/vars/debian.yml +++ b/roles/netbootxyz/vars/debian.yml @@ -3,15 +3,15 @@ netbootxyz_packages: - apache2 - binutils-dev - binutils-aarch64-linux-gnu + - binutils-x86-64-linux-gnu - dosfstools - figlet - gcc-aarch64-linux-gnu + - gcc-x86-64-linux-gnu - build-essential - genisoimage - git - isolinux - liblzma-dev - libslirp-dev - - syslinux - - syslinux-common - toilet diff --git a/roles/netbootxyz/vars/redhat.yml b/roles/netbootxyz/vars/redhat.yml index 14db825b1c..941e1e3784 100644 --- a/roles/netbootxyz/vars/redhat.yml +++ b/roles/netbootxyz/vars/redhat.yml @@ -8,6 +8,5 @@ netbootxyz_packages: - httpd - libslirp-devel - minizip-devel - - syslinux - xz-devel - make diff --git a/roles/netbootxyz/vars/ubuntu.yml b/roles/netbootxyz/vars/ubuntu.yml index 41258563e0..9a3c31fa2e 100644 --- a/roles/netbootxyz/vars/ubuntu.yml +++ b/roles/netbootxyz/vars/ubuntu.yml @@ -3,17 +3,17 @@ netbootxyz_packages: - apache2 - binutils-dev - binutils-aarch64-linux-gnu + - binutils-x86-64-linux-gnu - dosfstools - figlet - gcc-aarch64-linux-gnu + - gcc-x86-64-linux-gnu - build-essential - genisoimage - git - isolinux - liblzma-dev - libslirp-dev - - syslinux - - syslinux-common - toilet pipxe_packages: From 09bf679b77007d8e0b14434b4da111012cb7da5e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 30 May 2023 20:57:28 -0500 Subject: [PATCH 038/144] Pin ansible lint tests --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 56cd2dbb4d..186b6db658 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible ansible-lint + pip install ansible==7.6.0 ansible-lint==6.16.2 - name: Syntax Check run: | From 5c068f3b9103299c06d1e36216709f751dc2d802 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 30 May 2023 21:16:27 -0500 Subject: [PATCH 039/144] Pin ansible-lint --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 186b6db658..4954a34085 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==7.6.0 ansible-lint==6.16.2 + pip install ansible==7.6.0 ansible-lint==6.15.0 - name: Syntax Check run: | From 80bec96149cdaecf2f5cd9e8fcd2821fc4513284 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 30 May 2023 21:54:52 -0500 Subject: [PATCH 040/144] Add mtools for mformat --- roles/netbootxyz/vars/debian.yml | 1 + roles/netbootxyz/vars/redhat.yml | 1 + roles/netbootxyz/vars/ubuntu.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/roles/netbootxyz/vars/debian.yml b/roles/netbootxyz/vars/debian.yml index 586008ba76..a7c4967e8c 100644 --- a/roles/netbootxyz/vars/debian.yml +++ b/roles/netbootxyz/vars/debian.yml @@ -14,4 +14,5 @@ netbootxyz_packages: - isolinux - liblzma-dev - libslirp-dev + - mtools - toilet diff --git a/roles/netbootxyz/vars/redhat.yml b/roles/netbootxyz/vars/redhat.yml index 941e1e3784..d321134e4d 100644 --- a/roles/netbootxyz/vars/redhat.yml +++ b/roles/netbootxyz/vars/redhat.yml @@ -8,5 +8,6 @@ netbootxyz_packages: - httpd - libslirp-devel - minizip-devel + - mtools - xz-devel - make diff --git a/roles/netbootxyz/vars/ubuntu.yml b/roles/netbootxyz/vars/ubuntu.yml index 9a3c31fa2e..5d2b20ffce 100644 --- a/roles/netbootxyz/vars/ubuntu.yml +++ b/roles/netbootxyz/vars/ubuntu.yml @@ -14,6 +14,7 @@ netbootxyz_packages: - isolinux - liblzma-dev - libslirp-dev + - mtools - toilet pipxe_packages: From e1ba5877282847d231cbd4067ee94076a1b90b01 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 30 May 2023 22:08:51 -0500 Subject: [PATCH 041/144] Add syslinux back to build Used for iso building --- roles/netbootxyz/vars/debian.yml | 2 ++ roles/netbootxyz/vars/redhat.yml | 1 + roles/netbootxyz/vars/ubuntu.yml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/roles/netbootxyz/vars/debian.yml b/roles/netbootxyz/vars/debian.yml index a7c4967e8c..e6c14d8e49 100644 --- a/roles/netbootxyz/vars/debian.yml +++ b/roles/netbootxyz/vars/debian.yml @@ -15,4 +15,6 @@ netbootxyz_packages: - liblzma-dev - libslirp-dev - mtools + - syslinux + - syslinux-common - toilet diff --git a/roles/netbootxyz/vars/redhat.yml b/roles/netbootxyz/vars/redhat.yml index d321134e4d..da147e4f74 100644 --- a/roles/netbootxyz/vars/redhat.yml +++ b/roles/netbootxyz/vars/redhat.yml @@ -9,5 +9,6 @@ netbootxyz_packages: - libslirp-devel - minizip-devel - mtools + - syslinux - xz-devel - make diff --git a/roles/netbootxyz/vars/ubuntu.yml b/roles/netbootxyz/vars/ubuntu.yml index 5d2b20ffce..bd07743d1e 100644 --- a/roles/netbootxyz/vars/ubuntu.yml +++ b/roles/netbootxyz/vars/ubuntu.yml @@ -15,6 +15,8 @@ netbootxyz_packages: - liblzma-dev - libslirp-dev - mtools + - syslinux + - syslinux-common - toilet pipxe_packages: From 6c23ec74577a97a36a349b2390084377979ff02c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:10:08 +0000 Subject: [PATCH 042/144] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 10.01-2016e3dd --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 23399aae7b..29f57b3742 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1149,13 +1149,13 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/10.00-2016e3dd/ + path: /asset-mirror/releases/download/10.01-2016e3dd/ files: - airootfs.sfs - initrd - vmlinuz os: systemrescue - version: 10.0 + version: 10.01 arch: amd64 shredos-i686: path: /asset-mirror/releases/download/0.34_32-bit_20221231-23a7674f/ From a7c9c00f6a36a1685b7d4fc1823328f5d15c572b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:12:47 +0000 Subject: [PATCH 043/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230529T170225Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 29f57b3742..664d9cf0f8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230522T163206Z-c0630a5f/ + path: /asset-mirror/releases/download/20230529T170225Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230522T163206Z + version: 20230529T170225Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230521T231659Z-d29572ce/ From 84dec71b4f26a94b16386a363df34359ac440443 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:14:27 +0000 Subject: [PATCH 044/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230528T163158Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 664d9cf0f8..a0d67a4d39 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230521T231659Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230521T160357Z-abe575fe/ + path: /asset-mirror/releases/download/20230528T163158Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230521T160357Z + version: 20230528T163158Z arch: amd64 tails: path: /asset-mirror/releases/download/5.13-29645174/ From 61f80cd97951daf80daffef03e507a9d974c0667 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:15:48 +0000 Subject: [PATCH 045/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-2-1c3e1967 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a0d67a4d39..a4d3296c33 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1232,13 +1232,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.1-1-1c3e1967/ + path: /debian-squash/releases/download/3.1.1-2-1c3e1967/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-1 + version: 3.1.1-2 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 527ec82e7aea4597605a599a4bc29600797ca208 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:20:06 +0000 Subject: [PATCH 046/144] Version bump for netbootxyz/asset-mirror:garuda-dr460nized-gaming new tag 230501-111e3083 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a4d3296c33..1457cc564a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1265,7 +1265,7 @@ endpoints: kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 garuda-dr460nized-gaming: - path: /asset-mirror/releases/download/230319-111e3083/ + path: /asset-mirror/releases/download/230501-111e3083/ files: - amd_ucode.img - desktopfs.sfs @@ -1277,7 +1277,7 @@ endpoints: - vmlinuz os: garuda flavor: dr460nized-gaming - version: 230319 + version: 230501 garuda-dr460nized: path: /asset-mirror/releases/download/230501-28ac5f81/ files: From 8dc144216c4de991c5edcef506953b5284531982 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:20:13 +0000 Subject: [PATCH 047/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230528T234658Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1457cc564a..69d42d14c3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230529T170225Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230521T231659Z-d29572ce/ + path: /asset-mirror/releases/download/20230528T234658Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230521T231659Z + version: 20230528T234658Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230528T163158Z-abe575fe/ From dd518cbfdda547023c34cdaeab4039d0a6bcd5be Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:20:25 +0000 Subject: [PATCH 048/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.1-2-d77841f5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 69d42d14c3..b92a5f45ad 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1243,13 +1243,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.1-1-d77841f5/ + path: /debian-squash/releases/download/3.1.1-2-d77841f5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-1 + version: 3.1.1-2 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From 7d2daa96228dbd5296553e67730e7cbeb39db37c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jun 2023 04:22:17 +0000 Subject: [PATCH 049/144] Version bump for netbootxyz/debian-squash:xfce-kali new tag 2023.2-aee4a172 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b92a5f45ad..c9fd1d5bc6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -133,13 +133,13 @@ endpoints: flavor: mate kernel: debian-10-live-kernel kali-xfce-squash: - path: /debian-squash/releases/download/2023.1-aee4a172/ + path: /debian-squash/releases/download/2023.2-aee4a172/ files: - filesystem.squashfs - initrd - vmlinuz os: kali - version: '2023.1' + version: '2023.2' flavor: xfce kernel: kali-xfce-squash pop-19.10-default-squash: From 800ea76a54f1716ec2e7b242cb09195a2e18d826 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 3 Jun 2023 04:13:43 +0000 Subject: [PATCH 050/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.10 new tag 22.10-dbcb3286 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c9fd1d5bc6..dfad22c07d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-f1dc5249/ + path: /ubuntu-squash/releases/download/22.10-dbcb3286/ files: - filesystem.squashfs - initrd From aa38f8b88345083218f23a49f070c679cc1ead84 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 3 Jun 2023 04:18:23 +0000 Subject: [PATCH 051/144] Version bump for netbootxyz/manjaro-squash:kde-current new tag 22.1.3-minimal-230529-linux61-21a3c27c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index dfad22c07d..812bcd5856 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -604,7 +604,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/22.1.2-minimal-230518-linux61-21a3c27c/ + path: /manjaro-squash/releases/download/22.1.3-minimal-230529-linux61-21a3c27c/ files: - livefs.sfs - rootfs.sfs From 2c1949a70f600d6e177237d88d7af6b5ed1bc0e0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 3 Jun 2023 04:20:53 +0000 Subject: [PATCH 052/144] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 22.1.3-minimal-230529-linux61-fe6d0899 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 812bcd5856..2a3032fa2d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -591,7 +591,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/22.1.2-minimal-230518-linux61-fe6d0899/ + path: /manjaro-squash/releases/download/22.1.3-minimal-230529-linux61-fe6d0899/ files: - livefs.sfs - rootfs.sfs From 1b30ae75ecbdf92c1e1576544117b0d6d0a0348d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 3 Jun 2023 04:21:31 +0000 Subject: [PATCH 053/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230601-0716-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2a3032fa2d..673ace85df 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230518-0715-702c76ea/ + path: /ubuntu-squash/releases/download/20230601-0716-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230518-0715 + version: 20230601-0716 flavor: user kernel: kde-neon-user regolith-current: From 14250379db6295a721f4dd10edf07492a6f2560a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 3 Jun 2023 04:23:50 +0000 Subject: [PATCH 054/144] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20230527-mantic-4ef16ee0 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 673ace85df..bc3eee6faf 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1254,13 +1254,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20230507-mantic-4ef16ee0/ + path: /ubuntu-squash/releases/download/20230527-mantic-4ef16ee0/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20230507-mantic + version: 20230527-mantic flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 862d2558aa96487053087eb7490e17b1a44a97f6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 3 Jun 2023 04:25:34 +0000 Subject: [PATCH 055/144] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 22.1.3-minimal-230529-linux61-fed9737f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index bc3eee6faf..6b73e20375 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -578,7 +578,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/22.1.2-minimal-230518-linux61-fed9737f/ + path: /manjaro-squash/releases/download/22.1.3-minimal-230529-linux61-fed9737f/ files: - livefs.sfs - rootfs.sfs From 16ab147ea8c37d4423ec6564f04b7869f00888f7 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 8 Jun 2023 22:16:50 -0500 Subject: [PATCH 056/144] Update main.yml for opensuse 15.5 --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index cd2782cfee..04731d2c10 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -397,6 +397,8 @@ releases: mirror: http://download.opensuse.org name: OpenSUSE versions: + - code_name: '15.5' + name: openSUSE Leap 15.5 - code_name: '15.4' name: openSUSE Leap 15.4 - code_name: '15.3' From 5abafe8e2389fdc584f2114b9f4a27136805aa9a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jun 2023 04:12:28 +0000 Subject: [PATCH 057/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230605T170204Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6b73e20375..bb0e638327 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230529T170225Z-c0630a5f/ + path: /asset-mirror/releases/download/20230605T170204Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230529T170225Z + version: 20230605T170204Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230528T234658Z-d29572ce/ From 5faad71da0e7fd4cc73956f6d5f68e820acd92b9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jun 2023 04:14:34 +0000 Subject: [PATCH 058/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230604T170201Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bb0e638327..d4d9ab17c0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230528T234658Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230528T163158Z-abe575fe/ + path: /asset-mirror/releases/download/20230604T170201Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230528T163158Z + version: 20230604T170201Z arch: amd64 tails: path: /asset-mirror/releases/download/5.13-29645174/ From 77e3c00cf3dede896346b1448def565252270a01 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jun 2023 04:20:47 +0000 Subject: [PATCH 059/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230604T234701Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d4d9ab17c0..1460c1caec 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230605T170204Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230528T234658Z-d29572ce/ + path: /asset-mirror/releases/download/20230604T234701Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230528T234658Z + version: 20230604T234701Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230604T170201Z-abe575fe/ From 3bad2137a11fb72e2bb68fed6c4f6ba3b1ad743c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jun 2023 04:29:08 +0000 Subject: [PATCH 060/144] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.3.5-2023.06.01-475894cd --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1460c1caec..1fbee844f5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -522,7 +522,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.3.3-2023.05.22-475894cd/ + path: /asset-mirror/releases/download/6.3.5-2023.06.01-475894cd/ files: - initrd - vmlinuz From e4101ba1aff02886269cfb21244f9381063a9bf6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Jun 2023 04:19:42 +0000 Subject: [PATCH 061/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230608-0713-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1fbee844f5..732b9e8821 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230601-0716-702c76ea/ + path: /ubuntu-squash/releases/download/20230608-0713-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230601-0716 + version: 20230608-0713 flavor: user kernel: kde-neon-user regolith-current: From 8237916f5ee3dee88212fb7001b6e3fef9028102 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Jun 2023 04:22:05 +0000 Subject: [PATCH 062/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.10-f1dc5249 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 732b9e8821..8c016c435a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-dbcb3286/ + path: /ubuntu-squash/releases/download/22.10-f1dc5249/ files: - filesystem.squashfs - initrd From d4698049b9b3066391b643386658f224a259bca2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Jun 2023 04:24:18 +0000 Subject: [PATCH 063/144] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20230608-mantic-4ef16ee0 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8c016c435a..e972ad880a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1254,13 +1254,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20230527-mantic-4ef16ee0/ + path: /ubuntu-squash/releases/download/20230608-mantic-4ef16ee0/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20230527-mantic + version: 20230608-mantic flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From ff77d33e5ef69ad6cf32ac7150d978a756c765ea Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Jun 2023 05:21:31 +0000 Subject: [PATCH 064/144] External Version bump for coreos new version string "38.20230514.3.0-stable,38.20230527.2.0-testing,38.20230527.1.1-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 04731d2c10..c699184163 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -193,11 +193,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 38.20230430.3.1 + - code_name: 38.20230514.3.0 name: stable - - code_name: 38.20230514.2.0 + - code_name: 38.20230527.2.0 name: testing - - code_name: 38.20230514.1.0 + - code_name: 38.20230527.1.1 name: next debian: archive_mirror: http://archive.debian.org From 57177029599846fca87751f826c1ee4fb1cc184a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Jun 2023 05:21:41 +0000 Subject: [PATCH 065/144] External Version bump for archlinux new version string "2023.06.01" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index c699184163..c0f1246a2d 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -160,8 +160,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2023.05.03 - name: 2023.05.03 + - code_name: 2023.06.01 + name: 2023.06.01 blackarch: enabled: true menu: linux From b236b47861e630ba4c5f7c07e492fed56d68e923 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Jun 2023 05:21:55 +0000 Subject: [PATCH 066/144] External Version bump for smartos new version string "20230601T000726Z,20230518T234918Z,20230504T000449Z,20230420T000908Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index c0f1246a2d..351159e786 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -484,14 +484,14 @@ releases: mirror: https://netboot.joyent.com/os/ name: SmartOS versions: + - code_name: 20230601T000726Z + name: 20230601T000726Z - code_name: 20230518T234918Z name: 20230518T234918Z - code_name: 20230504T000449Z name: 20230504T000449Z - code_name: 20230420T000908Z name: 20230420T000908Z - - code_name: 20230406T001127Z - name: 20230406T001127Z talos: enabled: true menu: linux From ac7563b43f105e12826ce8e0bed6f8abcf5c2564 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Jun 2023 08:08:22 -0500 Subject: [PATCH 067/144] Add Debian 12 (bookworm) * Renames bootworm to trixie for testing. * Drop Stretch as it is EOL --- roles/netbootxyz/defaults/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 351159e786..806eba7aa2 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -208,15 +208,15 @@ releases: name: Debian versions: stable: + - code_name: bookworm + name: 12.0 (bookworm) - code_name: bullseye name: 11.0 (bullseye) - code_name: buster name: 10.0 (buster) - - code_name: stretch - name: 9.0 (stretch) testing: - - code_name: bookworm - name: bookworm (testing) + - code_name: trixie + name: trixie (testing) - code_name: sid name: sid (unstable) devuan: From a2e20c4e46d37e5f1780e8ecaac155c4f6700c42 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 11 Jun 2023 04:32:32 +0000 Subject: [PATCH 068/144] Version bump for netbootxyz/debian-core-12:master new tag 12.0.0-825b8b20 --- endpoints.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index e972ad880a..eb836b122d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2154,3 +2154,10 @@ endpoints: version: '23.04' flavor: kylin kernel: ubuntu-23.04-kylin-squash + debian-12-live-kernel: + path: /debian-core-12/releases/download/12.0.0-825b8b20/ + files: + - initrd + - vmlinuz + os: debian + version: '12' From c46b67d8616783126abff1fb89f0ceb0ca195247 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 11 Jun 2023 22:45:58 +0000 Subject: [PATCH 069/144] Version bump for netbootxyz/debian-squash:core-12 new tag 12.0.0-c6bfccaa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index eb836b122d..c5ccd94422 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1008,7 +1008,7 @@ endpoints: flavor: gnome kernel: debian-11-live-kernel debian-11-default-squash: - path: /debian-squash/releases/download/11.7.0-bc2052f1/ + path: /debian-squash/releases/download/12.0.0-c6bfccaa/ files: - filesystem.squashfs os: debian From 0d097d3a433ed51a2ecc363af58ac681ad5da23f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 11 Jun 2023 17:56:37 -0500 Subject: [PATCH 070/144] Revert "Version bump for netbootxyz/debian-squash:core-12 new tag 12.0.0-c6bfccaa" This reverts commit c46b67d8616783126abff1fb89f0ceb0ca195247. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c5ccd94422..eb836b122d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1008,7 +1008,7 @@ endpoints: flavor: gnome kernel: debian-11-live-kernel debian-11-default-squash: - path: /debian-squash/releases/download/12.0.0-c6bfccaa/ + path: /debian-squash/releases/download/11.7.0-bc2052f1/ files: - filesystem.squashfs os: debian From 28caa5d45db6832593ee4706cb63f5d5e5d5bc07 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 11 Jun 2023 22:59:33 +0000 Subject: [PATCH 071/144] Version bump for netbootxyz/debian-squash:core-12 new tag 12.0.0-3eeabf1b --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index eb836b122d..d95e262388 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2161,3 +2161,11 @@ endpoints: - vmlinuz os: debian version: '12' + debian-12-default-squash: + path: /debian-squash/releases/download/12.0.0-3eeabf1b/ + files: + - filesystem.squashfs + os: debian + version: '12' + flavor: core + kernel: debian-12-live-kernel From 911c9538d2804cdd32ba76cbacd19a3a575a86fd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Jun 2023 01:46:22 +0000 Subject: [PATCH 072/144] External Version bump for nixos new version string "nixos-20.09Qnixos-21.05Qnixos-21.11Qnixos-22.05Qnixos-22.11Qnixos-23.05Qnixos-unstable" --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 806eba7aa2..de02e97ace 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -336,6 +336,8 @@ releases: name: nixos-22.05 - code_name: nixos-22.11 name: nixos-22.11 + - code_name: nixos-23.05 + name: nixos-23.05 - code_name: nixos-unstable name: nixos-unstable openEuler: From 55aa0437f2b66ce16ebe5ca480752dc2a0398fa8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 13 Jun 2023 00:35:01 +0000 Subject: [PATCH 073/144] External Version bump for ipfire new version string "2.27-core175" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index de02e97ace..003edfbe5c 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -293,8 +293,8 @@ releases: mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core174 - name: 2.27 Core174 + - code_name: 2.27-core175 + name: 2.27 Core175 k3os: enabled: true menu: linux From dea9cfde13a35686ba15392a922c3324ac7ef91a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 12 Jun 2023 23:49:17 -0500 Subject: [PATCH 074/144] Add Debian 12 Live option --- roles/netbootxyz/templates/menu/live-debian.ipxe.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/netbootxyz/templates/menu/live-debian.ipxe.j2 b/roles/netbootxyz/templates/menu/live-debian.ipxe.j2 index 50ff46a381..3491ba0c0a 100644 --- a/roles/netbootxyz/templates/menu/live-debian.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/live-debian.ipxe.j2 @@ -6,6 +6,7 @@ goto ${menu} || set os Debian Live menu ${os} item --gap ${os} Versions +item bookworm ${space} ${os} 12 (bookworm) item bullseye ${space} ${os} 11 (bullseye) item buster ${space} ${os} 10 (buster) choose live_version || goto live_exit @@ -13,6 +14,14 @@ menu ${os} ${live_version} item --gap ${os} Flavors goto ${live_version} +:bookworm +{% for key, value in endpoints.items() | sort %} +{% if value.os == "debian" and 'squash' in key and value.version == "12" %} +item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}} +{% endif %} +{% endfor %} +goto flavor_select + :bullseye {% for key, value in endpoints.items() | sort %} {% if value.os == "debian" and 'squash' in key and value.version == "11" %} From 4341b305abb51c55858ec023135a296d7ba36549 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 Jun 2023 00:32:16 +0000 Subject: [PATCH 075/144] External Version bump for coreos new version string "38.20230527.3.0-stable,38.20230609.2.1-testing,38.20230609.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 003edfbe5c..160735dfbb 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -193,11 +193,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 38.20230514.3.0 + - code_name: 38.20230527.3.0 name: stable - - code_name: 38.20230527.2.0 + - code_name: 38.20230609.2.1 name: testing - - code_name: 38.20230527.1.1 + - code_name: 38.20230609.1.0 name: next debian: archive_mirror: http://archive.debian.org From cb0124d7c93b285ba8714c9bb3c00287c47025d8 Mon Sep 17 00:00:00 2001 From: Michael Vieira Date: Thu, 15 Jun 2023 17:22:03 +0200 Subject: [PATCH 076/144] Add OpenBSD 7.3 --- roles/netbootxyz/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 160735dfbb..570c344536 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -362,6 +362,9 @@ releases: mirror: http://ftp.openbsd.org name: OpenBSD versions: + - code_name: '7.3' + image_ver: '73' + name: '7.3' - code_name: '7.2' image_ver: '72' name: '7.2' From 0b21eb54a5ded1ade683f9066dcda945e269922d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 01:03:25 +0000 Subject: [PATCH 077/144] External Version bump for smartos new version string "20230615T000418Z,20230601T000726Z,20230518T234918Z,20230504T000449Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 160735dfbb..3f8e25c27b 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -486,14 +486,14 @@ releases: mirror: https://netboot.joyent.com/os/ name: SmartOS versions: + - code_name: 20230615T000418Z + name: 20230615T000418Z - code_name: 20230601T000726Z name: 20230601T000726Z - code_name: 20230518T234918Z name: 20230518T234918Z - code_name: 20230504T000449Z name: 20230504T000449Z - - code_name: 20230420T000908Z - name: 20230420T000908Z talos: enabled: true menu: linux From adce42c66942326400230d73074d9dafe3389b74 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 02:00:55 +0000 Subject: [PATCH 078/144] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 7.0-60b64dd4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d95e262388..2d97019ecc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -361,7 +361,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/6.7-60b64dd4/ + path: /debian-squash/releases/download/7.0-60b64dd4/ files: - filesystem.squashfs - initrd From 54994d6189494a2628ae41b1ba195579cb9d8797 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 02:16:13 +0000 Subject: [PATCH 079/144] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 7.0-a6d3bdfa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2d97019ecc..d0e1787d4a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -351,7 +351,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/6.7-a6d3bdfa/ + path: /debian-squash/releases/download/7.0-a6d3bdfa/ files: - filesystem.squashfs - initrd From 84d8e5047161fb7fdb075a80da6b0a91f8c6cded Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 02:16:22 +0000 Subject: [PATCH 080/144] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 7.0-9084dcac --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d0e1787d4a..6f0a3dcf45 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -371,7 +371,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/6.7-9084dcac/ + path: /debian-squash/releases/download/7.0-9084dcac/ files: - filesystem.squashfs - initrd From 8d6ead57406cf7c9a86aa89b7a1bf56f717b4ac2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 03:52:13 +0000 Subject: [PATCH 081/144] Version bump for netbootxyz/debian-squash:gnome-12 new tag 12.0.0-c9340563 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 6f0a3dcf45..b34e52203a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2169,3 +2169,11 @@ endpoints: version: '12' flavor: core kernel: debian-12-live-kernel + debian-12-gnome-squash: + path: /debian-squash/releases/download/12.0.0-c9340563/ + files: + - filesystem.squashfs + os: debian + version: 12.0.0 + flavor: gnome + kernel: debian-12-live-kernel From c6eaf047c80551a90d5fbc6a38c571b27cd6d14d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 03:53:09 +0000 Subject: [PATCH 082/144] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 12.0.0-2eefe070 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index b34e52203a..9c60ea1134 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2177,3 +2177,11 @@ endpoints: version: 12.0.0 flavor: gnome kernel: debian-12-live-kernel + debian-12-cinnamon-squash: + path: /debian-squash/releases/download/12.0.0-2eefe070/ + files: + - filesystem.squashfs + os: debian + version: 12.0.0 + flavor: cinnamon + kernel: debian-12-live-kernel From 6e9eeeeb39711f4fba1fd942f957d6633f5a23ed Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:01:27 +0000 Subject: [PATCH 083/144] Version bump for netbootxyz/debian-squash:kde-12 new tag 12.0.0-8ba8243d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9c60ea1134..783a773835 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1016,7 +1016,7 @@ endpoints: flavor: core kernel: debian-11-live-kernel debian-11-kde-squash: - path: /debian-squash/releases/download/11.7.0-1ca621ea/ + path: /debian-squash/releases/download/12.0.0-8ba8243d/ files: - filesystem.squashfs os: debian From 28f2b458cb5547a5f79de901cbc02a6520df25b3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:05:00 +0000 Subject: [PATCH 084/144] Version bump for netbootxyz/debian-squash:lxde-12 new tag 12.0.0-60fbf655 --- endpoints.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 783a773835..973b392f0d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1040,13 +1040,13 @@ endpoints: flavor: mate kernel: debian-11-live-kernel debian-11-lxde-squash: - path: /debian-squash/releases/download/11.7.0-9b3c4c2b/ + path: /debian-squash/releases/download/12.0.0-60fbf655/ files: - filesystem.squashfs os: debian - version: '11' + version: 12.0.0 flavor: lxde - kernel: debian-11-live-kernel + kernel: debian-12-live-kernel debian-11-lxqt-squash: path: /debian-squash/releases/download/11.7.0-27dada40/ files: From be9e757ef7be6ba9ddeeef17fc0c7c3c138297c9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:06:56 +0000 Subject: [PATCH 085/144] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 12.0.0-089cbae5 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 973b392f0d..3d49a50cfd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2185,3 +2185,11 @@ endpoints: version: 12.0.0 flavor: cinnamon kernel: debian-12-live-kernel + debian-12-lxqt-squash: + path: /debian-squash/releases/download/12.0.0-089cbae5/ + files: + - filesystem.squashfs + os: debian + version: 12.0.0 + flavor: lxqt + kernel: debian-12-live-kernel From 868a332f255db4dd550fef681d62f8bcf86b7297 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:09:28 +0000 Subject: [PATCH 086/144] Version bump for netbootxyz/debian-squash:core-12 new tag 12.0.0-07c46b7d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3d49a50cfd..ae1868c506 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2162,7 +2162,7 @@ endpoints: os: debian version: '12' debian-12-default-squash: - path: /debian-squash/releases/download/12.0.0-3eeabf1b/ + path: /debian-squash/releases/download/12.0.0-07c46b7d/ files: - filesystem.squashfs os: debian From 979f9f002f0dd24cda69e735f641cd6eccfd1c99 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:10:57 +0000 Subject: [PATCH 087/144] Version bump for netbootxyz/asset-mirror:tails new tag 5.14-29645174 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ae1868c506..803968f732 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1099,13 +1099,13 @@ endpoints: version: 20230604T170201Z arch: amd64 tails: - path: /asset-mirror/releases/download/5.13-29645174/ + path: /asset-mirror/releases/download/5.14-29645174/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh os: tails - version: '5.13' + version: '5.14' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20230105-b073bf9a/ From a4b1de87b12cc34bb2dedaf15e22b6eb7ad69a77 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:12:16 +0000 Subject: [PATCH 088/144] Version bump for netbootxyz/debian-squash:mate-12 new tag 12.0.0-fc55350d --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 803968f732..6169d1ce23 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2193,3 +2193,11 @@ endpoints: version: 12.0.0 flavor: lxqt kernel: debian-12-live-kernel + debian-12-mate-squash: + path: /debian-squash/releases/download/12.0.0-fc55350d/ + files: + - filesystem.squashfs + os: debian + version: '12' + flavor: mate + kernel: debian-12-live-kernel From 548887d1c2c343a5f9ee7d21d34fa69c3a176ff8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:12:50 +0000 Subject: [PATCH 089/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230612T163201Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6169d1ce23..e1b5ac59a5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230605T170204Z-c0630a5f/ + path: /asset-mirror/releases/download/20230612T163201Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230605T170204Z + version: 20230612T163201Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230604T234701Z-d29572ce/ From b2aea96e3fad7fd66c02912a2115fe2a938129cb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:13:38 +0000 Subject: [PATCH 090/144] Version bump for netbootxyz/debian-squash:gnome-12 new tag 12.0.0-433f2d48 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e1b5ac59a5..54116e9268 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2170,11 +2170,11 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/12.0.0-c9340563/ + path: /debian-squash/releases/download/12.0.0-433f2d48/ files: - filesystem.squashfs os: debian - version: 12.0.0 + version: '12' flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: From e8c10af916a9ac9bf9db99a2a8e6592b61e51f62 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:13:55 +0000 Subject: [PATCH 091/144] Version bump for netbootxyz/debian-squash:lxde-12 new tag 12.0.0-f0dbfb0b --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 54116e9268..06c25b91a0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2201,3 +2201,11 @@ endpoints: version: '12' flavor: mate kernel: debian-12-live-kernel + debian-12-lxde-squash: + path: /debian-squash/releases/download/12.0.0-f0dbfb0b/ + files: + - filesystem.squashfs + os: debian + version: '12' + flavor: lxde + kernel: debian-12-live-kernel From a8fcd7ee4fff739b2962786aed1ded7eddeffe54 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:14:08 +0000 Subject: [PATCH 092/144] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 12.0.0-bc29e5f8 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 06c25b91a0..80852dbf0d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2178,11 +2178,11 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/12.0.0-2eefe070/ + path: /debian-squash/releases/download/12.0.0-bc29e5f8/ files: - filesystem.squashfs os: debian - version: 12.0.0 + version: '12' flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: From 411454ce3ffb509d60398a6dc3abbdaf087fb88d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:14:22 +0000 Subject: [PATCH 093/144] Version bump for netbootxyz/debian-squash:xfce-12 new tag 12.0.0-1b01d1d0 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 80852dbf0d..e515ef081e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2209,3 +2209,11 @@ endpoints: version: '12' flavor: lxde kernel: debian-12-live-kernel + debian-12-xfce-squash: + path: /debian-squash/releases/download/12.0.0-1b01d1d0/ + files: + - filesystem.squashfs + os: debian + version: '12' + flavor: xfce + kernel: debian-12-live-kernel From d5d52a8d9089894c610e8b8f3a66efeffb7e6660 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:15:11 +0000 Subject: [PATCH 094/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230611T170207Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e515ef081e..1fa910edc9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230604T234701Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230604T170201Z-abe575fe/ + path: /asset-mirror/releases/download/20230611T170207Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230604T170201Z + version: 20230611T170207Z arch: amd64 tails: path: /asset-mirror/releases/download/5.14-29645174/ From 05245e622e85988abab6b86f344c7710a480ecbc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:15:31 +0000 Subject: [PATCH 095/144] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 12.0.0-92af7605 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1fa910edc9..6972ffc909 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2186,11 +2186,11 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/12.0.0-089cbae5/ + path: /debian-squash/releases/download/12.0.0-92af7605/ files: - filesystem.squashfs os: debian - version: 12.0.0 + version: '12' flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: From f1b4d849f59532bb005d792827250f813181621a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:15:44 +0000 Subject: [PATCH 096/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-5-1c3e1967 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6972ffc909..a70b9f8b0c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1232,13 +1232,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.1-2-1c3e1967/ + path: /debian-squash/releases/download/3.1.1-5-1c3e1967/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-2 + version: 3.1.1-5 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 4a0f46f2bd4d2775ea955f52817dd54cc4b952b3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:15:54 +0000 Subject: [PATCH 097/144] Version bump for netbootxyz/debian-squash:kde-12 new tag 12.0.0-829547ad --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index a70b9f8b0c..d457102125 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2217,3 +2217,11 @@ endpoints: version: '12' flavor: xfce kernel: debian-12-live-kernel + debian-12-kde-squash: + path: /debian-squash/releases/download/12.0.0-829547ad/ + files: + - filesystem.squashfs + os: debian + version: '12' + flavor: kde + kernel: debian-12-live-kernel From 18882e1dc408122f1b14d2d29140a40013bc0e81 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:16:24 +0000 Subject: [PATCH 098/144] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 8.0-BETA-1-9402a564 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d457102125..e94d9b7275 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1441,13 +1441,13 @@ endpoints: os: proxmox-backup-server version: 2.4-1 proxmox-ve: - path: /asset-mirror/releases/download/7.4-1-9402a564/ + path: /asset-mirror/releases/download/8.0-BETA-1-9402a564/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 7.4-1 + version: 8.0-BETA-1 proxmox-mailgateway: path: /asset-mirror/releases/download/7.3-1-5c9b0cd6/ files: From 3c9d5112119138c547451f87be0d7235baa9b97b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:25:37 +0000 Subject: [PATCH 099/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.1-5-d77841f5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e94d9b7275..86e8f1eb0a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1243,13 +1243,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.1-2-d77841f5/ + path: /debian-squash/releases/download/3.1.1-5-d77841f5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-2 + version: 3.1.1-5 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From 7fc7c4d752bfa80964831585750603e7aaf42fef Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:26:30 +0000 Subject: [PATCH 100/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230611T233152Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 86e8f1eb0a..d2b1542ec5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230612T163201Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230604T234701Z-d29572ce/ + path: /asset-mirror/releases/download/20230611T233152Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230604T234701Z + version: 20230611T233152Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230611T170207Z-abe575fe/ From 034f41d3f5db90dc3477ae97fd507e8e125d9a65 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jun 2023 04:33:32 +0000 Subject: [PATCH 101/144] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.3.6-2023.06.10-475894cd --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d2b1542ec5..a24334ea48 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -522,7 +522,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.3.5-2023.06.01-475894cd/ + path: /asset-mirror/releases/download/6.3.6-2023.06.10-475894cd/ files: - initrd - vmlinuz From 6636a80b5213719b97713aa9e226cf827620bfb7 Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 16 Jun 2023 12:40:33 +0200 Subject: [PATCH 102/144] Update README.md removed utility entries not in roles/netbootxyz/defaults/main.yml --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fd4850d39d..f2f97b163d 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,6 @@ In addition to being able to host netboot.xyz locally, you can also create your | Name | URL | Type | |------------|-------------------------|------| | 4MLinux | https://4mlinux.com/ | Kernel/Initrd | -| ALT Linux Rescue | https://en.altlinux.org/Rescue | ISO - Memdisk | -| BakAndImgCD | https://bakandimgcd.4mlinux.com/ | Kernel/Initrd | | Boot Repair CD | https://sourceforge.net/projects/boot-repair-cd/ | LiveCD | | Breakin | http://www.advancedclustering.com/products/software/breakin/ | Kernel/Initrd | | CAINE | https://www.caine-live.net/ | LiveCD | @@ -211,7 +209,6 @@ In addition to being able to host netboot.xyz locally, you can also create your | ShredOS | https://github.com/PartialVolume/shredos.x86_64 | Kernel | | Super Grub2 Disk | http://www.supergrubdisk.org | ISO - Memdisk | | System Rescue | https://system-rescue.org/ | LiveCD | -| The Smallest Server Suite | https://thesss.4mlinux.com/ | Kernel/Initrd | | Ultimate Boot CD | http://www.ultimatebootcd.com | ISO - Memdisk | ### Stargazers over time From bbfb4b1755e3fb56e01496a0539f1036272c288c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 17 Jun 2023 04:12:28 +0000 Subject: [PATCH 103/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.10 new tag 22.10-dbcb3286 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index a24334ea48..53ff5fd253 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-f1dc5249/ + path: /ubuntu-squash/releases/download/22.10-dbcb3286/ files: - filesystem.squashfs - initrd From 89f7ff6256a70b70ae73e4d57ead0320411045fd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 17 Jun 2023 04:19:58 +0000 Subject: [PATCH 104/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230615-1514-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 53ff5fd253..c30a66dd9b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230608-0713-702c76ea/ + path: /ubuntu-squash/releases/download/20230615-1514-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230608-0713 + version: 20230615-1514 flavor: user kernel: kde-neon-user regolith-current: From 32d40ff7dde3f5e95246e6b8756a6d638a534a06 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 17 Jun 2023 04:20:58 +0000 Subject: [PATCH 105/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.10-f1dc5249 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c30a66dd9b..0f1eddca7c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-dbcb3286/ + path: /ubuntu-squash/releases/download/22.10-f1dc5249/ files: - filesystem.squashfs - initrd From bd6988600f087f2e8fe9048bf2f0903c08b2a6c8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 03:30:30 +0000 Subject: [PATCH 106/144] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 8.0-2-9402a564 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0f1eddca7c..f040475bae 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1441,13 +1441,13 @@ endpoints: os: proxmox-backup-server version: 2.4-1 proxmox-ve: - path: /asset-mirror/releases/download/8.0-BETA-1-9402a564/ + path: /asset-mirror/releases/download/8.0-2-9402a564/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 8.0-BETA-1 + version: 8.0-2 proxmox-mailgateway: path: /asset-mirror/releases/download/7.3-1-5c9b0cd6/ files: From 64a0331accdb35614535e5b02647d39513bf0673 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:14:10 +0000 Subject: [PATCH 107/144] Version bump for netbootxyz/debian-squash:kde-12 new tag 12.0.0-38c053c1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f040475bae..3de324451d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2218,7 +2218,7 @@ endpoints: flavor: xfce kernel: debian-12-live-kernel debian-12-kde-squash: - path: /debian-squash/releases/download/12.0.0-829547ad/ + path: /debian-squash/releases/download/12.0.0-38c053c1/ files: - filesystem.squashfs os: debian From 29032f7ab228037a9cc3bd36a29b51ba534ba8c3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:14:30 +0000 Subject: [PATCH 108/144] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230619T170202Z-c0630a5f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3de324451d..a928033c6a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.4' gentoo-x86: - path: /asset-mirror/releases/download/20230612T163201Z-c0630a5f/ + path: /asset-mirror/releases/download/20230619T170202Z-c0630a5f/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230612T163201Z + version: 20230619T170202Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230611T233152Z-d29572ce/ From e1535b2ca4080cb004f1dded63abd42cea836cf6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:17:13 +0000 Subject: [PATCH 109/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230618T170201Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a928033c6a..8a1ad5769b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230611T233152Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230611T170207Z-abe575fe/ + path: /asset-mirror/releases/download/20230618T170201Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230611T170207Z + version: 20230618T170201Z arch: amd64 tails: path: /asset-mirror/releases/download/5.14-29645174/ From 2bbdbcd926b8d859ac0c98f4053a2a03137a8cc6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:20:31 +0000 Subject: [PATCH 110/144] Version bump for netbootxyz/debian-squash:gnome-12 new tag 12.0.0-702d8308 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8a1ad5769b..203e305082 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2170,7 +2170,7 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/12.0.0-433f2d48/ + path: /debian-squash/releases/download/12.0.0-702d8308/ files: - filesystem.squashfs os: debian From 981d3da05dd8d787352743f3c83e8e9a70d9effe Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:20:44 +0000 Subject: [PATCH 111/144] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 10.5-81ecc10e --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 203e305082..298855856a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1066,11 +1066,11 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/10.4-81ecc10e/ + path: /asset-mirror/releases/download/10.5-81ecc10e/ files: - memtest86-usb.img os: memtest86-free - version: '10.4' + version: '10.5' gentoo-x86: path: /asset-mirror/releases/download/20230619T170202Z-c0630a5f/ files: From ca81695aaa155746bc03976f88b78ed56aeece64 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:21:25 +0000 Subject: [PATCH 112/144] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 12.0.0-19d86b60 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 298855856a..9b106e043b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2186,7 +2186,7 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/12.0.0-92af7605/ + path: /debian-squash/releases/download/12.0.0-19d86b60/ files: - filesystem.squashfs os: debian From 1a3a5f3a059445218112a3a51739977def12e743 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:21:36 +0000 Subject: [PATCH 113/144] Version bump for netbootxyz/debian-squash:lxde-12 new tag 12.0.0-3405e186 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9b106e043b..f7d41b3a66 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2202,7 +2202,7 @@ endpoints: flavor: mate kernel: debian-12-live-kernel debian-12-lxde-squash: - path: /debian-squash/releases/download/12.0.0-f0dbfb0b/ + path: /debian-squash/releases/download/12.0.0-3405e186/ files: - filesystem.squashfs os: debian From 727986bbe49a87bba7d4f8dc33f420ba96eee7c1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:25:10 +0000 Subject: [PATCH 114/144] Version bump for netbootxyz/debian-squash:xfce-12 new tag 12.0.0-1eb5a4c8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f7d41b3a66..adc1f41486 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2210,7 +2210,7 @@ endpoints: flavor: lxde kernel: debian-12-live-kernel debian-12-xfce-squash: - path: /debian-squash/releases/download/12.0.0-1b01d1d0/ + path: /debian-squash/releases/download/12.0.0-1eb5a4c8/ files: - filesystem.squashfs os: debian From beafe72073549a1dbd1638daffcadb383816a627 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:25:15 +0000 Subject: [PATCH 115/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230618T233157Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index adc1f41486..51eb4f5134 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230619T170202Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230611T233152Z-d29572ce/ + path: /asset-mirror/releases/download/20230618T233157Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230611T233152Z + version: 20230618T233157Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230618T170201Z-abe575fe/ From da4df3ec7569383a11dcf5fc12c4f18cd1a02f43 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:25:23 +0000 Subject: [PATCH 116/144] Version bump for netbootxyz/debian-squash:mate-12 new tag 12.0.0-3a5afa24 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 51eb4f5134..e4dd6e88b7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2194,7 +2194,7 @@ endpoints: flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: - path: /debian-squash/releases/download/12.0.0-fc55350d/ + path: /debian-squash/releases/download/12.0.0-3a5afa24/ files: - filesystem.squashfs os: debian From a6de65e2b66b9ab744bc553d5c9a62d1aba66ab6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jun 2023 04:27:46 +0000 Subject: [PATCH 117/144] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 12.0.0-11cf9de3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e4dd6e88b7..525b89cdc5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2178,7 +2178,7 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/12.0.0-bc29e5f8/ + path: /debian-squash/releases/download/12.0.0-11cf9de3/ files: - filesystem.squashfs os: debian From 03f5e49c279a1789b99d9af107900cfd429d1a2e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 24 Jun 2023 04:15:24 +0000 Subject: [PATCH 118/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.10 new tag 22.10-dbcb3286 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 525b89cdc5..9ed34f7e87 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-f1dc5249/ + path: /ubuntu-squash/releases/download/22.10-dbcb3286/ files: - filesystem.squashfs - initrd From 30982847495c1f2469a2858ac0e0ade9af15333e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 24 Jun 2023 04:23:00 +0000 Subject: [PATCH 119/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230622-0716-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 9ed34f7e87..2415840017 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230615-1514-702c76ea/ + path: /ubuntu-squash/releases/download/20230622-0716-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230615-1514 + version: 20230622-0716 flavor: user kernel: kde-neon-user regolith-current: From dfeb6d76d09586f04dceda3ac4ccb0a6dac947f1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 24 Jun 2023 04:23:56 +0000 Subject: [PATCH 120/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.10-f1dc5249 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2415840017..947c9bc177 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-dbcb3286/ + path: /ubuntu-squash/releases/download/22.10-f1dc5249/ files: - filesystem.squashfs - initrd From 96e361d6a447df742f9e95ac0df75abab95df5be Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 26 Jun 2023 22:03:20 -0500 Subject: [PATCH 121/144] Enable CERT_CMD in iPXE Enables certificate management commands in iPXE Closes: https://github.com/netbootxyz/netboot.xyz/issues/1259 --- roles/netbootxyz/files/ipxe/local/general.h | 1 + roles/netbootxyz/files/ipxe/local/general.h.efi | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/netbootxyz/files/ipxe/local/general.h b/roles/netbootxyz/files/ipxe/local/general.h index bd98adeb72..e47273a74c 100644 --- a/roles/netbootxyz/files/ipxe/local/general.h +++ b/roles/netbootxyz/files/ipxe/local/general.h @@ -1,3 +1,4 @@ +#define CERT_CMD /* Certificate management commands */ #define CONSOLE_CMD /* Console command */ #define DIGEST_CMD /* Image crypto digest commands */ #define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ diff --git a/roles/netbootxyz/files/ipxe/local/general.h.efi b/roles/netbootxyz/files/ipxe/local/general.h.efi index 2e016efd3a..4097dd3a49 100644 --- a/roles/netbootxyz/files/ipxe/local/general.h.efi +++ b/roles/netbootxyz/files/ipxe/local/general.h.efi @@ -1,3 +1,4 @@ +#define CERT_CMD /* Certificate management commands */ #define CONSOLE_CMD /* Console command */ #define DIGEST_CMD /* Image crypto digest commands */ #define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */ From 89fe35ab1c9c93010a48df5c68ddb6fb3c492f13 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 26 Jun 2023 22:05:37 -0500 Subject: [PATCH 122/144] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0284aa5b4f..7568d5601c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file. ## [2.0.70] - 2023-00-00 +### Added + +- Enabled CERT_CMD in iPXE +- Added Debian 12 + ## [2.0.69] - 2023-05-07 ### Added From 2830fe60c88f0122b3d52a404f249db663d46788 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 28 Jun 2023 00:36:28 +0000 Subject: [PATCH 123/144] External Version bump for coreos new version string "38.20230609.3.0-stable,38.20230625.2.0-testing,38.20230625.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 1ea4d51214..12bfa454d8 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -193,11 +193,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 38.20230527.3.0 + - code_name: 38.20230609.3.0 name: stable - - code_name: 38.20230609.2.1 + - code_name: 38.20230625.2.0 name: testing - - code_name: 38.20230609.1.0 + - code_name: 38.20230625.1.0 name: next debian: archive_mirror: http://archive.debian.org From c51e3cb5b3cee4a992437a32e98ccca868eefbd8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 28 Jun 2023 16:57:39 +0000 Subject: [PATCH 124/144] Version bump for netbootxyz/asset-mirror:proxmox-backup-server new tag 3.0-1-09769528 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 947c9bc177..7515394fc8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1433,13 +1433,13 @@ endpoints: flavor: kde-barebones version: 220329 proxmox-backup-server: - path: /asset-mirror/releases/download/2.4-1-09769528/ + path: /asset-mirror/releases/download/3.0-1-09769528/ files: - initrd - proxmox-backup-server.iso - vmlinuz os: proxmox-backup-server - version: 2.4-1 + version: 3.0-1 proxmox-ve: path: /asset-mirror/releases/download/8.0-2-9402a564/ files: From bd72521fc3b2e4a4e0e8d6eaedd209e01a1a6a85 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 01:07:04 +0000 Subject: [PATCH 125/144] External Version bump for smartos new version string "20230629T053622Z,20230615T000418Z,20230601T000726Z,20230518T234918Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 12bfa454d8..16fb18291b 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -489,14 +489,14 @@ releases: mirror: https://netboot.joyent.com/os/ name: SmartOS versions: + - code_name: 20230629T053622Z + name: 20230629T053622Z - code_name: 20230615T000418Z name: 20230615T000418Z - code_name: 20230601T000726Z name: 20230601T000726Z - code_name: 20230518T234918Z name: 20230518T234918Z - - code_name: 20230504T000449Z - name: 20230504T000449Z talos: enabled: true menu: linux From 23602d8fe1836a3da2d546d68cfc8f30960f80ec Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 04:10:06 +0000 Subject: [PATCH 126/144] Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 43.0-1.0.1-21051633 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7515394fc8..2d6ac43f0d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -656,7 +656,7 @@ endpoints: version: current flavor: BakAndImg 4mlinux-antivirus: - path: /asset-mirror/releases/download/42.0-1.0.1-21051633/ + path: /asset-mirror/releases/download/43.0-1.0.1-21051633/ files: - initrd - vmlinuz From d08acd67ea24b0429a42c8864e489bb1f2bfcda1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 04:15:38 +0000 Subject: [PATCH 127/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-6-1c3e1967 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2d6ac43f0d..4e0bdf53b8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1232,13 +1232,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.1-5-1c3e1967/ + path: /debian-squash/releases/download/3.1.1-6-1c3e1967/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-5 + version: 3.1.1-6 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From cb4e21be338f928a0583f93b458a88d61e5c0a78 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 04:16:33 +0000 Subject: [PATCH 128/144] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230625T165009Z-abe575fe --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4e0bdf53b8..3d69a1b63b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230618T233157Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230618T170201Z-abe575fe/ + path: /asset-mirror/releases/download/20230625T165009Z-abe575fe/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230618T170201Z + version: 20230625T165009Z arch: amd64 tails: path: /asset-mirror/releases/download/5.14-29645174/ From 4ba2d48f27cc92ee807eae03fe23d84657623819 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 04:21:47 +0000 Subject: [PATCH 129/144] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.1-6-d77841f5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3d69a1b63b..16e62f7f48 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1243,13 +1243,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.1-5-d77841f5/ + path: /debian-squash/releases/download/3.1.1-6-d77841f5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-5 + version: 3.1.1-6 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From 2a145334eac98a4820928f3ae12d527e2de874d9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 04:22:54 +0000 Subject: [PATCH 130/144] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230625T234657Z-d29572ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 16e62f7f48..8160377a3e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230619T170202Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230618T233157Z-d29572ce/ + path: /asset-mirror/releases/download/20230625T234657Z-d29572ce/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230618T233157Z + version: 20230625T234657Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230625T165009Z-abe575fe/ From 9d9be439fdce3dc6f12dc188b865080c20aa7621 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 Jun 2023 04:44:28 +0000 Subject: [PATCH 131/144] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.3.9-2023.06.23-475894cd --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8160377a3e..8e624723e5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -522,7 +522,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.3.6-2023.06.10-475894cd/ + path: /asset-mirror/releases/download/6.3.9-2023.06.23-475894cd/ files: - initrd - vmlinuz From b6da6791fa09f6c23f10e3be93e377acc10abb61 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 1 Jul 2023 04:13:39 +0000 Subject: [PATCH 132/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.10 new tag 22.10-dbcb3286 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8e624723e5..619ca80eab 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-f1dc5249/ + path: /ubuntu-squash/releases/download/22.10-dbcb3286/ files: - filesystem.squashfs - initrd From d34d8899d16df752a0a2f07986e3bbe8d8b65778 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 1 Jul 2023 04:22:14 +0000 Subject: [PATCH 133/144] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20230629-0719-702c76ea --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 619ca80eab..bb3040f09e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -227,13 +227,13 @@ endpoints: flavor: default kernel: backbox-6-default-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20230622-0716-702c76ea/ + path: /ubuntu-squash/releases/download/20230629-0719-702c76ea/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20230622-0716 + version: 20230629-0719 flavor: user kernel: kde-neon-user regolith-current: From e2b0bb11ad59deb5f39a347e9f18b07f9f33ee36 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 1 Jul 2023 04:22:46 +0000 Subject: [PATCH 134/144] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.10-f1dc5249 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index bb3040f09e..5e06f86938 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1973,7 +1973,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-22.10-LXQT-squash: - path: /ubuntu-squash/releases/download/22.10-dbcb3286/ + path: /ubuntu-squash/releases/download/22.10-f1dc5249/ files: - filesystem.squashfs - initrd From 15d45912676e5d58eae9515230b5bfa8ccec0889 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 1 Jul 2023 04:26:46 +0000 Subject: [PATCH 135/144] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20230629-mantic-4ef16ee0 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5e06f86938..2166664238 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1254,13 +1254,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20230608-mantic-4ef16ee0/ + path: /ubuntu-squash/releases/download/20230629-mantic-4ef16ee0/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20230608-mantic + version: 20230629-mantic flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From da3e1d9243a42999b5a022d50fecbb1c1479ecb1 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 00:36:17 -0500 Subject: [PATCH 136/144] Generate all disks for eqmetal --- roles/netbootxyz/tasks/generate_disks_arm.yml | 10 ---------- roles/netbootxyz/tasks/generate_disks_efi.yml | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/roles/netbootxyz/tasks/generate_disks_arm.yml b/roles/netbootxyz/tasks/generate_disks_arm.yml index 7df4774d64..620ced418e 100644 --- a/roles/netbootxyz/tasks/generate_disks_arm.yml +++ b/roles/netbootxyz/tasks/generate_disks_arm.yml @@ -68,13 +68,3 @@ - {src: "bin-arm64-efi/ipxe.efi", dest: "{{ bootloader_filename }}-arm64.efi"} - {src: "bin-arm64-efi/snp.efi", dest: "{{ bootloader_filename }}-arm64-snp.efi"} - {src: "bin-arm64-efi/snponly.efi", dest: "{{ bootloader_filename }}-arm64-snponly.efi"} - when: bootloader_filename != "netboot.xyz-metal" - -- name: Copy iPXE arm64 EFI builds to http directory for Equinix Metal - ansible.builtin.copy: - src: "{{ ipxe_source_dir }}/src/{{ item.src }}" - dest: "{{ netbootxyz_root }}/ipxe/{{ item.dest }}" - remote_src: true - with_items: - - {src: "bin-arm64-efi/snp.efi", dest: "{{ bootloader_filename }}-arm64.efi"} - when: bootloader_filename == "netboot.xyz-metal" diff --git a/roles/netbootxyz/tasks/generate_disks_efi.yml b/roles/netbootxyz/tasks/generate_disks_efi.yml index 7258ea88bb..3abf5626a2 100644 --- a/roles/netbootxyz/tasks/generate_disks_efi.yml +++ b/roles/netbootxyz/tasks/generate_disks_efi.yml @@ -62,13 +62,3 @@ - {src: "bin-x86_64-efi/ipxe.efi", dest: "{{ bootloader_filename }}.efi"} - {src: "bin-x86_64-efi/snp.efi", dest: "{{ bootloader_filename }}-snp.efi"} - {src: "bin-x86_64-efi/snponly.efi", dest: "{{ bootloader_filename }}-snponly.efi"} - when: bootloader_filename != "netboot.xyz-metal" - -- name: Copy iPXE EFI builds to http directory for Equinix Metal - ansible.builtin.copy: - src: "{{ ipxe_source_dir }}/src/{{ item.src }}" - dest: "{{ netbootxyz_root }}/ipxe/{{ item.dest }}" - remote_src: true - with_items: - - {src: "bin-x86_64-efi/ipxe.efi", dest: "{{ bootloader_filename }}.efi"} - when: bootloader_filename == "netboot.xyz-metal" From 854df13acc3969f659f2fd3aa973c60d736a82e7 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 10:49:58 -0500 Subject: [PATCH 137/144] Switch to snp kernels for EQ Metal --- roles/netbootxyz/templates/menu/boot.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/templates/menu/boot.cfg.j2 b/roles/netbootxyz/templates/menu/boot.cfg.j2 index 3d1751f817..1c7f71b9a2 100644 --- a/roles/netbootxyz/templates/menu/boot.cfg.j2 +++ b/roles/netbootxyz/templates/menu/boot.cfg.j2 @@ -115,7 +115,7 @@ goto clouds_end :metal_x86_64 set cmdline console=ttyS1,115200n8 -iseq ${platform} efi && set ipxe_disk netboot.xyz-metal.efi || set ipxe_disk netboot.xyz-metal.kpxe +iseq ${platform} efi && set ipxe_disk netboot.xyz-metal-snp.efi || set ipxe_disk netboot.xyz-metal.kpxe set menu_linux_i386 0 set menu_freedos 0 set menu_windows 0 @@ -123,7 +123,7 @@ goto clouds_end :metal_arm64 set cmdline console=ttyAMA0,115200 -set ipxe_disk netboot.xyz-metal-arm64.efi +set ipxe_disk netboot.xyz-metal-arm64-snp.efi set menu_bsd 0 set menu_freedos 0 set menu_live 0 From 016524bb657f81bea79d5b4026b381ec96664430 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 12:27:07 -0500 Subject: [PATCH 138/144] Disable pci menu on ARM and EFI builds pciscan only appears to work on legecy, so disable it as an option on EFI and ARM builds --- roles/netbootxyz/templates/menu/boot.cfg.j2 | 4 ++++ roles/netbootxyz/templates/menu/menu.ipxe.j2 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/boot.cfg.j2 b/roles/netbootxyz/templates/menu/boot.cfg.j2 index 1c7f71b9a2..e7353ebd6f 100644 --- a/roles/netbootxyz/templates/menu/boot.cfg.j2 +++ b/roles/netbootxyz/templates/menu/boot.cfg.j2 @@ -84,12 +84,14 @@ set menu_live_arm 1 set menu_windows 0 set menu_utils 0 set menu_utils_arm 1 +set menu_pci 0 iseq ${platform} efi && goto efi || goto architectures_end :efi set menu_bsd 0 set menu_freedos 0 set menu_unix 0 +set menu_pci 0 goto architectures_end :architectures_end goto clouds @@ -119,6 +121,7 @@ iseq ${platform} efi && set ipxe_disk netboot.xyz-metal-snp.efi || set ipxe_disk set menu_linux_i386 0 set menu_freedos 0 set menu_windows 0 +iseq ${platform} efi && set menu_pci 0 || goto clouds_end :metal_arm64 @@ -129,6 +132,7 @@ set menu_freedos 0 set menu_live 0 set menu_windows 0 set menu_utils 0 +set menu_pci 0 goto clouds_end :clouds_end diff --git a/roles/netbootxyz/templates/menu/menu.ipxe.j2 b/roles/netbootxyz/templates/menu/menu.ipxe.j2 index 0b62f1ae3c..58718bd0e8 100644 --- a/roles/netbootxyz/templates/menu/menu.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/menu.ipxe.j2 @@ -63,7 +63,7 @@ iseq ${menu_utils_arm} 1 && item utils-arm ${space} Utilities (arm64) || item change_arch ${space} Architecture: ${arch} item shell ${space} iPXE shell item netinfo ${space} Network card info -item lspci ${space} PCI Device List +iseq ${menu_pci} 1 && item lspci ${space} PCI Device List item about ${space} About netboot.xyz {% if sigs_menu | bool %} item --gap Signature Checks: From 04e096767e0144d0b137af46691489399d9daa3b Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 12:28:08 -0500 Subject: [PATCH 139/144] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7568d5601c..53231ff234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file. - Enabled CERT_CMD in iPXE - Added Debian 12 +- Disable pci scan option when loaded on ARM/EFI as command isn't supported +- Building snp and snponly builds for Equinix Metal + +### Changed + +- Changed default Equinix Metal builds to use snp to ensure more stable start + ## [2.0.69] - 2023-05-07 From 36ec07d74914694f3e918f57c2bef098aab902fc Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 13:15:11 -0500 Subject: [PATCH 140/144] Allow for failure --- roles/netbootxyz/templates/menu/menu.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/menu.ipxe.j2 b/roles/netbootxyz/templates/menu/menu.ipxe.j2 index 58718bd0e8..d53d95ed9b 100644 --- a/roles/netbootxyz/templates/menu/menu.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/menu.ipxe.j2 @@ -63,7 +63,7 @@ iseq ${menu_utils_arm} 1 && item utils-arm ${space} Utilities (arm64) || item change_arch ${space} Architecture: ${arch} item shell ${space} iPXE shell item netinfo ${space} Network card info -iseq ${menu_pci} 1 && item lspci ${space} PCI Device List +iseq ${menu_pci} 1 && item lspci ${space} PCI Device List || item about ${space} About netboot.xyz {% if sigs_menu | bool %} item --gap Signature Checks: From 8f72e99882c85d6d817675a7774882ffa044b615 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 16:52:14 -0500 Subject: [PATCH 141/144] Update Centos Stream mirror Switches to working mirror until we hear back from upstream. Closes: https://github.com/netbootxyz/netboot.xyz/issues/1260 --- roles/netbootxyz/templates/menu/centos.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/centos.ipxe.j2 b/roles/netbootxyz/templates/menu/centos.ipxe.j2 index 51b5f3988c..f04faf25ad 100644 --- a/roles/netbootxyz/templates/menu/centos.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/centos.ipxe.j2 @@ -63,7 +63,7 @@ goto boottype :bootos_images imgfree -iseq ${osversion} 9-stream && set centos_mirror http://mirror.stream.centos.org || +iseq ${osversion} 9-stream && set centos_mirror http://mirror.rackspace.com/centos-stream || iseq ${osversion} 9-stream && set dir ${osversion}/BaseOS/${os_arch}/os || iseq ${osversion} 9-stream && set repo ${centos_mirror}/${dir} || kernel ${centos_mirror}/${dir}/images/pxeboot/vmlinuz inst.repo=${repo} ${params} ${ipparam} {{ kernel_params }} From d9bf5561922adf87f0f9aecf39022be16c9e76ba Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 16:57:27 -0500 Subject: [PATCH 142/144] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53231ff234..47f47f35a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file. ### Changed - Changed default Equinix Metal builds to use snp to ensure more stable start - +- Changed CentOS 9 Stream mirror due to it no longer working with iPXE ## [2.0.69] - 2023-05-07 From ad898d6622317ee487e1d28bc7073d9388394a3a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Jul 2023 18:15:07 -0500 Subject: [PATCH 143/144] Set default for menu_pci --- roles/netbootxyz/templates/menu/boot.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/netbootxyz/templates/menu/boot.cfg.j2 b/roles/netbootxyz/templates/menu/boot.cfg.j2 index e7353ebd6f..2e8f18da28 100644 --- a/roles/netbootxyz/templates/menu/boot.cfg.j2 +++ b/roles/netbootxyz/templates/menu/boot.cfg.j2 @@ -53,6 +53,7 @@ set menu_bsd 1 set menu_unix 1 set menu_freedos 1 set menu_live 1 +set menu_pci 1 set menu_windows 1 set menu_utils 1 iseq ${arch} i386 && goto i386 || From e1ffb2f27fca1b39ea92b63f60f0339a87561975 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 2 Jul 2023 01:24:32 +0000 Subject: [PATCH 144/144] External Version bump for archlinux new version string "2023.07.01" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 16fb18291b..6a6da3d616 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -160,8 +160,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2023.06.01 - name: 2023.06.01 + - code_name: 2023.07.01 + name: 2023.07.01 blackarch: enabled: true menu: linux