mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 10:14:02 -05:00
Merge pull request #535 from netbootxyz/bootrepair
adding boot repair cd to utilities menu
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user