Skip to content

Commit

Permalink
Merge pull request #1525 from 3mdeb/add-dts
Browse files Browse the repository at this point in the history
Add DTS v2.0.0
  • Loading branch information
antonym authored Dec 4, 2024
2 parents 4c3d09b + 2f1693d commit adb6053
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 @@ -286,6 +286,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 @@ -676,6 +676,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 @@ -793,6 +799,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 adb6053

Please sign in to comment.