main.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  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. live_endpoint: https://github.com/netbootxyz
  77. memdisk_location: http://${boot_domain}/memdisk
  78. netbootxyz_conf_dir: /etc/netbootxyz
  79. netbootxyz_root: /var/www/html
  80. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  81. releases:
  82. alpinelinux:
  83. base_dir: alpine
  84. enabled: true
  85. menu: linux
  86. mirror: http://dl-cdn.alpinelinux.org
  87. name: Alpine Linux
  88. versions:
  89. - code_name: v3.12
  90. name: '3.12'
  91. - code_name: edge
  92. name: Edge (development)
  93. anarchy:
  94. enabled: true
  95. menu: linux
  96. name: Anarchy Linux
  97. versions:
  98. - code_name: current
  99. name: current
  100. archlinux:
  101. base_dir: archlinux
  102. enabled: true
  103. menu: linux
  104. mirror: mirror.rackspace.com
  105. name: Arch Linux
  106. versions:
  107. - code_name: 2020.10.01
  108. name: 2020.10.01
  109. blackarch:
  110. enabled: true
  111. menu: linux
  112. name: BlackArch
  113. versions:
  114. - code_name: current
  115. name: current
  116. centos:
  117. base_dir: centos
  118. enabled: true
  119. menu: linux
  120. mirror: http://mirror.centos.org
  121. name: CentOS
  122. versions:
  123. - code_name: 8.2.2004
  124. name: '8.2'
  125. - code_name: 8.1.1911
  126. name: '8.1'
  127. - code_name: 8.0.1905
  128. name: '8.0'
  129. - code_name: 8-stream
  130. name: 8.0 Stream
  131. - code_name: 7
  132. name: 7.x Latest
  133. coreos:
  134. base_dir: prod/streams
  135. enabled: true
  136. menu: linux
  137. mirror: https://builds.coreos.fedoraproject.org
  138. name: Fedora CoreOS
  139. versions:
  140. - code_name: 32.20200629.3.0
  141. name: stable
  142. - code_name: 32.20200629.2.0
  143. name: testing
  144. - code_name: 32.20200625.1.0
  145. name: next
  146. debian:
  147. archive_mirror: http://archive.debian.org
  148. base_dir: debian
  149. enabled: true
  150. menu: linux
  151. mirror: http://deb.debian.org
  152. name: Debian
  153. versions:
  154. stable:
  155. - code_name: buster
  156. name: 10.0 (buster)
  157. - code_name: stretch
  158. name: 9.0 (stretch)
  159. testing:
  160. - code_name: bullseye
  161. name: bullseye (testing)
  162. - code_name: sid
  163. name: sid (unstable)
  164. devuan:
  165. base_dir: devuan
  166. enabled: true
  167. menu: linux
  168. mirror: http://deb.devuan.org
  169. name: Devuan
  170. versions:
  171. stable:
  172. - code_name: beowulf
  173. name: 3.0.0 Beowulf (stable)
  174. - code_name: ascii
  175. name: 2.1 ASCII (oldstable)
  176. - code_name: jessie
  177. name: 1.0 Jessie (oldoldstable)
  178. testing:
  179. - code_name: chimaera
  180. name: Chimaera (testing)
  181. fedora:
  182. base_dir: fedora
  183. enabled: true
  184. menu: linux
  185. mirror: http://mirrors.kernel.org
  186. name: Fedora
  187. versions:
  188. - code_name: '33'
  189. name: '33'
  190. - code_name: '32'
  191. name: '32'
  192. - code_name: '31'
  193. name: '31'
  194. flatcar:
  195. enabled: true
  196. menu: linux
  197. mirror: ''
  198. name: Container Linux by Flatcar
  199. versions:
  200. - code_name: stable
  201. name: Stable Channel
  202. - code_name: beta
  203. name: Beta Channel
  204. - code_name: alpha
  205. name: Alpha Channel
  206. freebsd:
  207. enabled: true
  208. menu: bsd
  209. name: FreeBSD
  210. freedos:
  211. base_dir: download/download
  212. enabled: true
  213. menu: dos
  214. mirror: http://www.freedos.org
  215. name: FreeDOS
  216. versions:
  217. - code_name: FD12FULL
  218. name: 1.2 Full Installer
  219. - code_name: FD12LITE
  220. name: 1.2 Lite Installer
  221. gentoo:
  222. enabled: true
  223. menu: linux
  224. name: Gentoo
  225. ipfire:
  226. base_dir: releases/ipfire-2.x
  227. enabled: true
  228. menu: linux
  229. mirror: https://downloads.ipfire.org
  230. name: IPFire
  231. versions:
  232. - code_name: 2.25-core151
  233. name: 2.25 Core151
  234. k3os:
  235. enabled: true
  236. menu: linux
  237. mirror: https://github.com/rancher/k3os/releases
  238. name: k3OS
  239. kali:
  240. base_dir: kali
  241. enabled: true
  242. menu: linux
  243. mirror: http://http.kali.org
  244. name: Kali Linux
  245. versions:
  246. - code_name: rolling
  247. name: Rolling Edition (2020.1)
  248. mageia:
  249. base_dir: mageia
  250. enabled: true
  251. menu: linux
  252. mirror: http://mirrors.kernel.org
  253. name: Mageia
  254. versions:
  255. - code_name: '7.1'
  256. name: '7.1'
  257. - code_name: cauldron
  258. name: cauldron
  259. nixos:
  260. enabled: true
  261. menu: linux
  262. name: NixOS
  263. openbsd:
  264. base_dir: pub/OpenBSD
  265. enabled: true
  266. menu: bsd
  267. mirror: http://ftp.openbsd.org
  268. name: OpenBSD
  269. versions:
  270. - code_name: '6.8'
  271. image_ver: '68'
  272. name: '6.8'
  273. - code_name: '6.7'
  274. image_ver: '67'
  275. name: '6.7'
  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: snapshots
  286. image_ver: '68'
  287. name: 6.8 Latest Snapshot
  288. opensuse:
  289. base_dir: distribution/leap
  290. enabled: true
  291. menu: linux
  292. mirror: http://download.opensuse.org
  293. name: OpenSUSE
  294. versions:
  295. - code_name: '15.2'
  296. name: openSUSE Leap 15.2
  297. - code_name: '15.1'
  298. name: openSUSE Leap 15.1
  299. - code_name: '15.0'
  300. name: openSUSE Leap 15.0
  301. - code_name: '42.3'
  302. name: openSUSE Leap 42.3
  303. - code_name: tumbleweed
  304. name: openSUSE tumbleweed
  305. oracle:
  306. enabled: true
  307. menu: linux
  308. mirror: https://yum.oracle.com
  309. name: Oracle Linux
  310. paths:
  311. 7: /repo/OracleLinux/OL7/latest/x86_64
  312. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  313. parrotsec:
  314. enabled: true
  315. menu: linux
  316. name: Parrot Security
  317. versions:
  318. - code_name: stable
  319. name: Stable Netinstall
  320. rancheros:
  321. base_dir: os/latest
  322. enabled: true
  323. menu: linux
  324. mirror: http://releases.rancher.com
  325. name: RancherOS
  326. versions:
  327. - code_name: latest
  328. name: Latest (20 MB)
  329. rhel:
  330. enabled: true
  331. menu: linux
  332. name: Red Hat Enterprise Linux
  333. scientific:
  334. base_dir: linux/scientific
  335. enabled: true
  336. menu: linux
  337. mirror: http://ftp1.scientificlinux.org
  338. name: Scientific Linux
  339. versions:
  340. - code_name: '7.7'
  341. name: '7.7'
  342. - code_name: '7.6'
  343. name: '7.6'
  344. - code_name: '6.10'
  345. name: '6.10'
  346. - code_name: '6.9'
  347. name: '6.9'
  348. slackware:
  349. base_dir: slackware
  350. enabled: true
  351. menu: linux
  352. mirror: http://mirror.rackspace.com
  353. name: Slackware
  354. versions:
  355. - code_name: current
  356. name: Current
  357. - code_name: '14.2'
  358. name: '14.2'
  359. - code_name: '14.1'
  360. name: '14.1'
  361. smartos:
  362. base_dir: /platform/i86pc/
  363. enabled: true
  364. menu: unix
  365. mirror: https://netboot.joyent.com/os/
  366. name: SmartOS
  367. versions:
  368. - code_name: 20201022T155042Z
  369. name: 20201022T155042Z
  370. - code_name: 20201021T205759Z
  371. name: 20201021T205759Z
  372. - code_name: 20201007T223416Z
  373. name: 20201007T223416Z
  374. - code_name: 20200925T164355Z
  375. name: 20200925T164355Z
  376. - code_name: 20200910T013122Z
  377. name: 20200910T013122Z
  378. - code_name: 20200826T232925Z
  379. name: 20200826T232925Z
  380. talos:
  381. enabled: true
  382. menu: linux
  383. mirror: https://github.com/talos-systems/talos/releases
  384. name: Talos
  385. platforms:
  386. - key: metal
  387. name: Bare Metal
  388. - key: aws
  389. name: AWS
  390. - key: azure
  391. name: Azure
  392. - key: digital-ocean
  393. name: Digital Ocean
  394. - key: gcp
  395. name: GCP
  396. - key: packet
  397. name: Packet
  398. - key: vmware
  399. name: VMware
  400. tinycore:
  401. enabled: true
  402. menu: linux
  403. mirror: http://distro.ibiblio.org/tinycorelinux
  404. name: Tiny Core Linux
  405. versions:
  406. - arch: x86
  407. code_name: core
  408. initrd: /11.x/x86/release/distribution_files/core.gz
  409. kernel: /11.x/x86/release/distribution_files/vmlinuz
  410. name: Core
  411. - arch: x86_64
  412. code_name: corepure
  413. initrd: /11.x/x86_64/release/distribution_files/corepure64.gz
  414. kernel: /11.x/x86_64/release/distribution_files/vmlinuz64
  415. name: CorePure
  416. - arch: x86
  417. code_name: dcorebionic
  418. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  419. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  420. name: dCore Bionic
  421. - arch: x86
  422. code_name: dcorebionicplus
  423. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  424. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  425. name: dCore Bionic Plus
  426. - arch: x86
  427. code_name: dcorejessie
  428. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  429. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  430. name: dCore Jessie
  431. - arch: x86
  432. code_name: dcorejessieplus
  433. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  434. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  435. name: dCore Jessie Plus
  436. - arch: x86
  437. code_name: dcorestretch
  438. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  439. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  440. name: dCore Stretch
  441. - arch: x86
  442. code_name: dcorestretchplus
  443. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  444. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  445. name: dCore Stretch Plus
  446. - arch: x86
  447. code_name: dcoretrusty
  448. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  449. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  450. name: dCore Trusty
  451. - arch: x86
  452. code_name: dcoretrustyplus
  453. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  454. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  455. name: dCore Trusty Plus
  456. - arch: x86
  457. code_name: dcorewheezy
  458. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  459. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  460. name: dCore Wheezy
  461. - arch: x86
  462. code_name: dcorewheezyplus
  463. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  464. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  465. name: dCore Wheezy Plus
  466. - arch: x86
  467. code_name: dcorexenial
  468. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  469. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  470. name: dCore Xenial
  471. - arch: x86
  472. code_name: dcorexenialplus
  473. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  474. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  475. name: dCore Xenial Plus
  476. - arch: x86_64
  477. code_name: dcore64bionic
  478. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  479. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  480. name: dCore64 Bionic
  481. - arch: x86_64
  482. code_name: dcore64bionicplus
  483. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  484. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  485. name: dCore64 Bionic Plus
  486. - arch: x86_64
  487. code_name: dcore64buster
  488. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  489. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  490. name: dCore64 Buster
  491. - arch: x86_64
  492. code_name: dcore64busterplus
  493. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  494. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  495. name: dCore64 Buster Plus
  496. - arch: x86_64
  497. code_name: dcore64stretch
  498. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  499. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  500. name: dCore64 Stretch
  501. - arch: x86_64
  502. code_name: dcore64stretchplus
  503. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  504. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  505. name: dCore Stretch Plus
  506. ubuntu:
  507. archive_mirror: http://old-releases.ubuntu.com
  508. base_dir: ubuntu
  509. enabled: true
  510. menu: linux
  511. mirror: http://archive.ubuntu.com
  512. name: Ubuntu
  513. versions:
  514. - code_name: focal
  515. name: 20.04 LTS Focal Fossa
  516. - code_name: bionic
  517. name: 18.04 LTS Bionic Beaver
  518. - code_name: xenial
  519. name: 16.04 LTS Xenial Xerus
  520. zeninstall:
  521. enabled: true
  522. menu: linux
  523. name: Zen Installer Arch
  524. versions:
  525. - code_name: current
  526. name: current
  527. sigs_dir: '{{ netbootxyz_root }}/sigs'
  528. sigs_enabled: false
  529. sigs_location: http://${boot_domain}/sigs/
  530. sigs_menu: false
  531. site_name: netboot.xyz
  532. time_server: 0.pool.ntp.org
  533. utilitiesarm:
  534. placeholder:
  535. enabled: false
  536. name: placeholder
  537. type: direct
  538. utilitiesefi:
  539. 4mlinux:
  540. enabled: true
  541. name: 4MLinux
  542. type: ipxemenu
  543. bootrepair:
  544. enabled: true
  545. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  546. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  547. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  548. initrd=initrd
  549. name: Boot Repair CD
  550. type: direct
  551. caine:
  552. enabled: true
  553. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  554. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  555. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  556. initrd=initrd
  557. name: CAINE
  558. type: direct
  559. clonezilla:
  560. enabled: true
  561. name: Clonezilla
  562. type: ipxemenu
  563. gparted:
  564. enabled: true
  565. name: GParted
  566. type: ipxemenu
  567. grml:
  568. enabled: true
  569. name: Grml
  570. type: ipxemenu
  571. kaspersky:
  572. enabled: true
  573. name: Kaspersky Rescue Disk
  574. type: ipxemenu
  575. rescatux:
  576. enabled: true
  577. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  578. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  579. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  580. initrd=initrd
  581. name: Rescatux
  582. type: direct
  583. systemrescue:
  584. enabled: true
  585. name: System Rescue CD
  586. type: ipxemenu
  587. utilitiespcbios:
  588. 4mlinux:
  589. enabled: true
  590. name: 4MLinux
  591. type: ipxemenu
  592. avg:
  593. enabled: true
  594. name: AVG Rescue CD
  595. type: memdisk
  596. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  597. version: 160420a12074
  598. bootrepair:
  599. enabled: true
  600. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  601. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  602. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  603. initrd=initrd
  604. name: Boot Repair CD
  605. type: direct
  606. breakin:
  607. enabled: true
  608. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  609. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  610. startup=breakin initrd=initrd
  611. name: Breakin
  612. type: direct
  613. caine:
  614. enabled: true
  615. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  616. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  617. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  618. initrd=initrd
  619. name: CAINE
  620. type: direct
  621. clonezilla:
  622. enabled: true
  623. name: Clonezilla
  624. type: ipxemenu
  625. dban:
  626. enabled: true
  627. name: DBAN
  628. type: ipxemenu
  629. gparted:
  630. enabled: true
  631. name: GParted
  632. type: ipxemenu
  633. grml:
  634. enabled: true
  635. name: Grml
  636. type: ipxemenu
  637. kaspersky:
  638. enabled: true
  639. name: Kaspersky Rescue Disk
  640. type: ipxemenu
  641. memtest:
  642. enabled: true
  643. name: Memtest
  644. type: memtest
  645. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  646. version: 5.01.0
  647. rescatux:
  648. enabled: true
  649. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  650. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  651. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  652. initrd=initrd
  653. name: Rescatux
  654. type: direct
  655. supergrub:
  656. enabled: true
  657. name: SuperGRUB
  658. type: memdisk
  659. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  660. version: 2.04s1
  661. systemrescue:
  662. enabled: true
  663. name: System Rescue CD
  664. type: ipxemenu
  665. ubcd:
  666. enabled: true
  667. name: Ultimate Boot CD (UBCD)
  668. type: memdisk
  669. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  670. version: '538'
  671. wimboot_location: http://${boot_domain}/wimboot