main.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  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.12
  91. name: '3.12'
  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.06.01
  109. name: 2020.06.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
  131. name: 7.x Latest
  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: true
  162. menu: linux
  163. mirror: http://deb.devuan.org
  164. name: Devuan
  165. versions:
  166. stable:
  167. - code_name: beowulf
  168. name: 3.0.0 Beowulf (stable)
  169. - code_name: ascii
  170. name: 2.1 ASCII (oldstable)
  171. - code_name: jessie
  172. name: 1.0 Jessie (oldoldstable)
  173. testing:
  174. - code_name: chimaera
  175. name: Chimaera (testing)
  176. fedora:
  177. base_dir: fedora
  178. enabled: true
  179. menu: linux
  180. mirror: http://mirrors.kernel.org
  181. name: Fedora
  182. versions:
  183. - code_name: '32'
  184. name: '32'
  185. - code_name: '31'
  186. name: '31'
  187. - code_name: '30'
  188. name: '30'
  189. flatcar:
  190. enabled: true
  191. menu: linux
  192. mirror: ''
  193. name: Container Linux by Flatcar
  194. versions:
  195. - code_name: stable
  196. name: Stable Channel
  197. - code_name: beta
  198. name: Beta Channel
  199. - code_name: alpha
  200. name: Alpha Channel
  201. freebsd:
  202. enabled: true
  203. menu: bsd
  204. name: FreeBSD
  205. freedos:
  206. base_dir: download/download
  207. enabled: true
  208. menu: dos
  209. mirror: http://www.freedos.org
  210. name: FreeDOS
  211. versions:
  212. - code_name: FD12FULL
  213. name: 1.2 Full Installer
  214. - code_name: FD12LITE
  215. name: 1.2 Lite Installer
  216. gentoo:
  217. enabled: true
  218. menu: linux
  219. name: Gentoo
  220. ipfire:
  221. base_dir: releases/ipfire-2.x
  222. enabled: true
  223. menu: linux
  224. mirror: https://downloads.ipfire.org
  225. name: IPFire
  226. versions:
  227. - code_name: 2.25-core145
  228. name: 2.25 Core145
  229. k3os:
  230. enabled: true
  231. menu: linux
  232. mirror: https://github.com/rancher/k3os/releases/download/
  233. name: k3OS
  234. versions:
  235. - code_name: v0.8.0
  236. name: v0.8.0
  237. kali:
  238. base_dir: kali
  239. enabled: true
  240. menu: linux
  241. mirror: http://http.kali.org
  242. name: Kali Linux
  243. versions:
  244. - code_name: rolling
  245. name: Rolling Edition (2020.1)
  246. livegrml:
  247. enabled: true
  248. menu: live
  249. mirror: http://download.grml.org
  250. name: Grml Live Linux
  251. versions:
  252. - code_name: grml-full
  253. name: 2018.12 Full
  254. - code_name: grml-small
  255. name: 2018.12 Small
  256. mageia:
  257. base_dir: mageia
  258. enabled: true
  259. menu: linux
  260. mirror: http://mirrors.kernel.org
  261. name: Mageia
  262. versions:
  263. - code_name: '7.1'
  264. name: '7.1'
  265. - code_name: cauldron
  266. name: cauldron
  267. nixos:
  268. enabled: true
  269. menu: linux
  270. name: NixOS
  271. openbsd:
  272. base_dir: pub/OpenBSD
  273. enabled: true
  274. menu: bsd
  275. mirror: http://ftp.openbsd.org
  276. name: OpenBSD
  277. versions:
  278. - code_name: '6.6'
  279. image_ver: '66'
  280. name: '6.6'
  281. - code_name: '6.5'
  282. image_ver: '65'
  283. name: '6.5'
  284. - code_name: '6.4'
  285. image_ver: '64'
  286. name: '6.4'
  287. - code_name: '6.3'
  288. image_ver: '63'
  289. name: '6.3'
  290. - code_name: snapshots
  291. image_ver: '66'
  292. name: 6.6 Latest Snapshot
  293. opensuse:
  294. base_dir: distribution/leap
  295. enabled: true
  296. menu: linux
  297. mirror: http://download.opensuse.org
  298. name: OpenSUSE
  299. versions:
  300. - code_name: '15.1'
  301. name: openSUSE Leap 15.1
  302. - code_name: '15.0'
  303. name: openSUSE Leap 15.0
  304. - code_name: '42.3'
  305. name: openSUSE Leap 42.3
  306. - code_name: tumbleweed
  307. name: openSUSE tumbleweed
  308. oracle:
  309. enabled: true
  310. menu: linux
  311. mirror: https://yum.oracle.com
  312. name: Oracle Linux
  313. paths:
  314. 7: /repo/OracleLinux/OL7/latest/x86_64
  315. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  316. parrotsec:
  317. enabled: true
  318. menu: linux
  319. name: Parrot Security
  320. versions:
  321. - code_name: stable
  322. name: Stable Netinstall
  323. rancheros:
  324. base_dir: os/latest
  325. enabled: true
  326. menu: linux
  327. mirror: http://releases.rancher.com
  328. name: RancherOS
  329. versions:
  330. - code_name: latest
  331. name: Latest (20 MB)
  332. rhel:
  333. enabled: true
  334. menu: linux
  335. name: Red Hat Enterprise Linux
  336. scientific:
  337. base_dir: linux/scientific
  338. enabled: true
  339. menu: linux
  340. mirror: http://ftp1.scientificlinux.org
  341. name: Scientific Linux
  342. versions:
  343. - code_name: '7.7'
  344. name: '7.7'
  345. - code_name: '7.6'
  346. name: '7.6'
  347. - code_name: '6.10'
  348. name: '6.10'
  349. - code_name: '6.9'
  350. name: '6.9'
  351. slackware:
  352. base_dir: slackware
  353. enabled: true
  354. menu: linux
  355. mirror: http://mirror.rackspace.com
  356. name: Slackware
  357. versions:
  358. - code_name: current
  359. name: Current
  360. - code_name: '14.2'
  361. name: '14.2'
  362. - code_name: '14.1'
  363. name: '14.1'
  364. smartos:
  365. base_dir: /platform/i86pc/
  366. enabled: true
  367. menu: unix
  368. mirror: https://netboot.joyent.com/os/
  369. name: SmartOS
  370. versions:
  371. - code_name: 20200603T203505Z
  372. name: 20200603T203505Z
  373. - code_name: 20200520T174734Z
  374. name: 20200520T174734Z
  375. - code_name: 20200506T235114Z
  376. name: 20200506T235114Z
  377. - code_name: 20200424T174452Z
  378. name: 20200424T174452Z
  379. - code_name: 20200422T203030Z
  380. name: 20200422T203030Z
  381. - code_name: 20200408T231825Z
  382. name: 20200408T231825Z
  383. tinycore:
  384. enabled: true
  385. menu: linux
  386. mirror: http://distro.ibiblio.org/tinycorelinux
  387. name: Tiny Core Linux
  388. versions:
  389. - arch: x86
  390. code_name: core
  391. initrd: /11.x/x86/release/distribution_files/core.gz
  392. kernel: /11.x/x86/release/distribution_files/vmlinuz
  393. name: Core
  394. - arch: x86_64
  395. code_name: corepure
  396. initrd: /11.x/x86_64/release/distribution_files/corepure64.gz
  397. kernel: /11.x/x86_64/release/distribution_files/vmlinuz64
  398. name: CorePure
  399. - arch: x86
  400. code_name: dcorebionic
  401. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  402. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  403. name: dCore Bionic
  404. - arch: x86
  405. code_name: dcorebionicplus
  406. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  407. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  408. name: dCore Bionic Plus
  409. - arch: x86
  410. code_name: dcorejessie
  411. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  412. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  413. name: dCore Jessie
  414. - arch: x86
  415. code_name: dcorejessieplus
  416. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  417. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  418. name: dCore Jessie Plus
  419. - arch: x86
  420. code_name: dcorestretch
  421. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  422. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  423. name: dCore Stretch
  424. - arch: x86
  425. code_name: dcorestretchplus
  426. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  427. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  428. name: dCore Stretch Plus
  429. - arch: x86
  430. code_name: dcoretrusty
  431. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  432. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  433. name: dCore Trusty
  434. - arch: x86
  435. code_name: dcoretrustyplus
  436. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  437. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  438. name: dCore Trusty Plus
  439. - arch: x86
  440. code_name: dcorewheezy
  441. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  442. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  443. name: dCore Wheezy
  444. - arch: x86
  445. code_name: dcorewheezyplus
  446. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  447. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  448. name: dCore Wheezy Plus
  449. - arch: x86
  450. code_name: dcorexenial
  451. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  452. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  453. name: dCore Xenial
  454. - arch: x86
  455. code_name: dcorexenialplus
  456. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  457. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  458. name: dCore Xenial Plus
  459. - arch: x86_64
  460. code_name: dcore64bionic
  461. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  462. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  463. name: dCore64 Bionic
  464. - arch: x86_64
  465. code_name: dcore64bionicplus
  466. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  467. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  468. name: dCore64 Bionic Plus
  469. - arch: x86_64
  470. code_name: dcore64buster
  471. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  472. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  473. name: dCore64 Buster
  474. - arch: x86_64
  475. code_name: dcore64busterplus
  476. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  477. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  478. name: dCore64 Buster Plus
  479. - arch: x86_64
  480. code_name: dcore64stretch
  481. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  482. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  483. name: dCore64 Stretch
  484. - arch: x86_64
  485. code_name: dcore64stretchplus
  486. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  487. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  488. name: dCore Stretch Plus
  489. ubuntu:
  490. archive_mirror: http://old-releases.ubuntu.com
  491. base_dir: ubuntu
  492. enabled: true
  493. menu: linux
  494. mirror: http://archive.ubuntu.com
  495. name: Ubuntu
  496. versions:
  497. - code_name: focal
  498. name: 20.04 LTS Focal Fossa
  499. - code_name: eoan
  500. name: 19.10 Eoan Ermine
  501. - code_name: bionic
  502. name: 18.04 LTS Bionic Beaver
  503. - code_name: xenial
  504. name: 16.04 LTS Xenial Xerus
  505. zeninstall:
  506. enabled: true
  507. menu: linux
  508. name: Zen Installer Arch
  509. versions:
  510. - code_name: current
  511. name: current
  512. sigs_dir: '{{ netbootxyz_root }}/sigs'
  513. sigs_enabled: false
  514. sigs_location: http://${boot_domain}/sigs/
  515. sigs_menu: false
  516. site_name: netboot.xyz
  517. time_server: 0.pool.ntp.org
  518. utilitiesefi:
  519. 4mlinux:
  520. enabled: true
  521. name: 4MLinux
  522. type: ipxemenu
  523. bootrepair:
  524. enabled: true
  525. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  526. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  527. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  528. initrd=initrd
  529. name: Boot Repair CD
  530. type: direct
  531. caine:
  532. enabled: true
  533. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  534. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  535. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  536. initrd=initrd
  537. name: CAINE
  538. type: direct
  539. clonezilla:
  540. enabled: true
  541. name: Clonezilla
  542. type: ipxemenu
  543. gparted:
  544. enabled: true
  545. name: GParted
  546. type: ipxemenu
  547. grml:
  548. enabled: true
  549. name: Grml
  550. type: ipxemenu
  551. kaspersky:
  552. enabled: true
  553. name: Kaspersky Rescue Disk
  554. type: ipxemenu
  555. rescatux:
  556. enabled: true
  557. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  558. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  559. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  560. initrd=initrd
  561. name: Rescatux
  562. type: direct
  563. systemrescue:
  564. enabled: true
  565. name: System Rescue CD
  566. type: ipxemenu
  567. utilitiespcbios:
  568. 4mlinux:
  569. enabled: true
  570. name: 4MLinux
  571. type: ipxemenu
  572. avg:
  573. enabled: true
  574. name: AVG Rescue CD
  575. type: memdisk
  576. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  577. version: 160420a12074
  578. bootrepair:
  579. enabled: true
  580. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  581. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  582. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  583. initrd=initrd
  584. name: Boot Repair CD
  585. type: direct
  586. breakin:
  587. enabled: true
  588. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  589. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  590. startup=breakin initrd=initrd
  591. name: Breakin
  592. type: direct
  593. caine:
  594. enabled: true
  595. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  596. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  597. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  598. initrd=initrd
  599. name: CAINE
  600. type: direct
  601. clonezilla:
  602. enabled: true
  603. name: Clonezilla
  604. type: ipxemenu
  605. dban:
  606. enabled: true
  607. name: DBAN
  608. type: ipxemenu
  609. gparted:
  610. enabled: true
  611. name: GParted
  612. type: ipxemenu
  613. grml:
  614. enabled: true
  615. name: Grml
  616. type: ipxemenu
  617. kaspersky:
  618. enabled: true
  619. name: Kaspersky Rescue Disk
  620. type: ipxemenu
  621. memtest:
  622. enabled: true
  623. name: Memtest
  624. type: memtest
  625. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  626. version: 5.01.0
  627. rescatux:
  628. enabled: true
  629. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  630. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  631. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  632. initrd=initrd
  633. name: Rescatux
  634. type: direct
  635. supergrub:
  636. enabled: true
  637. name: SuperGRUB
  638. type: memdisk
  639. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  640. version: 2.04s1
  641. systemrescue:
  642. enabled: true
  643. name: System Rescue CD
  644. type: ipxemenu
  645. ubcd:
  646. enabled: true
  647. name: Ultimate Boot CD (UBCD)
  648. type: memdisk
  649. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  650. version: '538'
  651. wimboot_location: http://${boot_domain}/wimboot