Skip to content

Commit

Permalink
Add DTS v2.0.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
PLangowski committed Oct 15, 2024
1 parent 6d587ec commit 2f1693d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 12 additions & 0 deletions roles/netbootxyz/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2f1693d

Please sign in to comment.