|
@@ -12,23 +12,15 @@ bootloaders:
|
|
|
output_bin: -arm64.efi
|
|
|
type: DHCP-snp
|
|
|
hybrid:
|
|
|
- - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
|
|
|
- ipxe_bin: ipxe.iso
|
|
|
- output_bin: -hybrid.iso
|
|
|
- type: ISO
|
|
|
- - desc: Used for creation of USB Keys
|
|
|
- ipxe_bin: ipxe.usb
|
|
|
- output_bin: -hybrid.usb
|
|
|
- type: USB
|
|
|
- legacy:
|
|
|
- desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
|
|
|
ipxe_bin: ipxe.iso
|
|
|
output_bin: .iso
|
|
|
type: ISO
|
|
|
- desc: Used for creation of USB Keys
|
|
|
- ipxe_bin: ipxe.usb
|
|
|
- output_bin: .usb
|
|
|
- type: USB
|
|
|
+ ipxe_bin: ipxe.img
|
|
|
+ output_bin: .img
|
|
|
+ type: IMG
|
|
|
+ legacy:
|
|
|
- desc: Used for booting from GRUB/EXTLINUX
|
|
|
ipxe_bin: ipxe.lkrn
|
|
|
output_bin: .lkrn
|
|
@@ -55,14 +47,6 @@ bootloaders:
|
|
|
output_bin: -rpi4-snp.efi
|
|
|
type: DHCP-snp
|
|
|
uefi:
|
|
|
- - desc: EFI BIOS, works in Virtual Box EFI mode
|
|
|
- ipxe_bin: ipxe-efi.eiso
|
|
|
- output_bin: -efi.iso
|
|
|
- type: ISO
|
|
|
- - desc: Used for creation of USB Keys
|
|
|
- ipxe_bin: ipxe-efi.usb
|
|
|
- output_bin: -efi.usb
|
|
|
- type: USB
|
|
|
- desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
|
|
|
ipxe_bin: ipxe.efi
|
|
|
output_bin: .efi
|
|
@@ -299,6 +283,9 @@ releases:
|
|
|
mirror: http://ftp.openbsd.org
|
|
|
name: OpenBSD
|
|
|
versions:
|
|
|
+ - code_name: '6.9'
|
|
|
+ image_ver: '69'
|
|
|
+ name: '6.9'
|
|
|
- code_name: '6.8'
|
|
|
image_ver: '68'
|
|
|
name: '6.8'
|
|
@@ -315,8 +302,8 @@ releases:
|
|
|
image_ver: '64'
|
|
|
name: '6.4'
|
|
|
- code_name: snapshots
|
|
|
- image_ver: '68'
|
|
|
- name: 6.8 Latest Snapshot
|
|
|
+ image_ver: '69'
|
|
|
+ name: 6.9 Latest Snapshot
|
|
|
opensuse:
|
|
|
base_dir: distribution/leap
|
|
|
enabled: true
|
|
@@ -355,6 +342,15 @@ releases:
|
|
|
enabled: true
|
|
|
menu: linux
|
|
|
name: Red Hat Enterprise Linux
|
|
|
+ rockylinux:
|
|
|
+ base_dir: pub/rocky
|
|
|
+ enabled: true
|
|
|
+ menu: linux
|
|
|
+ mirror: http://download.rockylinux.org
|
|
|
+ name: Rocky Linux
|
|
|
+ versions:
|
|
|
+ - code_name: 8.3
|
|
|
+ name: 8.3
|
|
|
scientific:
|
|
|
base_dir: linux/scientific
|
|
|
enabled: true
|
|
@@ -606,6 +602,14 @@ utilitiesefi:
|
|
|
enabled: true
|
|
|
name: Kaspersky Rescue Disk
|
|
|
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:
|
|
|
enabled: true
|
|
|
initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
|
|
@@ -614,6 +618,10 @@ utilitiesefi:
|
|
|
initrd=initrd
|
|
|
name: Rescatux
|
|
|
type: direct
|
|
|
+ rescuezilla:
|
|
|
+ enabled: true
|
|
|
+ name: Rescuezilla
|
|
|
+ type: ipxemenu
|
|
|
shredos:
|
|
|
enabled: true
|
|
|
name: ShredOS
|
|
@@ -682,6 +690,14 @@ utilitiespcbios:
|
|
|
type: memtest
|
|
|
util_path: https://boot.netboot.xyz/utils/memtest86-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:
|
|
|
enabled: true
|
|
|
initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
|
|
@@ -690,6 +706,10 @@ utilitiespcbios:
|
|
|
initrd=initrd
|
|
|
name: Rescatux
|
|
|
type: direct
|
|
|
+ rescuezilla:
|
|
|
+ enabled: true
|
|
|
+ name: Rescuezilla
|
|
|
+ type: ipxemenu
|
|
|
shredos:
|
|
|
enabled: true
|
|
|
name: ShredOS
|