瀏覽代碼

adding rescatux utility

thelamer 5 年之前
父節點
當前提交
cc5d3adad0
共有 2 個文件被更改,包括 13 次插入0 次删除
  1. 1 0
      README.md
  2. 12 0
      roles/netbootxyz/defaults/main.yml

+ 1 - 0
README.md

@@ -155,6 +155,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
 |GParted|http://gparted.org| ISO - Memdisk | - |
 |Grml|http://grml.org| ISO - Memdisk | - |
 |Memtest|http://www.memtest.org/| Yes | - |
+|Rescatux|https://www.supergrubdisk.org/rescatux/| NA | Yes |
 |Super Grub2 Disk|http://www.supergrubdisk.org| ISO - Memdisk | - |
 |Ultimate Boot CD|http://www.ultimatebootcd.com| ISO - Memdisk | - |
 

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

@@ -415,6 +415,12 @@ utilitiespcbios:
     type: "memtest"
     version: "5.01.0"
     util_path: "https://boot.netboot.xyz/utils/memtest86-5.01.0"
+  rescatux:
+    name: "Rescatux"
+    enabled: true
+    type: "direct"
+    kernel: "${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{ endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0 initrd=initrd"
+    initrd: "${live_endpoint}{{ endpoints.rescatux.path }}initrd"
   supergrub:
     name: "SuperGRUB"
     enabled: true
@@ -434,6 +440,12 @@ utilitiesefi:
     name: "Clonezilla"
     enabled: true
     type: "ipxemenu"
+  rescatux:
+    name: "Rescatux"
+    enabled: true
+    type: "direct"
+    kernel: "${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{ endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0 initrd=initrd"
+    initrd: "${live_endpoint}{{ endpoints.rescatux.path }}initrd"
 
 bootloaders:
   legacy: