main.yml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  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: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  11. ipxe_bin: ipxe.iso
  12. output_bin: -arm64.iso
  13. type: ISO
  14. - desc: Used for creation of USB Keys
  15. ipxe_bin: ipxe.img
  16. output_bin: -arm64.img
  17. type: IMG
  18. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  19. ipxe_bin: ipxe.efi
  20. output_bin: -arm64.efi
  21. type: DHCP
  22. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  23. ipxe_bin: snp.efi
  24. output_bin: -arm64-snp.efi
  25. type: DHCP-snp
  26. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  27. ipxe_bin: snponly.efi
  28. output_bin: -arm64-snponly.efi
  29. type: DHCP-snponly
  30. hybrid:
  31. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  32. ipxe_bin: ipxe.iso
  33. output_bin: .iso
  34. type: ISO
  35. - desc: Used for creation of USB Keys
  36. ipxe_bin: ipxe.img
  37. output_bin: .img
  38. type: IMG
  39. legacy:
  40. - desc: Used for booting from GRUB/EXTLINUX
  41. ipxe_bin: ipxe.lkrn
  42. output_bin: .lkrn
  43. type: Kernel
  44. - desc: Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  45. ipxe_bin: ipxe.dsk
  46. output_bin: .dsk
  47. type: Floppy
  48. - desc: Padded Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  49. ipxe_bin: ipxe.pdsk
  50. output_bin: .pdsk
  51. type: Floppy
  52. - desc: DHCP boot image file, uses built-in iPXE NIC drivers
  53. ipxe_bin: ipxe.kpxe
  54. output_bin: .kpxe
  55. type: DHCP
  56. - desc: DHCP boot image file, use if you have NIC issues
  57. ipxe_bin: undionly.kpxe
  58. output_bin: -undionly.kpxe
  59. type: DHCP-undionly
  60. multiarch:
  61. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  62. ipxe_bin: ipxe.iso
  63. output_bin: -multiarch.iso
  64. type: ISO
  65. - desc: Used for creation of USB Keys
  66. ipxe_bin: ipxe.img
  67. output_bin: -multiarch.img
  68. type: IMG
  69. rpi:
  70. - desc: Raspberry Pi 4 - USB/SD Card Image
  71. ipxe_bin: rpi4-sdcard.img
  72. output_bin: -rpi4-sdcard.img
  73. type: USB/SD Card
  74. - desc: Raspberry Pi 4 - EFI Image
  75. ipxe_bin: snp.efi
  76. output_bin: -rpi4-snp.efi
  77. type: DHCP-snp
  78. uefi:
  79. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  80. ipxe_bin: ipxe.efi
  81. output_bin: .efi
  82. type: DHCP
  83. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  84. ipxe_bin: snp.efi
  85. output_bin: -snp.efi
  86. type: DHCP-snp
  87. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  88. ipxe_bin: snponly.efi
  89. output_bin: -snponly.efi
  90. type: DHCP-snponly
  91. cert_dir: /etc/netbootxyz/certs
  92. cert_file_filename: ca-netboot-xyz.crt
  93. checksums_filename: '{{ site_name }}-sha256-checksums.txt'
  94. codesign_cert_filename: codesign.crt
  95. codesign_key_filename: codesign.key
  96. custom_generate_menus: false
  97. custom_github_menus: true
  98. custom_templates_dir: '{{ netbootxyz_conf_dir }}/custom'
  99. custom_url_menus: true
  100. early_menu_contents: '### put early ipxe settings here'
  101. early_menu_enabled: false
  102. generate_checksums: true
  103. generate_disks: true
  104. generate_disks_arm: false
  105. generate_disks_efi: true
  106. generate_disks_hybrid: false
  107. generate_disks_legacy: true
  108. generate_disks_linux: false
  109. generate_disks_rpi: false
  110. generate_local_vars: true
  111. generate_menus: true
  112. generate_signatures: false
  113. generate_version_file: true
  114. ipxe_branch: master
  115. ipxe_ca_filename: ca-ipxe-org.crt
  116. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  117. ipxe_debug_enabled: false
  118. ipxe_debug_options: httpcore,tls
  119. ipxe_repo: https://github.com/ipxe/ipxe
  120. ipxe_source_dir: /usr/src/ipxe
  121. kernel_params: initrd=initrd.magic ${cmdline}
  122. live_endpoint: https://github.com/netbootxyz
  123. make_num_jobs: 1
  124. memdisk_location: http://${boot_domain}/memdisk
  125. netbootxyz_conf_dir: /etc/netbootxyz
  126. netbootxyz_root: /var/www/html
  127. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  128. pipxe_branch: master
  129. pipxe_repo: https://github.com/netbootxyz/pipxe
  130. pipxe_source_dir: /usr/src/pipxe
  131. releases:
  132. almalinux:
  133. base_dir: almalinux
  134. enabled: true
  135. menu: linux
  136. mirror: http://repo.almalinux.org
  137. name: AlmaLinux
  138. versions:
  139. - code_name: 9
  140. name: 9 (Latest)
  141. - code_name: 8
  142. name: 8 (Latest)
  143. alpinelinux:
  144. base_dir: alpine
  145. enabled: true
  146. menu: linux
  147. mirror: http://dl-cdn.alpinelinux.org
  148. name: Alpine Linux
  149. versions:
  150. - code_name: v3.20
  151. name: '3.20'
  152. - code_name: edge
  153. name: Edge (development)
  154. archlinux:
  155. base_dir: archlinux
  156. enabled: true
  157. menu: linux
  158. mirror: mirrors.kernel.org
  159. name: Arch Linux
  160. versions:
  161. - code_name: 2024.11.01
  162. name: 2024.11.01
  163. blackarch:
  164. enabled: true
  165. menu: linux
  166. name: BlackArch
  167. versions:
  168. - code_name: current
  169. name: current
  170. centos:
  171. base_dir: centos
  172. enabled: true
  173. menu: linux
  174. mirror: http://mirror.centos.org
  175. name: CentOS
  176. versions:
  177. - code_name: 9-stream
  178. name: 9.0 Stream
  179. - code_name: 8.5.2111
  180. name: '8.5'
  181. - code_name: 8
  182. name: 8.x Latest
  183. - code_name: 8-stream
  184. name: 8.0 Stream
  185. coreos:
  186. base_dir: prod/streams
  187. enabled: true
  188. menu: linux
  189. mirror: https://builds.coreos.fedoraproject.org
  190. name: Fedora CoreOS
  191. versions:
  192. - code_name: 40.20241019.3.0
  193. name: stable
  194. - code_name: 41.20241027.2.0
  195. name: testing
  196. - code_name: 41.20241027.1.0
  197. name: next
  198. debian:
  199. archive_mirror: http://archive.debian.org
  200. base_dir: debian
  201. enabled: true
  202. menu: linux
  203. mirror: http://deb.debian.org
  204. name: Debian
  205. versions:
  206. stable:
  207. - code_name: bookworm
  208. name: 12.0 (bookworm)
  209. - code_name: bullseye
  210. name: 11.0 (bullseye)
  211. - code_name: buster
  212. name: 10.0 (buster)
  213. testing:
  214. - code_name: trixie
  215. name: trixie (testing)
  216. - code_name: sid
  217. name: sid (unstable)
  218. devuan:
  219. base_dir: devuan
  220. enabled: true
  221. menu: linux
  222. mirror: http://deb.devuan.org
  223. name: Devuan
  224. versions:
  225. stable:
  226. - code_name: daedalus
  227. name: 5.0 Daedalus (stable)
  228. - code_name: chimaera
  229. name: 4.0 Chimaera (oldstable)
  230. - code_name: beowulf
  231. name: 3.1 Beowulf (oldoldstable)
  232. testing:
  233. - code_name: excalibur
  234. name: Excalibur (testing)
  235. fedora:
  236. base_dir: fedora
  237. enabled: true
  238. menu: linux
  239. mirror: http://mirrors.kernel.org
  240. name: Fedora
  241. versions:
  242. - code_name: 41
  243. name: 41
  244. - code_name: 40
  245. name: 40
  246. flatcar:
  247. enabled: true
  248. menu: linux
  249. mirror: ''
  250. name: Flatcar Container Linux
  251. versions:
  252. - code_name: stable
  253. name: Stable Channel
  254. - code_name: beta
  255. name: Beta Channel
  256. - code_name: alpha
  257. name: Alpha Channel
  258. - code_name: edge
  259. name: Edge Channel
  260. freebsd:
  261. enabled: true
  262. menu: bsd
  263. name: FreeBSD
  264. freedos:
  265. base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.3/official
  266. enabled: true
  267. menu: dos
  268. mirror: http://www.ibiblio.org
  269. name: FreeDOS
  270. versions:
  271. - code_name: FD13-FullUSB
  272. name: 1.3 Full Installer
  273. - code_name: FD13-LiteUSB
  274. name: 1.3 Lite Installer
  275. gentoo:
  276. enabled: true
  277. menu: linux
  278. name: Gentoo
  279. harvester:
  280. enabled: true
  281. menu: linux
  282. name: Harvester
  283. ipfire:
  284. base_dir: releases/ipfire-2.x
  285. enabled: true
  286. menu: linux
  287. mirror: https://downloads.ipfire.org
  288. name: IPFire
  289. versions:
  290. - code_name: 2.29-core189
  291. name: 2.29 Core189
  292. k3os:
  293. enabled: true
  294. menu: linux
  295. mirror: https://github.com/rancher/k3os/releases
  296. name: k3OS
  297. kali:
  298. base_dir: kali
  299. enabled: true
  300. menu: linux
  301. mirror: http://http.kali.org
  302. name: Kali Linux
  303. versions:
  304. - code_name: rolling
  305. name: Rolling Edition
  306. mageia:
  307. base_dir: mageia
  308. enabled: true
  309. menu: linux
  310. mirror: http://mirrors.kernel.org
  311. name: Mageia
  312. versions:
  313. - code_name: '8'
  314. name: '8'
  315. - code_name: cauldron
  316. name: cauldron
  317. nixos:
  318. base_dir: nixos
  319. enabled: true
  320. menu: linux
  321. name: NixOS
  322. versions:
  323. - code_name: nixos-20.09
  324. name: nixos-20.09
  325. - code_name: nixos-21.05
  326. name: nixos-21.05
  327. - code_name: nixos-21.11
  328. name: nixos-21.11
  329. - code_name: nixos-22.05
  330. name: nixos-22.05
  331. - code_name: nixos-22.11
  332. name: nixos-22.11
  333. - code_name: nixos-23.05
  334. name: nixos-23.05
  335. - code_name: nixos-23.11
  336. name: nixos-23.11
  337. - code_name: nixos-24.05
  338. name: nixos-24.05
  339. - code_name: nixos-unstable
  340. name: nixos-unstable
  341. openEuler:
  342. base_dir: null
  343. enabled: true
  344. menu: linux
  345. mirror: http://repo.openeuler.org
  346. name: openEuler
  347. versions:
  348. - code_name: openEuler-23.09
  349. name: openEuler-23.09
  350. - code_name: openEuler-20.03-LTS-SP3
  351. name: openEuler-20.03-LTS-SP3
  352. - code_name: openEuler-22.03-LTS
  353. name: openEuler-22.03-LTS
  354. - code_name: openEuler-22.03-LTS-SP1
  355. name: openEuler-22.03-LTS-SP1
  356. - code_name: openEuler-22.03-LTS-SP2
  357. name: openEuler-22.03-LTS-SP2
  358. openbsd:
  359. base_dir: pub/OpenBSD
  360. enabled: true
  361. menu: bsd
  362. mirror: http://ftp.openbsd.org
  363. name: OpenBSD
  364. versions:
  365. - code_name: '7.4'
  366. image_ver: '74'
  367. name: '7.4'
  368. - code_name: '7.3'
  369. image_ver: '73'
  370. name: '7.3'
  371. - code_name: '7.2'
  372. image_ver: '72'
  373. name: '7.2'
  374. - code_name: snapshots
  375. image_ver: '74'
  376. name: 7.4 Latest Snapshot
  377. opensuse:
  378. base_dir: distribution/leap
  379. enabled: true
  380. menu: linux
  381. mirror: http://download.opensuse.org
  382. name: openSUSE
  383. versions:
  384. - code_name: '15.6'
  385. name: openSUSE Leap 15.6
  386. - code_name: '15.5'
  387. name: openSUSE Leap 15.5
  388. - code_name: tumbleweed
  389. name: openSUSE tumbleweed
  390. oracle:
  391. enabled: true
  392. menu: linux
  393. mirror: https://yum.oracle.com
  394. name: Oracle Linux
  395. paths:
  396. 7: /repo/OracleLinux/OL7/latest
  397. 8: /repo/OracleLinux/OL8/baseos/latest
  398. 9: /repo/OracleLinux/OL9/baseos/latest
  399. photon:
  400. enabled: true
  401. menu: linux
  402. name: VMware Photon
  403. proxmox:
  404. enabled: true
  405. menu: linux
  406. name: Proxmox
  407. rhel:
  408. enabled: true
  409. menu: linux
  410. name: Red Hat Enterprise Linux
  411. rockylinux:
  412. base_dir: pub/rocky
  413. enabled: true
  414. menu: linux
  415. mirror: http://download.rockylinux.org
  416. name: Rocky Linux
  417. versions:
  418. - code_name: 9
  419. name: 9 (Latest)
  420. - code_name: 8
  421. name: 8 (Latest)
  422. slackware:
  423. base_dir: slackware
  424. enabled: true
  425. menu: linux
  426. mirror: http://mirrors.kernel.org
  427. name: Slackware
  428. versions:
  429. - code_name: current
  430. name: Current
  431. - code_name: '14.2'
  432. name: '14.2'
  433. - code_name: '14.1'
  434. name: '14.1'
  435. - code_name: '15.0'
  436. name: '15.0'
  437. smartos:
  438. base_dir: /platform/i86pc/
  439. enabled: true
  440. menu: unix
  441. mirror: https://netboot.smartos.org/os/
  442. name: SmartOS
  443. versions:
  444. - code_name: 20241031T000342Z
  445. name: 20241031T000342Z
  446. - code_name: 20241017T041739Z
  447. name: 20241017T041739Z
  448. - code_name: 20241003T000345Z
  449. name: 20241003T000345Z
  450. - code_name: 20240919T000328Z
  451. name: 20240919T000328Z
  452. talos:
  453. enabled: true
  454. menu: linux
  455. mirror: https://github.com/siderolabs/talos/releases
  456. name: Talos
  457. platforms:
  458. - key: metal
  459. name: Bare Metal
  460. - key: aws
  461. name: AWS
  462. - key: azure
  463. name: Azure
  464. - key: digitalocean
  465. name: Digital Ocean
  466. - key: equinixMetal
  467. name: Equinix Metal
  468. - key: gcp
  469. name: GCP
  470. - key: hcloud
  471. name: Hetzner Cloud
  472. - key: nocloud
  473. name: Nocloud
  474. - key: openstack
  475. name: Openstack
  476. - key: oracle
  477. name: oracle
  478. - key: scaleway
  479. name: Scaleway
  480. - key: upcloud
  481. name: Upcloud
  482. - key: vmware
  483. name: VMware
  484. - key: vultr
  485. name: Vultr
  486. tinycore:
  487. enabled: true
  488. menu: linux
  489. mirror: http://distro.ibiblio.org/tinycorelinux
  490. name: Tiny Core Linux
  491. versions:
  492. - arch: x86
  493. code_name: core
  494. initrd: /15.x/x86/release/distribution_files/core.gz
  495. kernel: /15.x/x86/release/distribution_files/vmlinuz
  496. name: Core
  497. - arch: x86_64
  498. code_name: corepure
  499. initrd: /15.x/x86_64/release/distribution_files/corepure64.gz
  500. kernel: /15.x/x86_64/release/distribution_files/vmlinuz64
  501. name: CorePure
  502. - arch: x86
  503. code_name: dcorebionic
  504. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  505. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  506. name: dCore Bionic
  507. - arch: x86
  508. code_name: dcorebionicplus
  509. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  510. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  511. name: dCore Bionic Plus
  512. - arch: x86
  513. code_name: dcorejessie
  514. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  515. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  516. name: dCore Jessie
  517. - arch: x86
  518. code_name: dcorejessieplus
  519. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  520. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  521. name: dCore Jessie Plus
  522. - arch: x86
  523. code_name: dcorestretch
  524. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  525. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  526. name: dCore Stretch
  527. - arch: x86
  528. code_name: dcorestretchplus
  529. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  530. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  531. name: dCore Stretch Plus
  532. - arch: x86
  533. code_name: dcoretrusty
  534. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  535. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  536. name: dCore Trusty
  537. - arch: x86
  538. code_name: dcoretrustyplus
  539. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  540. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  541. name: dCore Trusty Plus
  542. - arch: x86
  543. code_name: dcorewheezy
  544. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  545. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  546. name: dCore Wheezy
  547. - arch: x86
  548. code_name: dcorewheezyplus
  549. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  550. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  551. name: dCore Wheezy Plus
  552. - arch: x86
  553. code_name: dcorexenial
  554. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  555. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  556. name: dCore Xenial
  557. - arch: x86
  558. code_name: dcorexenialplus
  559. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  560. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  561. name: dCore Xenial Plus
  562. - arch: x86_64
  563. code_name: dcore64bionic
  564. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  565. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  566. name: dCore64 Bionic
  567. - arch: x86_64
  568. code_name: dcore64bionicplus
  569. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  570. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  571. name: dCore64 Bionic Plus
  572. - arch: x86_64
  573. code_name: dcore64buster
  574. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  575. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  576. name: dCore64 Buster
  577. - arch: x86_64
  578. code_name: dcore64busterplus
  579. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  580. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  581. name: dCore64 Buster Plus
  582. - arch: x86_64
  583. code_name: dcore64stretch
  584. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  585. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  586. name: dCore64 Stretch
  587. - arch: x86_64
  588. code_name: dcore64stretchplus
  589. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  590. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  591. name: dCore Stretch Plus
  592. ubuntu:
  593. archive_mirror: http://old-releases.ubuntu.com
  594. base_dir: ubuntu
  595. enabled: true
  596. menu: linux
  597. mirror: http://archive.ubuntu.com
  598. name: Ubuntu
  599. versions:
  600. - code_name: oracular
  601. name: 24.10 Oracular Oriole
  602. - code_name: noble
  603. name: 24.04 LTS Noble Numbat
  604. - code_name: jammy
  605. name: 22.04 LTS Jammy Jellyfish
  606. - code_name: focal
  607. name: 20.04 LTS Focal Fossa (Subiquity)
  608. - code_name: focal-legacy
  609. name: 20.04 LTS Focal Fossa (Legacy)
  610. - code_name: bionic
  611. name: 18.04 LTS Bionic Beaver
  612. - code_name: xenial
  613. name: 16.04 LTS Xenial Xerus
  614. vmware:
  615. enabled: true
  616. menu: linux
  617. name: VMware ESXi
  618. vyos:
  619. enabled: true
  620. menu: linux
  621. name: VyOS
  622. versions:
  623. - code_name: rolling
  624. name: 1.5 rolling
  625. zeninstall:
  626. enabled: true
  627. menu: linux
  628. name: Zen Installer Arch
  629. versions:
  630. - code_name: current
  631. name: current
  632. sigs_dir: '{{ netbootxyz_root }}/sigs'
  633. sigs_enabled: false
  634. sigs_location: http://${boot_domain}/sigs/
  635. sigs_menu: false
  636. site_name: netboot.xyz
  637. time_server: 0.pool.ntp.org
  638. utilitiesarm:
  639. memtest86:
  640. enabled: false
  641. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  642. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  643. type: sanboot
  644. utilitiesefi:
  645. 4mlinux:
  646. enabled: true
  647. name: 4MLinux
  648. type: ipxemenu
  649. bootrepair:
  650. enabled: true
  651. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  652. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  653. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  654. {{ kernel_params }}
  655. name: Boot Repair CD
  656. type: direct
  657. caine:
  658. enabled: true
  659. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  660. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  661. netboot=url url=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  662. {{ kernel_params }}
  663. name: CAINE
  664. type: direct
  665. clonezilla:
  666. enabled: true
  667. name: Clonezilla
  668. type: ipxemenu
  669. gparted:
  670. enabled: true
  671. name: GParted
  672. type: ipxemenu
  673. grml:
  674. enabled: true
  675. name: Grml
  676. type: ipxemenu
  677. kaspersky:
  678. enabled: true
  679. name: Kaspersky Rescue Disk
  680. type: ipxemenu
  681. memtest86plus:
  682. enabled: true
  683. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  684. type: memtest
  685. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.efi
  686. version: '{{ endpoints.memtest86plus.version }}'
  687. redorescue:
  688. enabled: true
  689. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  690. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  691. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  692. {{ kernel_params }}
  693. name: RedoRescue
  694. type: direct
  695. rescatux:
  696. enabled: true
  697. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  698. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  699. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  700. {{ kernel_params }}
  701. name: Rescatux
  702. type: direct
  703. rescuezilla:
  704. enabled: true
  705. name: Rescuezilla
  706. type: ipxemenu
  707. shredos:
  708. enabled: true
  709. name: ShredOS
  710. type: ipxemenu
  711. supergrubdisk:
  712. enabled: true
  713. kernel: ${live_endpoint}{{ endpoints.supergrubdisk.path }}supergrub2-classic-x86_64.efi
  714. name: Super Grub2 Disk
  715. type: direct
  716. systemrescue:
  717. enabled: true
  718. name: System Rescue CD
  719. type: ipxemenu
  720. zfsbootmenu:
  721. enabled: true
  722. kernel: ${live_endpoint}{{ endpoints.zfsbootmenu.path }}zfsbootmenu-recovery-x86_64.efi
  723. name: ZFSBootMenu
  724. type: direct
  725. utilitiespcbios32:
  726. clonezilla:
  727. enabled: true
  728. name: Clonezilla
  729. type: ipxemenu
  730. memtest86legacy:
  731. enabled: true
  732. name: Memtest86+ 5.01.0
  733. type: memtest
  734. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  735. version: 5.01.0
  736. memtest86plus:
  737. enabled: true
  738. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  739. type: memtest
  740. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest32.bin
  741. version: '{{ endpoints.memtest86plus.version }}'
  742. shredos:
  743. enabled: true
  744. name: ShredOS
  745. type: ipxemenu
  746. systemrescue:
  747. enabled: true
  748. name: System Rescue CD
  749. type: ipxemenu
  750. utilitiespcbios64:
  751. 4mlinux:
  752. enabled: true
  753. name: 4MLinux
  754. type: ipxemenu
  755. bootrepair:
  756. enabled: true
  757. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  758. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  759. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  760. {{ kernel_params }}
  761. name: Boot Repair CD
  762. type: direct
  763. breakin:
  764. enabled: true
  765. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  766. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  767. startup=breakin {{ kernel_params }}
  768. name: Breakin
  769. type: direct
  770. caine:
  771. enabled: true
  772. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  773. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  774. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  775. {{ kernel_params }}
  776. name: CAINE
  777. type: direct
  778. clonezilla:
  779. enabled: true
  780. name: Clonezilla
  781. type: ipxemenu
  782. dban:
  783. enabled: true
  784. name: DBAN
  785. type: ipxemenu
  786. gparted:
  787. enabled: true
  788. name: GParted
  789. type: ipxemenu
  790. grml:
  791. enabled: true
  792. name: Grml
  793. type: ipxemenu
  794. kaspersky:
  795. enabled: true
  796. name: Kaspersky Rescue Disk
  797. type: ipxemenu
  798. memtest86legacy:
  799. enabled: true
  800. name: Memtest86+ 5.01.0
  801. type: memtest
  802. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  803. version: 5.01.0
  804. memtest86plus:
  805. enabled: true
  806. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  807. type: memtest
  808. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.bin
  809. version: '{{ endpoints.memtest86plus.version }}'
  810. redorescue:
  811. enabled: true
  812. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  813. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  814. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  815. {{ kernel_params }}
  816. name: RedoRescue
  817. type: direct
  818. rescatux:
  819. enabled: true
  820. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  821. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  822. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  823. {{ kernel_params }}
  824. name: Rescatux
  825. type: direct
  826. rescuezilla:
  827. enabled: true
  828. name: Rescuezilla
  829. type: ipxemenu
  830. shredos:
  831. enabled: true
  832. name: ShredOS
  833. type: ipxemenu
  834. supergrub:
  835. enabled: true
  836. name: Super GRUB2 Disk
  837. type: memdisk
  838. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  839. version: 2.04s1
  840. systemrescue:
  841. enabled: true
  842. name: System Rescue CD
  843. type: ipxemenu
  844. ubcd:
  845. enabled: true
  846. name: Ultimate Boot CD (UBCD)
  847. type: memdisk
  848. util_path: https://mirror.sysadminguide.net/ubcd/ubcd539.iso
  849. version: '539'
  850. wimboot_location: http://${boot_domain}/wimboot
  851. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot