main.yml 18 KB

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