main.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  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.05.01
  109. name: 2020.05.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: 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: '32'
  182. name: '32'
  183. - code_name: '31'
  184. name: '31'
  185. - code_name: '30'
  186. name: '30'
  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-core144
  226. name: 2.25 Core144
  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. openbsd:
  270. base_dir: pub/OpenBSD
  271. enabled: true
  272. menu: bsd
  273. mirror: http://ftp.openbsd.org
  274. name: OpenBSD
  275. versions:
  276. - code_name: '6.6'
  277. image_ver: '66'
  278. name: '6.6'
  279. - code_name: '6.5'
  280. image_ver: '65'
  281. name: '6.5'
  282. - code_name: '6.4'
  283. image_ver: '64'
  284. name: '6.4'
  285. - code_name: '6.3'
  286. image_ver: '63'
  287. name: '6.3'
  288. - code_name: snapshots
  289. image_ver: '66'
  290. name: 6.6 Latest Snapshot
  291. opensuse:
  292. base_dir: distribution/leap
  293. enabled: true
  294. menu: linux
  295. mirror: http://download.opensuse.org
  296. name: OpenSUSE
  297. versions:
  298. - code_name: '15.1'
  299. name: openSUSE Leap 15.1
  300. - code_name: '15.0'
  301. name: openSUSE Leap 15.0
  302. - code_name: '42.3'
  303. name: openSUSE Leap 42.3
  304. - code_name: tumbleweed
  305. name: openSUSE tumbleweed
  306. oracle:
  307. enabled: true
  308. menu: linux
  309. mirror: https://yum.oracle.com
  310. name: Oracle Linux
  311. paths:
  312. 7: /repo/OracleLinux/OL7/latest/x86_64
  313. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  314. parrotsec:
  315. enabled: true
  316. menu: linux
  317. name: Parrot Security
  318. versions:
  319. - code_name: stable
  320. name: Stable Netinstall
  321. rancheros:
  322. base_dir: os/latest
  323. enabled: true
  324. menu: linux
  325. mirror: http://releases.rancher.com
  326. name: RancherOS
  327. versions:
  328. - code_name: latest
  329. name: Latest (20 MB)
  330. rhel:
  331. enabled: true
  332. menu: linux
  333. name: Red Hat Enterprise Linux
  334. scientific:
  335. base_dir: linux/scientific
  336. enabled: true
  337. menu: linux
  338. mirror: http://ftp1.scientificlinux.org
  339. name: Scientific Linux
  340. versions:
  341. - code_name: '7.7'
  342. name: '7.7'
  343. - code_name: '7.6'
  344. name: '7.6'
  345. - code_name: '6.10'
  346. name: '6.10'
  347. - code_name: '6.9'
  348. name: '6.9'
  349. slackware:
  350. base_dir: slackware
  351. enabled: true
  352. menu: linux
  353. mirror: http://mirror.rackspace.com
  354. name: Slackware
  355. versions:
  356. - code_name: current
  357. name: Current
  358. - code_name: '14.2'
  359. name: '14.2'
  360. - code_name: '14.1'
  361. name: '14.1'
  362. smartos:
  363. base_dir: /platform/i86pc/
  364. enabled: true
  365. menu: unix
  366. mirror: https://netboot.joyent.com/os/
  367. name: SmartOS
  368. versions:
  369. - code_name: 20200506T235114Z
  370. name: 20200506T235114Z
  371. - code_name: 20200424T174452Z
  372. name: 20200424T174452Z
  373. - code_name: 20200422T203030Z
  374. name: 20200422T203030Z
  375. - code_name: 20200408T231825Z
  376. name: 20200408T231825Z
  377. - code_name: 20200326T183047Z
  378. name: 20200326T183047Z
  379. - code_name: 20200311T225627Z
  380. name: 20200311T225627Z
  381. tinycore:
  382. enabled: true
  383. menu: linux
  384. mirror: http://distro.ibiblio.org/tinycorelinux
  385. name: Tiny Core Linux
  386. versions:
  387. - arch: x86
  388. code_name: core
  389. initrd: /11.x/x86/release/distribution_files/core.gz
  390. kernel: /11.x/x86/release/distribution_files/vmlinuz
  391. name: Core
  392. - arch: x86_64
  393. code_name: corepure
  394. initrd: /11.x/x86_64/release/distribution_files/corepure64.gz
  395. kernel: /11.x/x86_64/release/distribution_files/vmlinuz64
  396. name: CorePure
  397. - arch: x86
  398. code_name: dcorebionic
  399. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  400. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  401. name: dCore Bionic
  402. - arch: x86
  403. code_name: dcorebionicplus
  404. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  405. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  406. name: dCore Bionic Plus
  407. - arch: x86
  408. code_name: dcorejessie
  409. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  410. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  411. name: dCore Jessie
  412. - arch: x86
  413. code_name: dcorejessieplus
  414. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  415. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  416. name: dCore Jessie Plus
  417. - arch: x86
  418. code_name: dcorestretch
  419. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  420. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  421. name: dCore Stretch
  422. - arch: x86
  423. code_name: dcorestretchplus
  424. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  425. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  426. name: dCore Stretch Plus
  427. - arch: x86
  428. code_name: dcoretrusty
  429. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  430. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  431. name: dCore Trusty
  432. - arch: x86
  433. code_name: dcoretrustyplus
  434. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  435. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  436. name: dCore Trusty Plus
  437. - arch: x86
  438. code_name: dcorewheezy
  439. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  440. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  441. name: dCore Wheezy
  442. - arch: x86
  443. code_name: dcorewheezyplus
  444. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  445. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  446. name: dCore Wheezy Plus
  447. - arch: x86
  448. code_name: dcorexenial
  449. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  450. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  451. name: dCore Xenial
  452. - arch: x86
  453. code_name: dcorexenialplus
  454. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  455. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  456. name: dCore Xenial Plus
  457. - arch: x86_64
  458. code_name: dcore64bionic
  459. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  460. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  461. name: dCore64 Bionic
  462. - arch: x86_64
  463. code_name: dcore64bionicplus
  464. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  465. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  466. name: dCore64 Bionic Plus
  467. - arch: x86_64
  468. code_name: dcore64buster
  469. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  470. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  471. name: dCore64 Buster
  472. - arch: x86_64
  473. code_name: dcore64busterplus
  474. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  475. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  476. name: dCore64 Buster Plus
  477. - arch: x86_64
  478. code_name: dcore64stretch
  479. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  480. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  481. name: dCore64 Stretch
  482. - arch: x86_64
  483. code_name: dcore64stretchplus
  484. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  485. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  486. name: dCore Stretch Plus
  487. ubuntu:
  488. archive_mirror: http://old-releases.ubuntu.com
  489. base_dir: ubuntu
  490. enabled: true
  491. menu: linux
  492. mirror: http://archive.ubuntu.com
  493. name: Ubuntu
  494. versions:
  495. - code_name: focal
  496. name: 20.04 LTS Focal Fossa
  497. - code_name: eoan
  498. name: 19.10 Eoan Ermine
  499. - code_name: bionic
  500. name: 18.04 LTS Bionic Beaver
  501. - code_name: xenial
  502. name: 16.04 LTS Xenial Xerus
  503. zeninstall:
  504. enabled: true
  505. menu: linux
  506. name: Zen Installer Arch
  507. versions:
  508. - code_name: current
  509. name: current
  510. sigs_dir: '{{ netbootxyz_root }}/sigs'
  511. sigs_enabled: false
  512. sigs_location: http://${boot_domain}/sigs/
  513. sigs_menu: false
  514. site_name: netboot.xyz
  515. time_server: 0.pool.ntp.org
  516. utilitiesefi:
  517. 4mlinux:
  518. enabled: true
  519. name: 4MLinux
  520. type: ipxemenu
  521. bootrepair:
  522. enabled: true
  523. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  524. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  525. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  526. initrd=initrd
  527. name: Boot Repair CD
  528. type: direct
  529. caine:
  530. enabled: true
  531. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  532. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  533. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  534. initrd=initrd
  535. name: CAINE
  536. type: direct
  537. clonezilla:
  538. enabled: true
  539. name: Clonezilla
  540. type: ipxemenu
  541. gparted:
  542. enabled: true
  543. name: GParted
  544. type: ipxemenu
  545. grml:
  546. enabled: true
  547. name: Grml
  548. type: ipxemenu
  549. kaspersky:
  550. enabled: true
  551. name: Kaspersky Rescue Disk
  552. type: ipxemenu
  553. rescatux:
  554. enabled: true
  555. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  556. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  557. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  558. initrd=initrd
  559. name: Rescatux
  560. type: direct
  561. systemrescue:
  562. enabled: true
  563. name: System Rescue CD
  564. type: ipxemenu
  565. utilitiespcbios:
  566. 4mlinux:
  567. enabled: true
  568. name: 4MLinux
  569. type: ipxemenu
  570. avg:
  571. enabled: true
  572. name: AVG Rescue CD
  573. type: memdisk
  574. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  575. version: 160420a12074
  576. bootrepair:
  577. enabled: true
  578. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  579. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  580. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  581. initrd=initrd
  582. name: Boot Repair CD
  583. type: direct
  584. breakin:
  585. enabled: true
  586. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  587. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  588. startup=breakin initrd=initrd
  589. name: Breakin
  590. type: direct
  591. caine:
  592. enabled: true
  593. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  594. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  595. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  596. initrd=initrd
  597. name: CAINE
  598. type: direct
  599. clonezilla:
  600. enabled: true
  601. name: Clonezilla
  602. type: ipxemenu
  603. dban:
  604. enabled: true
  605. name: DBAN
  606. type: ipxemenu
  607. gparted:
  608. enabled: true
  609. name: GParted
  610. type: ipxemenu
  611. grml:
  612. enabled: true
  613. name: Grml
  614. type: ipxemenu
  615. kaspersky:
  616. enabled: true
  617. name: Kaspersky Rescue Disk
  618. type: ipxemenu
  619. memtest:
  620. enabled: true
  621. name: Memtest
  622. type: memtest
  623. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  624. version: 5.01.0
  625. rescatux:
  626. enabled: true
  627. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  628. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  629. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  630. initrd=initrd
  631. name: Rescatux
  632. type: direct
  633. supergrub:
  634. enabled: true
  635. name: SuperGRUB
  636. type: memdisk
  637. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  638. version: 2.04s1
  639. systemrescue:
  640. enabled: true
  641. name: System Rescue CD
  642. type: ipxemenu
  643. ubcd:
  644. enabled: true
  645. name: Ultimate Boot CD (UBCD)
  646. type: memdisk
  647. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  648. version: '538'
  649. wimboot_location: http://${boot_domain}/wimboot