main.yml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  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.13
  114. name: '3.13'
  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.04.01
  132. name: 2021.04.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.3.2011
  148. name: '8.3'
  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: 33.20210328.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-core155
  251. name: 2.25 Core155
  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 (2020.1)
  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. enabled: true
  279. menu: linux
  280. name: NixOS
  281. openbsd:
  282. base_dir: pub/OpenBSD
  283. enabled: true
  284. menu: bsd
  285. mirror: http://ftp.openbsd.org
  286. name: OpenBSD
  287. versions:
  288. - code_name: '6.9'
  289. image_ver: '69'
  290. name: '6.9'
  291. - code_name: '6.8'
  292. image_ver: '68'
  293. name: '6.8'
  294. - code_name: '6.7'
  295. image_ver: '67'
  296. name: '6.7'
  297. - code_name: '6.6'
  298. image_ver: '66'
  299. name: '6.6'
  300. - code_name: '6.5'
  301. image_ver: '65'
  302. name: '6.5'
  303. - code_name: '6.4'
  304. image_ver: '64'
  305. name: '6.4'
  306. - code_name: snapshots
  307. image_ver: '69'
  308. name: 6.9 Latest Snapshot
  309. opensuse:
  310. base_dir: distribution/leap
  311. enabled: true
  312. menu: linux
  313. mirror: http://download.opensuse.org
  314. name: OpenSUSE
  315. versions:
  316. - code_name: '15.2'
  317. name: openSUSE Leap 15.2
  318. - code_name: '15.1'
  319. name: openSUSE Leap 15.1
  320. - code_name: '15.0'
  321. name: openSUSE Leap 15.0
  322. - code_name: '42.3'
  323. name: openSUSE Leap 42.3
  324. - code_name: tumbleweed
  325. name: openSUSE tumbleweed
  326. oracle:
  327. enabled: true
  328. menu: linux
  329. mirror: https://yum.oracle.com
  330. name: Oracle Linux
  331. paths:
  332. 7: /repo/OracleLinux/OL7/latest/x86_64
  333. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  334. rancheros:
  335. base_dir: os/latest
  336. enabled: true
  337. menu: linux
  338. mirror: http://releases.rancher.com
  339. name: RancherOS
  340. versions:
  341. - code_name: latest
  342. name: Latest (20 MB)
  343. rhel:
  344. enabled: true
  345. menu: linux
  346. name: Red Hat Enterprise Linux
  347. rockylinux:
  348. base_dir: pub/rocky
  349. enabled: true
  350. menu: linux
  351. mirror: http://download.rockylinux.org
  352. name: Rocky Linux
  353. versions:
  354. - code_name: 8.3
  355. name: 8.3
  356. scientific:
  357. base_dir: linux/scientific
  358. enabled: true
  359. menu: linux
  360. mirror: http://ftp1.scientificlinux.org
  361. name: Scientific Linux
  362. versions:
  363. - code_name: '7.7'
  364. name: '7.7'
  365. - code_name: '7.6'
  366. name: '7.6'
  367. - code_name: '6.10'
  368. name: '6.10'
  369. - code_name: '6.9'
  370. name: '6.9'
  371. slackware:
  372. base_dir: slackware
  373. enabled: true
  374. menu: linux
  375. mirror: http://mirror.rackspace.com
  376. name: Slackware
  377. versions:
  378. - code_name: current
  379. name: Current
  380. - code_name: '14.2'
  381. name: '14.2'
  382. - code_name: '14.1'
  383. name: '14.1'
  384. smartos:
  385. base_dir: /platform/i86pc/
  386. enabled: true
  387. menu: unix
  388. mirror: https://netboot.joyent.com/os/
  389. name: SmartOS
  390. versions:
  391. - code_name: 20210422T002312Z
  392. name: 20210422T002312Z
  393. - code_name: 20210408T001154Z
  394. name: 20210408T001154Z
  395. - code_name: 20210325T002528Z
  396. name: 20210325T002528Z
  397. - code_name: 20210311T001742Z
  398. name: 20210311T001742Z
  399. talos:
  400. enabled: true
  401. menu: linux
  402. mirror: https://github.com/talos-systems/talos/releases
  403. name: Talos
  404. platforms:
  405. - key: metal
  406. name: Bare Metal
  407. - key: aws
  408. name: AWS
  409. - key: azure
  410. name: Azure
  411. - key: digital-ocean
  412. name: Digital Ocean
  413. - key: gcp
  414. name: GCP
  415. - key: packet
  416. name: Packet
  417. - key: vmware
  418. name: VMware
  419. tinycore:
  420. enabled: true
  421. menu: linux
  422. mirror: http://distro.ibiblio.org/tinycorelinux
  423. name: Tiny Core Linux
  424. versions:
  425. - arch: x86
  426. code_name: core
  427. initrd: /12.x/x86/release/distribution_files/core.gz
  428. kernel: /12.x/x86/release/distribution_files/vmlinuz
  429. name: Core
  430. - arch: x86_64
  431. code_name: corepure
  432. initrd: /12.x/x86_64/release/distribution_files/corepure64.gz
  433. kernel: /12.x/x86_64/release/distribution_files/vmlinuz64
  434. name: CorePure
  435. - arch: x86
  436. code_name: dcorebionic
  437. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  438. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  439. name: dCore Bionic
  440. - arch: x86
  441. code_name: dcorebionicplus
  442. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  443. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  444. name: dCore Bionic Plus
  445. - arch: x86
  446. code_name: dcorejessie
  447. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  448. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  449. name: dCore Jessie
  450. - arch: x86
  451. code_name: dcorejessieplus
  452. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  453. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  454. name: dCore Jessie Plus
  455. - arch: x86
  456. code_name: dcorestretch
  457. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  458. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  459. name: dCore Stretch
  460. - arch: x86
  461. code_name: dcorestretchplus
  462. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  463. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  464. name: dCore Stretch Plus
  465. - arch: x86
  466. code_name: dcoretrusty
  467. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  468. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  469. name: dCore Trusty
  470. - arch: x86
  471. code_name: dcoretrustyplus
  472. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  473. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  474. name: dCore Trusty Plus
  475. - arch: x86
  476. code_name: dcorewheezy
  477. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  478. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  479. name: dCore Wheezy
  480. - arch: x86
  481. code_name: dcorewheezyplus
  482. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  483. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  484. name: dCore Wheezy Plus
  485. - arch: x86
  486. code_name: dcorexenial
  487. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  488. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  489. name: dCore Xenial
  490. - arch: x86
  491. code_name: dcorexenialplus
  492. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  493. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  494. name: dCore Xenial Plus
  495. - arch: x86_64
  496. code_name: dcore64bionic
  497. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  498. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  499. name: dCore64 Bionic
  500. - arch: x86_64
  501. code_name: dcore64bionicplus
  502. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  503. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  504. name: dCore64 Bionic Plus
  505. - arch: x86_64
  506. code_name: dcore64buster
  507. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  508. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  509. name: dCore64 Buster
  510. - arch: x86_64
  511. code_name: dcore64busterplus
  512. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  513. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  514. name: dCore64 Buster Plus
  515. - arch: x86_64
  516. code_name: dcore64stretch
  517. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  518. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  519. name: dCore64 Stretch
  520. - arch: x86_64
  521. code_name: dcore64stretchplus
  522. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  523. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  524. name: dCore Stretch Plus
  525. ubuntu:
  526. archive_mirror: http://old-releases.ubuntu.com
  527. base_dir: ubuntu
  528. enabled: true
  529. menu: linux
  530. mirror: http://archive.ubuntu.com
  531. name: Ubuntu
  532. versions:
  533. - code_name: hirsute
  534. name: 21.04 Hirsute Hippo
  535. - code_name: groovy
  536. name: 20.10 Groovy Gorilla
  537. - code_name: focal
  538. name: 20.04 LTS Focal Fossa (Subiquity)
  539. - code_name: focal-legacy
  540. name: 20.04 LTS Focal Fossa (Legacy)
  541. - code_name: bionic
  542. name: 18.04 LTS Bionic Beaver
  543. - code_name: xenial
  544. name: 16.04 LTS Xenial Xerus
  545. vmware:
  546. enabled: true
  547. menu: linux
  548. name: VMware ESXi
  549. vyos:
  550. enabled: true
  551. menu: linux
  552. name: VyOS
  553. versions:
  554. - code_name: rolling
  555. name: 1.3 rolling
  556. zeninstall:
  557. enabled: true
  558. menu: linux
  559. name: Zen Installer Arch
  560. versions:
  561. - code_name: current
  562. name: current
  563. sigs_dir: '{{ netbootxyz_root }}/sigs'
  564. sigs_enabled: false
  565. sigs_location: http://${boot_domain}/sigs/
  566. sigs_menu: false
  567. site_name: netboot.xyz
  568. time_server: 0.pool.ntp.org
  569. utilitiesarm:
  570. placeholder:
  571. enabled: false
  572. name: placeholder
  573. type: direct
  574. utilitiesefi:
  575. 4mlinux:
  576. enabled: true
  577. name: 4MLinux
  578. type: ipxemenu
  579. bootrepair:
  580. enabled: true
  581. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  582. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  583. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  584. initrd=initrd
  585. name: Boot Repair CD
  586. type: direct
  587. caine:
  588. enabled: true
  589. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  590. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  591. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  592. initrd=initrd
  593. name: CAINE
  594. type: direct
  595. clonezilla:
  596. enabled: true
  597. name: Clonezilla
  598. type: ipxemenu
  599. gparted:
  600. enabled: true
  601. name: GParted
  602. type: ipxemenu
  603. grml:
  604. enabled: true
  605. name: Grml
  606. type: ipxemenu
  607. kaspersky:
  608. enabled: true
  609. name: Kaspersky Rescue Disk
  610. type: ipxemenu
  611. redorescue:
  612. enabled: true
  613. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  614. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
  615. setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  616. initrd=initrd
  617. name: RedoRescue
  618. type: direct
  619. rescatux:
  620. enabled: true
  621. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  622. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  623. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  624. initrd=initrd
  625. name: Rescatux
  626. type: direct
  627. rescuezilla:
  628. enabled: true
  629. name: Rescuezilla
  630. type: ipxemenu
  631. shredos:
  632. enabled: true
  633. name: ShredOS
  634. type: ipxemenu
  635. systemrescue:
  636. enabled: true
  637. name: System Rescue CD
  638. type: ipxemenu
  639. utilitiespcbios:
  640. 4mlinux:
  641. enabled: true
  642. name: 4MLinux
  643. type: ipxemenu
  644. avg:
  645. enabled: true
  646. name: AVG Rescue CD
  647. type: memdisk
  648. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  649. version: 160420a12074
  650. bootrepair:
  651. enabled: true
  652. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  653. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  654. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  655. initrd=initrd
  656. name: Boot Repair CD
  657. type: direct
  658. breakin:
  659. enabled: true
  660. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  661. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  662. startup=breakin initrd=initrd
  663. name: Breakin
  664. type: direct
  665. caine:
  666. enabled: true
  667. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  668. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  669. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  670. initrd=initrd
  671. name: CAINE
  672. type: direct
  673. clonezilla:
  674. enabled: true
  675. name: Clonezilla
  676. type: ipxemenu
  677. dban:
  678. enabled: true
  679. name: DBAN
  680. type: ipxemenu
  681. gparted:
  682. enabled: true
  683. name: GParted
  684. type: ipxemenu
  685. grml:
  686. enabled: true
  687. name: Grml
  688. type: ipxemenu
  689. kaspersky:
  690. enabled: true
  691. name: Kaspersky Rescue Disk
  692. type: ipxemenu
  693. memtest:
  694. enabled: true
  695. name: Memtest
  696. type: memtest
  697. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  698. version: 5.01.0
  699. redorescue:
  700. enabled: true
  701. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  702. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
  703. setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  704. initrd=initrd
  705. name: RedoRescue
  706. type: direct
  707. rescatux:
  708. enabled: true
  709. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  710. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  711. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  712. initrd=initrd
  713. name: Rescatux
  714. type: direct
  715. rescuezilla:
  716. enabled: true
  717. name: Rescuezilla
  718. type: ipxemenu
  719. shredos:
  720. enabled: true
  721. name: ShredOS
  722. type: ipxemenu
  723. supergrub:
  724. enabled: true
  725. name: SuperGRUB
  726. type: memdisk
  727. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  728. version: 2.04s1
  729. systemrescue:
  730. enabled: true
  731. name: System Rescue CD
  732. type: ipxemenu
  733. ubcd:
  734. enabled: true
  735. name: Ultimate Boot CD (UBCD)
  736. type: memdisk
  737. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  738. version: '538'
  739. wimboot_location: http://${boot_domain}/wimboot
  740. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot