Kaynağa Gözat

Merge pull request #1525 from 3mdeb/add-dts

Add DTS v2.0.0
Antony Messerli 4 ay önce
ebeveyn
işleme
adb6053bca
2 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  1. 7 0
      endpoints.yml
  2. 12 0
      roles/netbootxyz/defaults/main.yml

+ 7 - 0
endpoints.yml

@@ -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:

+ 12 - 0
roles/netbootxyz/defaults/main.yml

@@ -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
@@ -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