main.yml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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. arm:
  10. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  11. ipxe_bin: snp.efi
  12. output_bin: -arm64.efi
  13. type: DHCP-snp
  14. hybrid:
  15. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  16. ipxe_bin: ipxe.iso
  17. output_bin: .iso
  18. type: ISO
  19. - desc: Used for creation of USB Keys
  20. ipxe_bin: ipxe.img
  21. output_bin: .img
  22. type: IMG
  23. legacy:
  24. - desc: Used for booting from GRUB/EXTLINUX
  25. ipxe_bin: ipxe.lkrn
  26. output_bin: .lkrn
  27. type: Kernel
  28. - desc: Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  29. ipxe_bin: ipxe.dsk
  30. output_bin: .dsk
  31. type: Floppy
  32. - desc: DHCP boot image file, uses built-in iPXE NIC drivers
  33. ipxe_bin: ipxe.kpxe
  34. output_bin: .kpxe
  35. type: DHCP
  36. - desc: DHCP boot image file, use if you have NIC issues
  37. ipxe_bin: undionly.kpxe
  38. output_bin: -undionly.kpxe
  39. type: DHCP-undionly
  40. rpi:
  41. - desc: Raspberry Pi 4 - USB/SD Card Image
  42. ipxe_bin: rpi4-sdcard.img
  43. output_bin: -rpi4-sdcard.img
  44. type: USB/SD Card
  45. - desc: Raspberry Pi 4 - EFI Image
  46. ipxe_bin: snp.efi
  47. output_bin: -rpi4-snp.efi
  48. type: DHCP-snp
  49. uefi:
  50. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  51. ipxe_bin: ipxe.efi
  52. output_bin: .efi
  53. type: DHCP
  54. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  55. ipxe_bin: snp.efi
  56. output_bin: -snp.efi
  57. type: DHCP-snp
  58. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  59. ipxe_bin: snponly.efi
  60. output_bin: -snponly.efi
  61. type: DHCP-snponly
  62. cert_dir: /etc/netbootxyz/certs
  63. cert_file_filename: ca-netboot-xyz.crt
  64. checksums_filename: '{{ site_name }}-sha256-checksums.txt'
  65. codesign_cert_filename: codesign.crt
  66. codesign_key_filename: codesign.key
  67. custom_generate_menus: false
  68. custom_github_menus: true
  69. custom_templates_dir: '{{ netbootxyz_conf_dir }}/custom'
  70. custom_url_menus: true
  71. generate_checksums: true
  72. generate_disks: true
  73. generate_disks_arm: false
  74. generate_disks_efi: true
  75. generate_disks_hybrid: false
  76. generate_disks_legacy: true
  77. generate_disks_rpi: false
  78. generate_menus: true
  79. generate_signatures: false
  80. generate_version_file: true
  81. ipxe_branch: master
  82. ipxe_ca_filename: ca-ipxe-org.crt
  83. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  84. ipxe_repo: https://github.com/ipxe/ipxe
  85. ipxe_source_dir: /usr/src/ipxe
  86. live_endpoint: https://github.com/netbootxyz
  87. memdisk_location: http://${boot_domain}/memdisk
  88. netbootxyz_conf_dir: /etc/netbootxyz
  89. netbootxyz_root: /var/www/html
  90. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  91. pipxe_branch: master
  92. pipxe_repo: https://github.com/netbootxyz/pipxe
  93. pipxe_source_dir: /usr/src/pipxe
  94. releases:
  95. almalinux:
  96. base_dir: almalinux
  97. enabled: true
  98. menu: linux
  99. mirror: https://repo.almalinux.org
  100. name: AlmaLinux
  101. versions:
  102. - code_name: 8.3
  103. name: 8.3
  104. - code_name: 8.4
  105. name: 8.4
  106. alpinelinux:
  107. base_dir: alpine
  108. enabled: true
  109. menu: linux
  110. mirror: http://dl-cdn.alpinelinux.org
  111. name: Alpine Linux
  112. versions:
  113. - code_name: v3.14
  114. name: '3.14'
  115. - code_name: edge
  116. name: Edge (development)
  117. anarchy:
  118. enabled: true
  119. menu: linux
  120. name: Anarchy Linux
  121. versions:
  122. - code_name: current
  123. name: current
  124. archlinux:
  125. base_dir: archlinux
  126. enabled: true
  127. menu: linux
  128. mirror: mirrors.evowise.com
  129. name: Arch Linux
  130. versions:
  131. - code_name: 2021.06.01
  132. name: 2021.06.01
  133. blackarch:
  134. enabled: true
  135. menu: linux
  136. name: BlackArch
  137. versions:
  138. - code_name: current
  139. name: current
  140. centos:
  141. base_dir: centos
  142. enabled: true
  143. menu: linux
  144. mirror: http://mirror.centos.org
  145. name: CentOS
  146. versions:
  147. - code_name: 8.4.2105
  148. name: '8.4'
  149. - code_name: 8
  150. name: 8.x Latest
  151. - code_name: 8-stream
  152. name: 8.0 Stream
  153. - code_name: 7
  154. name: 7.x Latest
  155. coreos:
  156. base_dir: prod/streams
  157. enabled: true
  158. menu: linux
  159. mirror: https://builds.coreos.fedoraproject.org
  160. name: Fedora CoreOS
  161. versions:
  162. - code_name: 34.20210529.3.0
  163. name: stable
  164. debian:
  165. archive_mirror: http://archive.debian.org
  166. base_dir: debian
  167. enabled: true
  168. menu: linux
  169. mirror: http://deb.debian.org
  170. name: Debian
  171. versions:
  172. stable:
  173. - code_name: buster
  174. name: 10.0 (buster)
  175. - code_name: stretch
  176. name: 9.0 (stretch)
  177. testing:
  178. - code_name: bullseye
  179. name: bullseye (testing)
  180. - code_name: sid
  181. name: sid (unstable)
  182. devuan:
  183. base_dir: devuan
  184. enabled: true
  185. menu: linux
  186. mirror: http://deb.devuan.org
  187. name: Devuan
  188. versions:
  189. stable:
  190. - code_name: beowulf
  191. name: 3.0.0 Beowulf (stable)
  192. - code_name: ascii
  193. name: 2.1 ASCII (oldstable)
  194. - code_name: jessie
  195. name: 1.0 Jessie (oldoldstable)
  196. testing:
  197. - code_name: chimaera
  198. name: Chimaera (testing)
  199. fedora:
  200. base_dir: fedora
  201. enabled: true
  202. menu: linux
  203. mirror: http://mirrors.kernel.org
  204. name: Fedora
  205. versions:
  206. - code_name: 34
  207. name: 34
  208. - code_name: 33
  209. name: 33
  210. - code_name: 32
  211. name: 32
  212. flatcar:
  213. enabled: true
  214. menu: linux
  215. mirror: ''
  216. name: Container Linux by Flatcar
  217. versions:
  218. - code_name: stable
  219. name: Stable Channel
  220. - code_name: beta
  221. name: Beta Channel
  222. - code_name: alpha
  223. name: Alpha Channel
  224. freebsd:
  225. enabled: true
  226. menu: bsd
  227. name: FreeBSD
  228. freedos:
  229. base_dir: download/download
  230. enabled: true
  231. menu: dos
  232. mirror: http://www.freedos.org
  233. name: FreeDOS
  234. versions:
  235. - code_name: FD12FULL
  236. name: 1.2 Full Installer
  237. - code_name: FD12LITE
  238. name: 1.2 Lite Installer
  239. gentoo:
  240. enabled: true
  241. menu: linux
  242. name: Gentoo
  243. ipfire:
  244. base_dir: releases/ipfire-2.x
  245. enabled: true
  246. menu: linux
  247. mirror: https://downloads.ipfire.org
  248. name: IPFire
  249. versions:
  250. - code_name: 2.25-core156
  251. name: 2.25 Core156
  252. k3os:
  253. enabled: true
  254. menu: linux
  255. mirror: https://github.com/rancher/k3os/releases
  256. name: k3OS
  257. kali:
  258. base_dir: kali
  259. enabled: true
  260. menu: linux
  261. mirror: http://http.kali.org
  262. name: Kali Linux
  263. versions:
  264. - code_name: rolling
  265. name: Rolling Edition
  266. mageia:
  267. base_dir: mageia
  268. enabled: true
  269. menu: linux
  270. mirror: http://mirrors.kernel.org
  271. name: Mageia
  272. versions:
  273. - code_name: '7.1'
  274. name: '7.1'
  275. - code_name: cauldron
  276. name: cauldron
  277. nixos:
  278. base_dir: nixos
  279. enabled: true
  280. menu: linux
  281. name: NixOS
  282. versions:
  283. - code_name: nixos-20.09
  284. name: nixos-20.09
  285. - code_name: nixos-21.05
  286. name: nixos-21.05
  287. - code_name: nixos-unstable
  288. name: nixos-unstable
  289. openbsd:
  290. base_dir: pub/OpenBSD
  291. enabled: true
  292. menu: bsd
  293. mirror: http://ftp.openbsd.org
  294. name: OpenBSD
  295. versions:
  296. - code_name: '6.9'
  297. image_ver: '69'
  298. name: '6.9'
  299. - code_name: '6.8'
  300. image_ver: '68'
  301. name: '6.8'
  302. - code_name: '6.7'
  303. image_ver: '67'
  304. name: '6.7'
  305. - code_name: '6.6'
  306. image_ver: '66'
  307. name: '6.6'
  308. - code_name: '6.5'
  309. image_ver: '65'
  310. name: '6.5'
  311. - code_name: '6.4'
  312. image_ver: '64'
  313. name: '6.4'
  314. - code_name: snapshots
  315. image_ver: '69'
  316. name: 6.9 Latest Snapshot
  317. opensuse:
  318. base_dir: distribution/leap
  319. enabled: true
  320. menu: linux
  321. mirror: http://download.opensuse.org
  322. name: OpenSUSE
  323. versions:
  324. - code_name: '15.3'
  325. name: openSUSE Leap 15.3
  326. - code_name: '15.2'
  327. name: openSUSE Leap 15.2
  328. - code_name: '15.1'
  329. name: openSUSE Leap 15.1
  330. - code_name: '15.0'
  331. name: openSUSE Leap 15.0
  332. - code_name: '42.3'
  333. name: openSUSE Leap 42.3
  334. - code_name: tumbleweed
  335. name: openSUSE tumbleweed
  336. oracle:
  337. enabled: true
  338. menu: linux
  339. mirror: https://yum.oracle.com
  340. name: Oracle Linux
  341. paths:
  342. 7: /repo/OracleLinux/OL7/latest/x86_64
  343. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  344. rancheros:
  345. base_dir: os/latest
  346. enabled: true
  347. menu: linux
  348. mirror: http://releases.rancher.com
  349. name: RancherOS
  350. versions:
  351. - code_name: latest
  352. name: Latest (20 MB)
  353. rhel:
  354. enabled: true
  355. menu: linux
  356. name: Red Hat Enterprise Linux
  357. rockylinux:
  358. base_dir: pub/rocky
  359. enabled: true
  360. menu: linux
  361. mirror: http://download.rockylinux.org
  362. name: Rocky Linux
  363. versions:
  364. - code_name: 8.4
  365. name: 8.4
  366. scientific:
  367. base_dir: linux/scientific
  368. enabled: true
  369. menu: linux
  370. mirror: http://ftp1.scientificlinux.org
  371. name: Scientific Linux
  372. versions:
  373. - code_name: '7.7'
  374. name: '7.7'
  375. - code_name: '7.6'
  376. name: '7.6'
  377. - code_name: '6.10'
  378. name: '6.10'
  379. - code_name: '6.9'
  380. name: '6.9'
  381. slackware:
  382. base_dir: slackware
  383. enabled: true
  384. menu: linux
  385. mirror: http://mirror.rackspace.com
  386. name: Slackware
  387. versions:
  388. - code_name: current
  389. name: Current
  390. - code_name: '14.2'
  391. name: '14.2'
  392. - code_name: '14.1'
  393. name: '14.1'
  394. smartos:
  395. base_dir: /platform/i86pc/
  396. enabled: true
  397. menu: unix
  398. mirror: https://netboot.joyent.com/os/
  399. name: SmartOS
  400. versions:
  401. - code_name: 20210520T001536Z
  402. name: 20210520T001536Z
  403. - code_name: 20210508T051936Z
  404. name: 20210508T051936Z
  405. - code_name: 20210506T001621Z
  406. name: 20210506T001621Z
  407. - code_name: 20210422T002312Z
  408. name: 20210422T002312Z
  409. talos:
  410. enabled: true
  411. menu: linux
  412. mirror: https://github.com/talos-systems/talos/releases
  413. name: Talos
  414. platforms:
  415. - key: metal
  416. name: Bare Metal
  417. - key: aws
  418. name: AWS
  419. - key: azure
  420. name: Azure
  421. - key: digital-ocean
  422. name: Digital Ocean
  423. - key: gcp
  424. name: GCP
  425. - key: packet
  426. name: Packet
  427. - key: vmware
  428. name: VMware
  429. tinycore:
  430. enabled: true
  431. menu: linux
  432. mirror: http://distro.ibiblio.org/tinycorelinux
  433. name: Tiny Core Linux
  434. versions:
  435. - arch: x86
  436. code_name: core
  437. initrd: /12.x/x86/release/distribution_files/core.gz
  438. kernel: /12.x/x86/release/distribution_files/vmlinuz
  439. name: Core
  440. - arch: x86_64
  441. code_name: corepure
  442. initrd: /12.x/x86_64/release/distribution_files/corepure64.gz
  443. kernel: /12.x/x86_64/release/distribution_files/vmlinuz64
  444. name: CorePure
  445. - arch: x86
  446. code_name: dcorebionic
  447. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  448. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  449. name: dCore Bionic
  450. - arch: x86
  451. code_name: dcorebionicplus
  452. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  453. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  454. name: dCore Bionic Plus
  455. - arch: x86
  456. code_name: dcorejessie
  457. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  458. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  459. name: dCore Jessie
  460. - arch: x86
  461. code_name: dcorejessieplus
  462. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  463. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  464. name: dCore Jessie Plus
  465. - arch: x86
  466. code_name: dcorestretch
  467. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  468. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  469. name: dCore Stretch
  470. - arch: x86
  471. code_name: dcorestretchplus
  472. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  473. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  474. name: dCore Stretch Plus
  475. - arch: x86
  476. code_name: dcoretrusty
  477. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  478. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  479. name: dCore Trusty
  480. - arch: x86
  481. code_name: dcoretrustyplus
  482. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  483. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  484. name: dCore Trusty Plus
  485. - arch: x86
  486. code_name: dcorewheezy
  487. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  488. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  489. name: dCore Wheezy
  490. - arch: x86
  491. code_name: dcorewheezyplus
  492. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  493. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  494. name: dCore Wheezy Plus
  495. - arch: x86
  496. code_name: dcorexenial
  497. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  498. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  499. name: dCore Xenial
  500. - arch: x86
  501. code_name: dcorexenialplus
  502. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  503. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  504. name: dCore Xenial Plus
  505. - arch: x86_64
  506. code_name: dcore64bionic
  507. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  508. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  509. name: dCore64 Bionic
  510. - arch: x86_64
  511. code_name: dcore64bionicplus
  512. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  513. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  514. name: dCore64 Bionic Plus
  515. - arch: x86_64
  516. code_name: dcore64buster
  517. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  518. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  519. name: dCore64 Buster
  520. - arch: x86_64
  521. code_name: dcore64busterplus
  522. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  523. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  524. name: dCore64 Buster Plus
  525. - arch: x86_64
  526. code_name: dcore64stretch
  527. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  528. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  529. name: dCore64 Stretch
  530. - arch: x86_64
  531. code_name: dcore64stretchplus
  532. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  533. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  534. name: dCore Stretch Plus
  535. ubuntu:
  536. archive_mirror: http://old-releases.ubuntu.com
  537. base_dir: ubuntu
  538. enabled: true
  539. menu: linux
  540. mirror: http://archive.ubuntu.com
  541. name: Ubuntu
  542. versions:
  543. - code_name: hirsute
  544. name: 21.04 Hirsute Hippo
  545. - code_name: groovy
  546. name: 20.10 Groovy Gorilla
  547. - code_name: focal
  548. name: 20.04 LTS Focal Fossa (Subiquity)
  549. - code_name: focal-legacy
  550. name: 20.04 LTS Focal Fossa (Legacy)
  551. - code_name: bionic
  552. name: 18.04 LTS Bionic Beaver
  553. - code_name: xenial
  554. name: 16.04 LTS Xenial Xerus
  555. vmware:
  556. enabled: true
  557. menu: linux
  558. name: VMware ESXi
  559. vyos:
  560. enabled: true
  561. menu: linux
  562. name: VyOS
  563. versions:
  564. - code_name: rolling
  565. name: 1.3 rolling
  566. zeninstall:
  567. enabled: true
  568. menu: linux
  569. name: Zen Installer Arch
  570. versions:
  571. - code_name: current
  572. name: current
  573. sigs_dir: '{{ netbootxyz_root }}/sigs'
  574. sigs_enabled: false
  575. sigs_location: http://${boot_domain}/sigs/
  576. sigs_menu: false
  577. site_name: netboot.xyz
  578. time_server: 0.pool.ntp.org
  579. utilitiesarm:
  580. placeholder:
  581. enabled: false
  582. name: placeholder
  583. type: direct
  584. utilitiesefi:
  585. 4mlinux:
  586. enabled: true
  587. name: 4MLinux
  588. type: ipxemenu
  589. bootrepair:
  590. enabled: true
  591. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  592. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  593. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  594. initrd=initrd
  595. name: Boot Repair CD
  596. type: direct
  597. caine:
  598. enabled: true
  599. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  600. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  601. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  602. initrd=initrd
  603. name: CAINE
  604. type: direct
  605. clonezilla:
  606. enabled: true
  607. name: Clonezilla
  608. type: ipxemenu
  609. gparted:
  610. enabled: true
  611. name: GParted
  612. type: ipxemenu
  613. grml:
  614. enabled: true
  615. name: Grml
  616. type: ipxemenu
  617. kaspersky:
  618. enabled: true
  619. name: Kaspersky Rescue Disk
  620. type: ipxemenu
  621. redorescue:
  622. enabled: true
  623. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  624. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  625. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  626. initrd=initrd
  627. name: RedoRescue
  628. type: direct
  629. rescatux:
  630. enabled: true
  631. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  632. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  633. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  634. initrd=initrd
  635. name: Rescatux
  636. type: direct
  637. rescuezilla:
  638. enabled: true
  639. name: Rescuezilla
  640. type: ipxemenu
  641. shredos:
  642. enabled: true
  643. name: ShredOS
  644. type: ipxemenu
  645. systemrescue:
  646. enabled: true
  647. name: System Rescue CD
  648. type: ipxemenu
  649. utilitiespcbios:
  650. 4mlinux:
  651. enabled: true
  652. name: 4MLinux
  653. type: ipxemenu
  654. avg:
  655. enabled: true
  656. name: AVG Rescue CD
  657. type: memdisk
  658. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  659. version: 160420a12074
  660. bootrepair:
  661. enabled: true
  662. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  663. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  664. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  665. initrd=initrd
  666. name: Boot Repair CD
  667. type: direct
  668. breakin:
  669. enabled: true
  670. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  671. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  672. startup=breakin initrd=initrd
  673. name: Breakin
  674. type: direct
  675. caine:
  676. enabled: true
  677. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  678. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  679. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  680. initrd=initrd
  681. name: CAINE
  682. type: direct
  683. clonezilla:
  684. enabled: true
  685. name: Clonezilla
  686. type: ipxemenu
  687. dban:
  688. enabled: true
  689. name: DBAN
  690. type: ipxemenu
  691. gparted:
  692. enabled: true
  693. name: GParted
  694. type: ipxemenu
  695. grml:
  696. enabled: true
  697. name: Grml
  698. type: ipxemenu
  699. kaspersky:
  700. enabled: true
  701. name: Kaspersky Rescue Disk
  702. type: ipxemenu
  703. memtest:
  704. enabled: true
  705. name: Memtest
  706. type: memtest
  707. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  708. version: 5.01.0
  709. redorescue:
  710. enabled: true
  711. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  712. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  713. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  714. initrd=initrd
  715. name: RedoRescue
  716. type: direct
  717. rescatux:
  718. enabled: true
  719. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  720. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  721. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  722. initrd=initrd
  723. name: Rescatux
  724. type: direct
  725. rescuezilla:
  726. enabled: true
  727. name: Rescuezilla
  728. type: ipxemenu
  729. shredos:
  730. enabled: true
  731. name: ShredOS
  732. type: ipxemenu
  733. supergrub:
  734. enabled: true
  735. name: SuperGRUB
  736. type: memdisk
  737. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  738. version: 2.04s1
  739. systemrescue:
  740. enabled: true
  741. name: System Rescue CD
  742. type: ipxemenu
  743. ubcd:
  744. enabled: true
  745. name: Ultimate Boot CD (UBCD)
  746. type: memdisk
  747. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  748. version: '538'
  749. wimboot_location: http://${boot_domain}/wimboot
  750. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot