|
@@ -590,6 +590,14 @@ utilitiesefi:
|
|
enabled: true
|
|
enabled: true
|
|
name: Kaspersky Rescue Disk
|
|
name: Kaspersky Rescue Disk
|
|
type: ipxemenu
|
|
type: ipxemenu
|
|
|
|
+ redorescue:
|
|
|
|
+ enabled: true
|
|
|
|
+ initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
|
|
|
|
+ kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
|
|
|
|
+ setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
|
|
|
|
+ initrd=initrd
|
|
|
|
+ name: RedoRescue
|
|
|
|
+ type: direct
|
|
rescatux:
|
|
rescatux:
|
|
enabled: true
|
|
enabled: true
|
|
initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
|
|
initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
|
|
@@ -670,6 +678,14 @@ utilitiespcbios:
|
|
type: memtest
|
|
type: memtest
|
|
util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
|
|
util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
|
|
version: 5.01.0
|
|
version: 5.01.0
|
|
|
|
+ redorescue:
|
|
|
|
+ enabled: true
|
|
|
|
+ initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
|
|
|
|
+ kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
|
|
|
|
+ setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
|
|
|
|
+ initrd=initrd
|
|
|
|
+ name: RedoRescue
|
|
|
|
+ type: direct
|
|
rescatux:
|
|
rescatux:
|
|
enabled: true
|
|
enabled: true
|
|
initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
|
|
initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
|