Browse Source

Merge pull request #535 from netbootxyz/bootrepair

adding boot repair cd to utilities menu
Ryan Kuba 5 years ago
parent
commit
098b1d96de
2 changed files with 13 additions and 0 deletions
  1. 1 0
      README.md
  2. 12 0
      roles/netbootxyz/defaults/main.yml

+ 1 - 0
README.md

@@ -150,6 +150,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
 | Name       | URL                     | Installer Kernel | Live OS |
 |------------|-------------------------|------------------|---------|
 |ALT Linux Rescue|https://en.altlinux.org/Rescue| ISO - Memdisk | - |
+|Boot Repair CD|https://sourceforge.net/projects/boot-repair-cd/| NA | Yes |
 |Breakin|http://www.advancedclustering.com/products/software/breakin/| Yes | Yes |
 |CAINE|https://www.caine-live.net/| NA | Yes |
 |Clonezilla|http://www.clonezilla.org/| - | Yes |

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

@@ -387,6 +387,12 @@ utilitiespcbios:
     type: "memdisk"
     version: "160420a12074"
     util_path: "http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso"
+  bootrepair:
+    name: "Boot Repair CD"
+    enabled: true
+    type: "direct"
+    kernel: "${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs initrd=initrd"
+    initrd: "${live_endpoint}{{ endpoints.bootrepair.path }}initrd"
   breakin:
     name: "Breakin"
     enabled: true
@@ -446,6 +452,12 @@ utilitiespcbios:
 
 # efi utility values
 utilitiesefi:
+  bootrepair:
+    name: "Boot Repair CD"
+    enabled: true
+    type: "direct"
+    kernel: "${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs initrd=initrd"
+    initrd: "${live_endpoint}{{ endpoints.bootrepair.path }}initrd"
   caine:
     name: "CAINE"
     enabled: true