Merge pull request #535 from netbootxyz/bootrepair

adding boot repair cd to utilities menu
This commit is contained in:
Ryan Kuba
2020-01-17 16:21:40 -08:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -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
View File
@@ -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