From 2f1693debba357b67f7ffefb5014ef478196c0e2 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Thu, 4 Jul 2024 16:30:26 +0200 Subject: [PATCH] Add DTS v2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dasharo Tools Suite (DTS) is a set of tools running in a minimal Linux environment to deploy, update, and maintain firmware on Dasharo-supported devices. For example, it can be used to update the firmware on a device or run the initial deployment, even when no OS is currently installed. https://docs.dasharo.com/dasharo-tools-suite/overview/ Signed-off-by: Pawel Langowski Signed-off-by: MichaƂ Iwanicki --- endpoints.yml | 7 +++++++ roles/netbootxyz/defaults/main.yml | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index e3e7fab8eb..7850566508 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -394,6 +394,13 @@ endpoints: - vmlinuz os: caine version: '13.0' + dts: + path: /dts/v2.0.0 + files: + - initrd + - vmlinuz + os: dts + version: '2.0.0' bootrepair: path: /ubuntu-squash/releases/download/current-e035b00c/ files: diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index a4e954e18d..3bb9d40689 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -662,6 +662,12 @@ utilitiesefi: enabled: true name: Clonezilla type: ipxemenu + dts: + enabled: true + name: Dasharo Tools Suite + initrd: https://boot.dasharo.com{{ endpoints.dts.path }}/dts-base-image-v{{ endpoints.dts.version }}.cpio.gz + kernel: https://boot.dasharo.com{{ endpoints.dts.path }}/bzImage-v{{ endpoints.dts.version }} + type: direct gparted: enabled: true name: GParted @@ -762,6 +768,12 @@ utilitiespcbios64: enabled: true name: DBAN type: ipxemenu + dts: + enabled: true + name: Dasharo Tools Suite + initrd: https://boot.dasharo.com{{ endpoints.dts.path }}/dts-base-image-v{{ endpoints.dts.version }}.cpio.gz + kernel: https://boot.dasharo.com{{ endpoints.dts.path }}/bzImage-v{{ endpoints.dts.version }} + type: direct gparted: enabled: true name: GParted