main.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. boot_domain: boot.netboot.xyz
  2. boot_timeout: 300000
  3. boot_version: 2.x
  4. bootloader_disks:
  5. - netboot.xyz
  6. bootloader_http_enabled: true
  7. bootloader_https_enabled: true
  8. bootloaders:
  9. legacy:
  10. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  11. ipxe_bin: ipxe.iso
  12. output_bin: .iso
  13. type: ISO
  14. - desc: Used for creation of USB Keys
  15. ipxe_bin: ipxe.usb
  16. output_bin: .usb
  17. type: USB
  18. - desc: Used for booting from GRUB/EXTLINUX
  19. ipxe_bin: ipxe.lkrn
  20. output_bin: .lkrn
  21. type: Kernel
  22. - desc: Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  23. ipxe_bin: ipxe.dsk
  24. output_bin: .dsk
  25. type: Floppy
  26. - desc: DHCP boot image file, uses built-in iPXE NIC drivers
  27. ipxe_bin: ipxe.kpxe
  28. output_bin: .kpxe
  29. type: DHCP
  30. - desc: DHCP boot image file, use if you have NIC issues
  31. ipxe_bin: undionly.kpxe
  32. output_bin: -undionly.kpxe
  33. type: DHCP-undionly
  34. uefi:
  35. - desc: EFI BIOS, works in Virtual Box EFI mode
  36. ipxe_bin: ipxe-efi.eiso
  37. output_bin: -efi.iso
  38. type: ISO
  39. - desc: Used for creation of USB Keys
  40. ipxe_bin: ipxe-efi.usb
  41. output_bin: -efi.usb
  42. type: USB
  43. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  44. ipxe_bin: ipxe.efi
  45. output_bin: .efi
  46. type: DHCP
  47. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  48. ipxe_bin: snp.efi
  49. output_bin: -snp.efi
  50. type: DHCP-snp
  51. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  52. ipxe_bin: snponly.efi
  53. output_bin: -snponly.efi
  54. type: DHCP-snponly
  55. cert_dir: /etc/netbootxyz/certs
  56. cert_file_filename: ca-netboot-xyz.crt
  57. checksums_filename: '{{ site_name }}-sha256-checksums.txt'
  58. codesign_cert_filename: codesign.crt
  59. codesign_key_filename: codesign.key
  60. custom_generate_menus: false
  61. custom_github_menus: true
  62. custom_templates_dir: '{{ netbootxyz_conf_dir }}/custom'
  63. generate_checksums: true
  64. generate_disks: true
  65. generate_disks_arm: false
  66. generate_disks_efi: true
  67. generate_disks_legacy: true
  68. generate_menus: true
  69. generate_signatures: false
  70. generate_version_file: true
  71. ipxe_branch: master
  72. ipxe_ca_filename: ca-ipxe-org.crt
  73. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  74. ipxe_repo: https://github.com/ipxe/ipxe
  75. ipxe_source_dir: /usr/src/ipxe
  76. ipxe_trust_args: TRUST={{ ipxe_ca_location }}
  77. live_endpoint: https://github.com/netbootxyz
  78. memdisk_location: http://${boot_domain}/memdisk
  79. netbootxyz_conf_dir: /etc/netbootxyz
  80. netbootxyz_root: /var/www/html
  81. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  82. releases:
  83. alpinelinux:
  84. base_dir: alpine
  85. enabled: true
  86. menu: linux
  87. mirror: http://dl-cdn.alpinelinux.org
  88. name: Alpine Linux
  89. versions:
  90. - code_name: v3.11
  91. name: '3.11'
  92. - code_name: edge
  93. name: Edge (development)
  94. anarchy:
  95. enabled: true
  96. menu: linux
  97. name: Anarchy Linux
  98. versions:
  99. - code_name: current
  100. name: current
  101. archlinux:
  102. base_dir: archlinux
  103. enabled: true
  104. menu: linux
  105. mirror: mirror.rackspace.com
  106. name: Arch Linux
  107. versions:
  108. - code_name: 2020.03.01
  109. name: 2020.03.01
  110. blackarch:
  111. enabled: true
  112. menu: linux
  113. name: BlackArch
  114. versions:
  115. - code_name: current
  116. name: current
  117. centos:
  118. base_dir: centos
  119. enabled: true
  120. menu: linux
  121. mirror: http://mirror.centos.org
  122. name: CentOS
  123. versions:
  124. - code_name: 8.1.1911
  125. name: '8.1'
  126. - code_name: 8.0.1905
  127. name: '8.0'
  128. - code_name: 8-stream
  129. name: 8.0 Stream
  130. - code_name: 7.7.1908
  131. name: '7.7'
  132. coreos:
  133. base_dir: prod/streams/stable/builds
  134. enabled: true
  135. menu: linux
  136. mirror: https://builds.coreos.fedoraproject.org
  137. name: Fedora CoreOS
  138. versions:
  139. - code_name: 31.20200113.3.1
  140. name: '31'
  141. debian:
  142. archive_mirror: http://archive.debian.org
  143. base_dir: debian
  144. enabled: true
  145. menu: linux
  146. mirror: http://deb.debian.org
  147. name: Debian
  148. versions:
  149. stable:
  150. - code_name: buster
  151. name: 10.0 (buster)
  152. - code_name: stretch
  153. name: 9.0 (stretch)
  154. testing:
  155. - code_name: bullseye
  156. name: bullseye (testing)
  157. - code_name: sid
  158. name: sid (unstable)
  159. devuan:
  160. base_dir: devuan
  161. enabled: false
  162. menu: linux
  163. mirror: http://auto.mirror.devuan.org
  164. name: Devuan
  165. versions:
  166. stable:
  167. - code_name: ascii
  168. name: ascii (stable)
  169. - code_name: jessie
  170. name: 1.0 (jessie)
  171. testing:
  172. - code_name: beowulf
  173. name: beowulf (testing)
  174. fedora:
  175. base_dir: fedora
  176. enabled: true
  177. menu: linux
  178. mirror: http://mirrors.kernel.org
  179. name: Fedora
  180. versions:
  181. - code_name: '31'
  182. name: '31'
  183. - code_name: '30'
  184. name: '30'
  185. - code_name: '29'
  186. name: '29'
  187. flatcar:
  188. enabled: true
  189. menu: linux
  190. mirror: ''
  191. name: Container Linux by Flatcar
  192. versions:
  193. - code_name: stable
  194. name: Stable Channel
  195. - code_name: beta
  196. name: Beta Channel
  197. - code_name: alpha
  198. name: Alpha Channel
  199. freebsd:
  200. enabled: true
  201. menu: bsd
  202. name: FreeBSD
  203. freedos:
  204. base_dir: download/download
  205. enabled: true
  206. menu: dos
  207. mirror: http://www.freedos.org
  208. name: FreeDOS
  209. versions:
  210. - code_name: FD12FULL
  211. name: 1.2 Full Installer
  212. - code_name: FD12LITE
  213. name: 1.2 Lite Installer
  214. gentoo:
  215. enabled: true
  216. menu: linux
  217. name: Gentoo
  218. ipfire:
  219. base_dir: releases/ipfire-2.x
  220. enabled: true
  221. menu: linux
  222. mirror: https://downloads.ipfire.org
  223. name: IPFire
  224. versions:
  225. - code_name: 2.25-core141
  226. name: 2.25 Core141
  227. k3os:
  228. enabled: true
  229. menu: linux
  230. mirror: https://github.com/rancher/k3os/releases/download/
  231. name: k3OS
  232. versions:
  233. - code_name: v0.8.0
  234. name: v0.8.0
  235. kali:
  236. base_dir: kali
  237. enabled: true
  238. menu: linux
  239. mirror: http://http.kali.org
  240. name: Kali Linux
  241. versions:
  242. - code_name: rolling
  243. name: Rolling Edition (2020.1)
  244. livegrml:
  245. enabled: true
  246. menu: live
  247. mirror: http://download.grml.org
  248. name: Grml Live Linux
  249. versions:
  250. - code_name: grml-full
  251. name: 2018.12 Full
  252. - code_name: grml-small
  253. name: 2018.12 Small
  254. mageia:
  255. base_dir: mageia
  256. enabled: true
  257. menu: linux
  258. mirror: http://mirrors.kernel.org
  259. name: Mageia
  260. versions:
  261. - code_name: '7.1'
  262. name: '7.1'
  263. - code_name: cauldron
  264. name: cauldron
  265. nixos:
  266. enabled: true
  267. menu: linux
  268. name: NixOS
  269. versions:
  270. - code_name: '19.09'
  271. name: Nixos 19.09
  272. - code_name: '19.03'
  273. name: Nixos 19.03
  274. openbsd:
  275. base_dir: pub/OpenBSD
  276. enabled: true
  277. menu: bsd
  278. mirror: http://ftp.openbsd.org
  279. name: OpenBSD
  280. versions:
  281. - code_name: '6.6'
  282. image_ver: '66'
  283. name: '6.6'
  284. - code_name: '6.5'
  285. image_ver: '65'
  286. name: '6.5'
  287. - code_name: '6.4'
  288. image_ver: '64'
  289. name: '6.4'
  290. - code_name: '6.3'
  291. image_ver: '63'
  292. name: '6.3'
  293. - code_name: snapshots
  294. image_ver: '66'
  295. name: 6.6 Latest Snapshot
  296. opensuse:
  297. base_dir: distribution/leap
  298. enabled: true
  299. menu: linux
  300. mirror: http://download.opensuse.org
  301. name: OpenSUSE
  302. versions:
  303. - code_name: '15.1'
  304. name: openSUSE Leap 15.1
  305. - code_name: '15.0'
  306. name: openSUSE Leap 15.0
  307. - code_name: '42.3'
  308. name: openSUSE Leap 42.3
  309. - code_name: tumbleweed
  310. name: openSUSE tumbleweed
  311. oracle:
  312. enabled: true
  313. menu: linux
  314. mirror: https://yum.oracle.com
  315. name: Oracle Linux
  316. paths:
  317. 7: /repo/OracleLinux/OL7/latest/x86_64
  318. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  319. parrotsec:
  320. enabled: true
  321. menu: linux
  322. name: Parrot Security
  323. versions:
  324. - code_name: stable
  325. name: Stable Netinstall
  326. rancheros:
  327. base_dir: os/latest
  328. enabled: true
  329. menu: linux
  330. mirror: http://releases.rancher.com
  331. name: RancherOS
  332. versions:
  333. - code_name: latest
  334. name: Latest (20 MB)
  335. rhel:
  336. enabled: true
  337. menu: linux
  338. name: Red Hat Enterprise Linux
  339. scientific:
  340. base_dir: linux/scientific
  341. enabled: true
  342. menu: linux
  343. mirror: http://ftp1.scientificlinux.org
  344. name: Scientific Linux
  345. versions:
  346. - code_name: '7.7'
  347. name: '7.7'
  348. - code_name: '7.6'
  349. name: '7.6'
  350. - code_name: '6.10'
  351. name: '6.10'
  352. - code_name: '6.9'
  353. name: '6.9'
  354. slackware:
  355. base_dir: slackware
  356. enabled: true
  357. menu: linux
  358. mirror: http://mirror.rackspace.com
  359. name: Slackware
  360. versions:
  361. - code_name: current
  362. name: Current
  363. - code_name: '14.2'
  364. name: '14.2'
  365. - code_name: '14.1'
  366. name: '14.1'
  367. smartos:
  368. base_dir: /platform/i86pc/
  369. enabled: true
  370. menu: unix
  371. mirror: https://netboot.joyent.com/os/
  372. name: SmartOS
  373. versions:
  374. - code_name: 20200228T001732Z
  375. name: 20200228T001732Z
  376. - code_name: 20200227T012955Z
  377. name: 20200227T012955Z
  378. - code_name: 20200212T230824Z
  379. name: 20200212T230824Z
  380. - code_name: 20200130T131547Z
  381. name: 20200130T131547Z
  382. - code_name: 20200117T180335Z
  383. name: 20200117T180335Z
  384. - code_name: 20200103T004546Z
  385. name: 20200103T004546Z
  386. tinycore:
  387. enabled: true
  388. menu: linux
  389. mirror: http://distro.ibiblio.org/tinycorelinux
  390. name: Tiny Core Linux
  391. versions:
  392. - arch: x86
  393. code_name: core
  394. initrd: /11.x/x86/release/distribution_files/core.gz
  395. kernel: /11.x/x86/release/distribution_files/vmlinuz
  396. name: Core
  397. - arch: x86_64
  398. code_name: corepure
  399. initrd: /11.x/x86_64/release/distribution_files/corepure64.gz
  400. kernel: /11.x/x86_64/release/distribution_files/vmlinuz64
  401. name: CorePure
  402. - arch: x86
  403. code_name: dcorebionic
  404. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  405. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  406. name: dCore Bionic
  407. - arch: x86
  408. code_name: dcorebionicplus
  409. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  410. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  411. name: dCore Bionic Plus
  412. - arch: x86
  413. code_name: dcorejessie
  414. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  415. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  416. name: dCore Jessie
  417. - arch: x86
  418. code_name: dcorejessieplus
  419. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  420. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  421. name: dCore Jessie Plus
  422. - arch: x86
  423. code_name: dcorestretch
  424. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  425. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  426. name: dCore Stretch
  427. - arch: x86
  428. code_name: dcorestretchplus
  429. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  430. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  431. name: dCore Stretch Plus
  432. - arch: x86
  433. code_name: dcoretrusty
  434. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  435. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  436. name: dCore Trusty
  437. - arch: x86
  438. code_name: dcoretrustyplus
  439. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  440. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  441. name: dCore Trusty Plus
  442. - arch: x86
  443. code_name: dcorewheezy
  444. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  445. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  446. name: dCore Wheezy
  447. - arch: x86
  448. code_name: dcorewheezyplus
  449. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  450. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  451. name: dCore Wheezy Plus
  452. - arch: x86
  453. code_name: dcorexenial
  454. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  455. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  456. name: dCore Xenial
  457. - arch: x86
  458. code_name: dcorexenialplus
  459. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  460. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  461. name: dCore Xenial Plus
  462. - arch: x86_64
  463. code_name: dcore64bionic
  464. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  465. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  466. name: dCore64 Bionic
  467. - arch: x86_64
  468. code_name: dcore64bionicplus
  469. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  470. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  471. name: dCore64 Bionic Plus
  472. - arch: x86_64
  473. code_name: dcore64buster
  474. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  475. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  476. name: dCore64 Buster
  477. - arch: x86_64
  478. code_name: dcore64busterplus
  479. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  480. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  481. name: dCore64 Buster Plus
  482. - arch: x86_64
  483. code_name: dcore64stretch
  484. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  485. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  486. name: dCore64 Stretch
  487. - arch: x86_64
  488. code_name: dcore64stretchplus
  489. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  490. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  491. name: dCore Stretch Plus
  492. ubuntu:
  493. archive_mirror: http://old-releases.ubuntu.com
  494. base_dir: ubuntu
  495. enabled: true
  496. menu: linux
  497. mirror: http://archive.ubuntu.com
  498. name: Ubuntu
  499. versions:
  500. - code_name: eoan
  501. name: 19.10 Eoan Ermine
  502. - code_name: bionic
  503. name: 18.04 LTS Bionic Beaver
  504. - code_name: xenial
  505. name: 16.04 LTS Xenial Xerus
  506. zeninstall:
  507. enabled: true
  508. menu: linux
  509. name: Zen Installer Arch
  510. versions:
  511. - code_name: current
  512. name: current
  513. sigs_dir: '{{ netbootxyz_root }}/sigs'
  514. sigs_enabled: false
  515. sigs_location: http://${boot_domain}/sigs/
  516. sigs_menu: false
  517. site_name: netboot.xyz
  518. time_server: 0.pool.ntp.org
  519. utilitiesefi:
  520. 4mlinux:
  521. enabled: true
  522. name: 4MLinux
  523. type: ipxemenu
  524. bootrepair:
  525. enabled: true
  526. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  527. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  528. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  529. initrd=initrd
  530. name: Boot Repair CD
  531. type: direct
  532. caine:
  533. enabled: true
  534. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  535. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  536. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  537. initrd=initrd
  538. name: CAINE
  539. type: direct
  540. clonezilla:
  541. enabled: true
  542. name: Clonezilla
  543. type: ipxemenu
  544. gparted:
  545. enabled: true
  546. name: GParted
  547. type: ipxemenu
  548. grml:
  549. enabled: true
  550. name: Grml
  551. type: ipxemenu
  552. kaspersky:
  553. enabled: true
  554. name: Kaspersky Rescue Disk
  555. type: ipxemenu
  556. rescatux:
  557. enabled: true
  558. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  559. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  560. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  561. initrd=initrd
  562. name: Rescatux
  563. type: direct
  564. systemrescue:
  565. enabled: true
  566. name: System Rescue CD
  567. type: ipxemenu
  568. utilitiespcbios:
  569. 4mlinux:
  570. enabled: true
  571. name: 4MLinux
  572. type: ipxemenu
  573. avg:
  574. enabled: true
  575. name: AVG Rescue CD
  576. type: memdisk
  577. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  578. version: 160420a12074
  579. bootrepair:
  580. enabled: true
  581. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  582. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  583. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  584. initrd=initrd
  585. name: Boot Repair CD
  586. type: direct
  587. breakin:
  588. enabled: true
  589. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  590. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  591. startup=breakin initrd=initrd
  592. name: Breakin
  593. type: direct
  594. caine:
  595. enabled: true
  596. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  597. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  598. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  599. initrd=initrd
  600. name: CAINE
  601. type: direct
  602. clonezilla:
  603. enabled: true
  604. name: Clonezilla
  605. type: ipxemenu
  606. dban:
  607. enabled: true
  608. name: DBAN
  609. type: ipxemenu
  610. gparted:
  611. enabled: true
  612. name: GParted
  613. type: ipxemenu
  614. grml:
  615. enabled: true
  616. name: Grml
  617. type: ipxemenu
  618. kaspersky:
  619. enabled: true
  620. name: Kaspersky Rescue Disk
  621. type: ipxemenu
  622. memtest:
  623. enabled: true
  624. name: Memtest
  625. type: memtest
  626. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  627. version: 5.01.0
  628. rescatux:
  629. enabled: true
  630. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  631. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  632. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  633. initrd=initrd
  634. name: Rescatux
  635. type: direct
  636. supergrub:
  637. enabled: true
  638. name: SuperGRUB
  639. type: memdisk
  640. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  641. version: 2.04s1
  642. systemrescue:
  643. enabled: true
  644. name: System Rescue CD
  645. type: ipxemenu
  646. ubcd:
  647. enabled: true
  648. name: Ultimate Boot CD (UBCD)
  649. type: memdisk
  650. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  651. version: '538'
  652. wimboot_location: http://${boot_domain}/wimboot