main.yml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  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_disks_rpi: false
  69. generate_menus: true
  70. generate_signatures: false
  71. generate_version_file: true
  72. ipxe_branch: master
  73. ipxe_ca_filename: ca-ipxe-org.crt
  74. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  75. ipxe_repo: https://github.com/ipxe/ipxe
  76. ipxe_source_dir: /usr/src/ipxe
  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. pipxe_branch: master
  83. pipxe_repo: https://github.com/netbootxyz/pipxe
  84. pipxe_source_dir: /usr/src/pipxe
  85. releases:
  86. alpinelinux:
  87. base_dir: alpine
  88. enabled: true
  89. menu: linux
  90. mirror: http://dl-cdn.alpinelinux.org
  91. name: Alpine Linux
  92. versions:
  93. - code_name: v3.12
  94. name: '3.12'
  95. - code_name: edge
  96. name: Edge (development)
  97. anarchy:
  98. enabled: true
  99. menu: linux
  100. name: Anarchy Linux
  101. versions:
  102. - code_name: current
  103. name: current
  104. archlinux:
  105. base_dir: archlinux
  106. enabled: true
  107. menu: linux
  108. mirror: mirror.rackspace.com
  109. name: Arch Linux
  110. versions:
  111. - code_name: 2020.11.01
  112. name: 2020.11.01
  113. blackarch:
  114. enabled: true
  115. menu: linux
  116. name: BlackArch
  117. versions:
  118. - code_name: current
  119. name: current
  120. centos:
  121. base_dir: centos
  122. enabled: true
  123. menu: linux
  124. mirror: http://mirror.centos.org
  125. name: CentOS
  126. versions:
  127. - code_name: 8.2.2004
  128. name: '8.2'
  129. - code_name: 8.1.1911
  130. name: '8.1'
  131. - code_name: 8.0.1905
  132. name: '8.0'
  133. - code_name: 8-stream
  134. name: 8.0 Stream
  135. - code_name: 7
  136. name: 7.x Latest
  137. coreos:
  138. base_dir: prod/streams
  139. enabled: true
  140. menu: linux
  141. mirror: https://builds.coreos.fedoraproject.org
  142. name: Fedora CoreOS
  143. versions:
  144. - code_name: 32.20201004.3.0
  145. name: stable
  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: groovy
  515. name: 20.10 Groovy Gorilla
  516. - code_name: focal
  517. name: 20.04 LTS Focal Fossa
  518. - code_name: bionic
  519. name: 18.04 LTS Bionic Beaver
  520. - code_name: xenial
  521. name: 16.04 LTS Xenial Xerus
  522. zeninstall:
  523. enabled: true
  524. menu: linux
  525. name: Zen Installer Arch
  526. versions:
  527. - code_name: current
  528. name: current
  529. sigs_dir: '{{ netbootxyz_root }}/sigs'
  530. sigs_enabled: false
  531. sigs_location: http://${boot_domain}/sigs/
  532. sigs_menu: false
  533. site_name: netboot.xyz
  534. time_server: 0.pool.ntp.org
  535. utilitiesarm:
  536. placeholder:
  537. enabled: false
  538. name: placeholder
  539. type: direct
  540. utilitiesefi:
  541. 4mlinux:
  542. enabled: true
  543. name: 4MLinux
  544. type: ipxemenu
  545. bootrepair:
  546. enabled: true
  547. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  548. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  549. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  550. initrd=initrd
  551. name: Boot Repair CD
  552. type: direct
  553. caine:
  554. enabled: true
  555. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  556. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  557. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  558. initrd=initrd
  559. name: CAINE
  560. type: direct
  561. clonezilla:
  562. enabled: true
  563. name: Clonezilla
  564. type: ipxemenu
  565. gparted:
  566. enabled: true
  567. name: GParted
  568. type: ipxemenu
  569. grml:
  570. enabled: true
  571. name: Grml
  572. type: ipxemenu
  573. kaspersky:
  574. enabled: true
  575. name: Kaspersky Rescue Disk
  576. type: ipxemenu
  577. rescatux:
  578. enabled: true
  579. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  580. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  581. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  582. initrd=initrd
  583. name: Rescatux
  584. type: direct
  585. systemrescue:
  586. enabled: true
  587. name: System Rescue CD
  588. type: ipxemenu
  589. utilitiespcbios:
  590. 4mlinux:
  591. enabled: true
  592. name: 4MLinux
  593. type: ipxemenu
  594. avg:
  595. enabled: true
  596. name: AVG Rescue CD
  597. type: memdisk
  598. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  599. version: 160420a12074
  600. bootrepair:
  601. enabled: true
  602. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  603. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  604. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  605. initrd=initrd
  606. name: Boot Repair CD
  607. type: direct
  608. breakin:
  609. enabled: true
  610. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  611. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  612. startup=breakin initrd=initrd
  613. name: Breakin
  614. type: direct
  615. caine:
  616. enabled: true
  617. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  618. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  619. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  620. initrd=initrd
  621. name: CAINE
  622. type: direct
  623. clonezilla:
  624. enabled: true
  625. name: Clonezilla
  626. type: ipxemenu
  627. dban:
  628. enabled: true
  629. name: DBAN
  630. type: ipxemenu
  631. gparted:
  632. enabled: true
  633. name: GParted
  634. type: ipxemenu
  635. grml:
  636. enabled: true
  637. name: Grml
  638. type: ipxemenu
  639. kaspersky:
  640. enabled: true
  641. name: Kaspersky Rescue Disk
  642. type: ipxemenu
  643. memtest:
  644. enabled: true
  645. name: Memtest
  646. type: memtest
  647. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  648. version: 5.01.0
  649. rescatux:
  650. enabled: true
  651. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  652. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  653. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  654. initrd=initrd
  655. name: Rescatux
  656. type: direct
  657. supergrub:
  658. enabled: true
  659. name: SuperGRUB
  660. type: memdisk
  661. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  662. version: 2.04s1
  663. systemrescue:
  664. enabled: true
  665. name: System Rescue CD
  666. type: ipxemenu
  667. ubcd:
  668. enabled: true
  669. name: Ultimate Boot CD (UBCD)
  670. type: memdisk
  671. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  672. version: '538'
  673. wimboot_location: http://${boot_domain}/wimboot