main.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  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. alpinelinux:
  105. base_dir: alpine
  106. enabled: true
  107. menu: linux
  108. mirror: http://dl-cdn.alpinelinux.org
  109. name: Alpine Linux
  110. versions:
  111. - code_name: v3.13
  112. name: '3.13'
  113. - code_name: edge
  114. name: Edge (development)
  115. anarchy:
  116. enabled: true
  117. menu: linux
  118. name: Anarchy Linux
  119. versions:
  120. - code_name: current
  121. name: current
  122. archlinux:
  123. base_dir: archlinux
  124. enabled: true
  125. menu: linux
  126. mirror: mirrors.evowise.com
  127. name: Arch Linux
  128. versions:
  129. - code_name: 2021.04.01
  130. name: 2021.04.01
  131. blackarch:
  132. enabled: true
  133. menu: linux
  134. name: BlackArch
  135. versions:
  136. - code_name: current
  137. name: current
  138. centos:
  139. base_dir: centos
  140. enabled: true
  141. menu: linux
  142. mirror: http://mirror.centos.org
  143. name: CentOS
  144. versions:
  145. - code_name: 8.3.2011
  146. name: '8.3'
  147. - code_name: 8
  148. name: 8.x Latest
  149. - code_name: 8-stream
  150. name: 8.0 Stream
  151. - code_name: 7
  152. name: 7.x Latest
  153. coreos:
  154. base_dir: prod/streams
  155. enabled: true
  156. menu: linux
  157. mirror: https://builds.coreos.fedoraproject.org
  158. name: Fedora CoreOS
  159. versions:
  160. - code_name: 33.20210328.3.0
  161. name: stable
  162. debian:
  163. archive_mirror: http://archive.debian.org
  164. base_dir: debian
  165. enabled: true
  166. menu: linux
  167. mirror: http://deb.debian.org
  168. name: Debian
  169. versions:
  170. stable:
  171. - code_name: buster
  172. name: 10.0 (buster)
  173. - code_name: stretch
  174. name: 9.0 (stretch)
  175. testing:
  176. - code_name: bullseye
  177. name: bullseye (testing)
  178. - code_name: sid
  179. name: sid (unstable)
  180. devuan:
  181. base_dir: devuan
  182. enabled: true
  183. menu: linux
  184. mirror: http://deb.devuan.org
  185. name: Devuan
  186. versions:
  187. stable:
  188. - code_name: beowulf
  189. name: 3.0.0 Beowulf (stable)
  190. - code_name: ascii
  191. name: 2.1 ASCII (oldstable)
  192. - code_name: jessie
  193. name: 1.0 Jessie (oldoldstable)
  194. testing:
  195. - code_name: chimaera
  196. name: Chimaera (testing)
  197. fedora:
  198. base_dir: pub/fedora/linux
  199. enabled: true
  200. menu: linux
  201. mirror: http://download.fedoraproject.org
  202. name: Fedora
  203. versions:
  204. - code_name: 34
  205. name: 34
  206. - code_name: 33
  207. name: 33
  208. - code_name: 32
  209. name: 32
  210. flatcar:
  211. enabled: true
  212. menu: linux
  213. mirror: ''
  214. name: Container Linux by Flatcar
  215. versions:
  216. - code_name: stable
  217. name: Stable Channel
  218. - code_name: beta
  219. name: Beta Channel
  220. - code_name: alpha
  221. name: Alpha Channel
  222. freebsd:
  223. enabled: true
  224. menu: bsd
  225. name: FreeBSD
  226. freedos:
  227. base_dir: download/download
  228. enabled: true
  229. menu: dos
  230. mirror: http://www.freedos.org
  231. name: FreeDOS
  232. versions:
  233. - code_name: FD12FULL
  234. name: 1.2 Full Installer
  235. - code_name: FD12LITE
  236. name: 1.2 Lite Installer
  237. gentoo:
  238. enabled: true
  239. menu: linux
  240. name: Gentoo
  241. ipfire:
  242. base_dir: releases/ipfire-2.x
  243. enabled: true
  244. menu: linux
  245. mirror: https://downloads.ipfire.org
  246. name: IPFire
  247. versions:
  248. - code_name: 2.25-core155
  249. name: 2.25 Core155
  250. k3os:
  251. enabled: true
  252. menu: linux
  253. mirror: https://github.com/rancher/k3os/releases
  254. name: k3OS
  255. kali:
  256. base_dir: kali
  257. enabled: true
  258. menu: linux
  259. mirror: http://http.kali.org
  260. name: Kali Linux
  261. versions:
  262. - code_name: rolling
  263. name: Rolling Edition (2020.1)
  264. mageia:
  265. base_dir: mageia
  266. enabled: true
  267. menu: linux
  268. mirror: http://mirrors.kernel.org
  269. name: Mageia
  270. versions:
  271. - code_name: '7.1'
  272. name: '7.1'
  273. - code_name: cauldron
  274. name: cauldron
  275. nixos:
  276. enabled: true
  277. menu: linux
  278. name: NixOS
  279. openbsd:
  280. base_dir: pub/OpenBSD
  281. enabled: true
  282. menu: bsd
  283. mirror: http://ftp.openbsd.org
  284. name: OpenBSD
  285. versions:
  286. - code_name: '6.8'
  287. image_ver: '68'
  288. name: '6.8'
  289. - code_name: '6.7'
  290. image_ver: '67'
  291. name: '6.7'
  292. - code_name: '6.6'
  293. image_ver: '66'
  294. name: '6.6'
  295. - code_name: '6.5'
  296. image_ver: '65'
  297. name: '6.5'
  298. - code_name: '6.4'
  299. image_ver: '64'
  300. name: '6.4'
  301. - code_name: snapshots
  302. image_ver: '68'
  303. name: 6.8 Latest Snapshot
  304. opensuse:
  305. base_dir: distribution/leap
  306. enabled: true
  307. menu: linux
  308. mirror: http://download.opensuse.org
  309. name: OpenSUSE
  310. versions:
  311. - code_name: '15.2'
  312. name: openSUSE Leap 15.2
  313. - code_name: '15.1'
  314. name: openSUSE Leap 15.1
  315. - code_name: '15.0'
  316. name: openSUSE Leap 15.0
  317. - code_name: '42.3'
  318. name: openSUSE Leap 42.3
  319. - code_name: tumbleweed
  320. name: openSUSE tumbleweed
  321. oracle:
  322. enabled: true
  323. menu: linux
  324. mirror: https://yum.oracle.com
  325. name: Oracle Linux
  326. paths:
  327. 7: /repo/OracleLinux/OL7/latest/x86_64
  328. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  329. rancheros:
  330. base_dir: os/latest
  331. enabled: true
  332. menu: linux
  333. mirror: http://releases.rancher.com
  334. name: RancherOS
  335. versions:
  336. - code_name: latest
  337. name: Latest (20 MB)
  338. rhel:
  339. enabled: true
  340. menu: linux
  341. name: Red Hat Enterprise Linux
  342. scientific:
  343. base_dir: linux/scientific
  344. enabled: true
  345. menu: linux
  346. mirror: http://ftp1.scientificlinux.org
  347. name: Scientific Linux
  348. versions:
  349. - code_name: '7.7'
  350. name: '7.7'
  351. - code_name: '7.6'
  352. name: '7.6'
  353. - code_name: '6.10'
  354. name: '6.10'
  355. - code_name: '6.9'
  356. name: '6.9'
  357. slackware:
  358. base_dir: slackware
  359. enabled: true
  360. menu: linux
  361. mirror: http://mirror.rackspace.com
  362. name: Slackware
  363. versions:
  364. - code_name: current
  365. name: Current
  366. - code_name: '14.2'
  367. name: '14.2'
  368. - code_name: '14.1'
  369. name: '14.1'
  370. smartos:
  371. base_dir: /platform/i86pc/
  372. enabled: true
  373. menu: unix
  374. mirror: https://netboot.joyent.com/os/
  375. name: SmartOS
  376. versions:
  377. - code_name: 20210422T002312Z
  378. name: 20210422T002312Z
  379. - code_name: 20210408T001154Z
  380. name: 20210408T001154Z
  381. - code_name: 20210325T002528Z
  382. name: 20210325T002528Z
  383. - code_name: 20210311T001742Z
  384. name: 20210311T001742Z
  385. talos:
  386. enabled: true
  387. menu: linux
  388. mirror: https://github.com/talos-systems/talos/releases
  389. name: Talos
  390. platforms:
  391. - key: metal
  392. name: Bare Metal
  393. - key: aws
  394. name: AWS
  395. - key: azure
  396. name: Azure
  397. - key: digital-ocean
  398. name: Digital Ocean
  399. - key: gcp
  400. name: GCP
  401. - key: packet
  402. name: Packet
  403. - key: vmware
  404. name: VMware
  405. tinycore:
  406. enabled: true
  407. menu: linux
  408. mirror: http://distro.ibiblio.org/tinycorelinux
  409. name: Tiny Core Linux
  410. versions:
  411. - arch: x86
  412. code_name: core
  413. initrd: /12.x/x86/release/distribution_files/core.gz
  414. kernel: /12.x/x86/release/distribution_files/vmlinuz
  415. name: Core
  416. - arch: x86_64
  417. code_name: corepure
  418. initrd: /12.x/x86_64/release/distribution_files/corepure64.gz
  419. kernel: /12.x/x86_64/release/distribution_files/vmlinuz64
  420. name: CorePure
  421. - arch: x86
  422. code_name: dcorebionic
  423. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  424. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  425. name: dCore Bionic
  426. - arch: x86
  427. code_name: dcorebionicplus
  428. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  429. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  430. name: dCore Bionic Plus
  431. - arch: x86
  432. code_name: dcorejessie
  433. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  434. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  435. name: dCore Jessie
  436. - arch: x86
  437. code_name: dcorejessieplus
  438. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  439. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  440. name: dCore Jessie Plus
  441. - arch: x86
  442. code_name: dcorestretch
  443. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  444. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  445. name: dCore Stretch
  446. - arch: x86
  447. code_name: dcorestretchplus
  448. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  449. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  450. name: dCore Stretch Plus
  451. - arch: x86
  452. code_name: dcoretrusty
  453. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  454. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  455. name: dCore Trusty
  456. - arch: x86
  457. code_name: dcoretrustyplus
  458. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  459. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  460. name: dCore Trusty Plus
  461. - arch: x86
  462. code_name: dcorewheezy
  463. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  464. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  465. name: dCore Wheezy
  466. - arch: x86
  467. code_name: dcorewheezyplus
  468. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  469. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  470. name: dCore Wheezy Plus
  471. - arch: x86
  472. code_name: dcorexenial
  473. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  474. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  475. name: dCore Xenial
  476. - arch: x86
  477. code_name: dcorexenialplus
  478. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  479. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  480. name: dCore Xenial Plus
  481. - arch: x86_64
  482. code_name: dcore64bionic
  483. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  484. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  485. name: dCore64 Bionic
  486. - arch: x86_64
  487. code_name: dcore64bionicplus
  488. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  489. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  490. name: dCore64 Bionic Plus
  491. - arch: x86_64
  492. code_name: dcore64buster
  493. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  494. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  495. name: dCore64 Buster
  496. - arch: x86_64
  497. code_name: dcore64busterplus
  498. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  499. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  500. name: dCore64 Buster Plus
  501. - arch: x86_64
  502. code_name: dcore64stretch
  503. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  504. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  505. name: dCore64 Stretch
  506. - arch: x86_64
  507. code_name: dcore64stretchplus
  508. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  509. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  510. name: dCore Stretch Plus
  511. ubuntu:
  512. archive_mirror: http://old-releases.ubuntu.com
  513. base_dir: ubuntu
  514. enabled: true
  515. menu: linux
  516. mirror: http://archive.ubuntu.com
  517. name: Ubuntu
  518. versions:
  519. - code_name: hirsute
  520. name: 21.04 Hirsute Hippo
  521. - code_name: groovy
  522. name: 20.10 Groovy Gorilla
  523. - code_name: focal
  524. name: 20.04 LTS Focal Fossa (Subiquity)
  525. - code_name: focal-legacy
  526. name: 20.04 LTS Focal Fossa (Legacy)
  527. - code_name: bionic
  528. name: 18.04 LTS Bionic Beaver
  529. - code_name: xenial
  530. name: 16.04 LTS Xenial Xerus
  531. vyos:
  532. enabled: true
  533. menu: linux
  534. name: VyOS
  535. versions:
  536. - code_name: rolling
  537. name: 1.3 rolling
  538. zeninstall:
  539. enabled: true
  540. menu: linux
  541. name: Zen Installer Arch
  542. versions:
  543. - code_name: current
  544. name: current
  545. sigs_dir: '{{ netbootxyz_root }}/sigs'
  546. sigs_enabled: false
  547. sigs_location: http://${boot_domain}/sigs/
  548. sigs_menu: false
  549. site_name: netboot.xyz
  550. time_server: 0.pool.ntp.org
  551. utilitiesarm:
  552. placeholder:
  553. enabled: false
  554. name: placeholder
  555. type: direct
  556. utilitiesefi:
  557. 4mlinux:
  558. enabled: true
  559. name: 4MLinux
  560. type: ipxemenu
  561. bootrepair:
  562. enabled: true
  563. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  564. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  565. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  566. initrd=initrd
  567. name: Boot Repair CD
  568. type: direct
  569. caine:
  570. enabled: true
  571. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  572. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  573. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  574. initrd=initrd
  575. name: CAINE
  576. type: direct
  577. clonezilla:
  578. enabled: true
  579. name: Clonezilla
  580. type: ipxemenu
  581. gparted:
  582. enabled: true
  583. name: GParted
  584. type: ipxemenu
  585. grml:
  586. enabled: true
  587. name: Grml
  588. type: ipxemenu
  589. kaspersky:
  590. enabled: true
  591. name: Kaspersky Rescue Disk
  592. type: ipxemenu
  593. redorescue:
  594. enabled: true
  595. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  596. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
  597. setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  598. initrd=initrd
  599. name: RedoRescue
  600. type: direct
  601. rescatux:
  602. enabled: true
  603. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  604. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  605. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  606. initrd=initrd
  607. name: Rescatux
  608. type: direct
  609. rescuezilla:
  610. enabled: true
  611. name: Rescuezilla
  612. type: ipxemenu
  613. shredos:
  614. enabled: true
  615. name: ShredOS
  616. type: ipxemenu
  617. systemrescue:
  618. enabled: true
  619. name: System Rescue CD
  620. type: ipxemenu
  621. utilitiespcbios:
  622. 4mlinux:
  623. enabled: true
  624. name: 4MLinux
  625. type: ipxemenu
  626. avg:
  627. enabled: true
  628. name: AVG Rescue CD
  629. type: memdisk
  630. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  631. version: 160420a12074
  632. bootrepair:
  633. enabled: true
  634. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  635. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  636. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  637. initrd=initrd
  638. name: Boot Repair CD
  639. type: direct
  640. breakin:
  641. enabled: true
  642. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  643. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  644. startup=breakin initrd=initrd
  645. name: Breakin
  646. type: direct
  647. caine:
  648. enabled: true
  649. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  650. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  651. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  652. initrd=initrd
  653. name: CAINE
  654. type: direct
  655. clonezilla:
  656. enabled: true
  657. name: Clonezilla
  658. type: ipxemenu
  659. dban:
  660. enabled: true
  661. name: DBAN
  662. type: ipxemenu
  663. gparted:
  664. enabled: true
  665. name: GParted
  666. type: ipxemenu
  667. grml:
  668. enabled: true
  669. name: Grml
  670. type: ipxemenu
  671. kaspersky:
  672. enabled: true
  673. name: Kaspersky Rescue Disk
  674. type: ipxemenu
  675. memtest:
  676. enabled: true
  677. name: Memtest
  678. type: memtest
  679. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  680. version: 5.01.0
  681. redorescue:
  682. enabled: true
  683. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  684. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
  685. setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  686. initrd=initrd
  687. name: RedoRescue
  688. type: direct
  689. rescatux:
  690. enabled: true
  691. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  692. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  693. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  694. initrd=initrd
  695. name: Rescatux
  696. type: direct
  697. rescuezilla:
  698. enabled: true
  699. name: Rescuezilla
  700. type: ipxemenu
  701. shredos:
  702. enabled: true
  703. name: ShredOS
  704. type: ipxemenu
  705. supergrub:
  706. enabled: true
  707. name: SuperGRUB
  708. type: memdisk
  709. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  710. version: 2.04s1
  711. systemrescue:
  712. enabled: true
  713. name: System Rescue CD
  714. type: ipxemenu
  715. ubcd:
  716. enabled: true
  717. name: Ultimate Boot CD (UBCD)
  718. type: memdisk
  719. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  720. version: '538'
  721. wimboot_location: http://${boot_domain}/wimboot
  722. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot