main.yml 18 KB

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