main.yml 18 KB

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