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.09.01
  162. name: 2024.09.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.20240825.3.0
  193. name: stable
  194. - code_name: 40.20240906.2.0
  195. name: testing
  196. - code_name: 41.20240916.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: 40
  243. name: 40
  244. - code_name: 39
  245. name: 39
  246. - code_name: 38
  247. name: 38
  248. flatcar:
  249. enabled: true
  250. menu: linux
  251. mirror: ''
  252. name: Flatcar Container Linux
  253. versions:
  254. - code_name: stable
  255. name: Stable Channel
  256. - code_name: beta
  257. name: Beta Channel
  258. - code_name: alpha
  259. name: Alpha Channel
  260. - code_name: edge
  261. name: Edge Channel
  262. freebsd:
  263. enabled: true
  264. menu: bsd
  265. name: FreeBSD
  266. freedos:
  267. base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.3/official
  268. enabled: true
  269. menu: dos
  270. mirror: http://www.ibiblio.org
  271. name: FreeDOS
  272. versions:
  273. - code_name: FD13-FullUSB
  274. name: 1.3 Full Installer
  275. - code_name: FD13-LiteUSB
  276. name: 1.3 Lite Installer
  277. gentoo:
  278. enabled: true
  279. menu: linux
  280. name: Gentoo
  281. harvester:
  282. enabled: true
  283. menu: linux
  284. name: Harvester
  285. ipfire:
  286. base_dir: releases/ipfire-2.x
  287. enabled: true
  288. menu: linux
  289. mirror: https://downloads.ipfire.org
  290. name: IPFire
  291. versions:
  292. - code_name: 2.29-core188
  293. name: 2.29 Core188
  294. k3os:
  295. enabled: true
  296. menu: linux
  297. mirror: https://github.com/rancher/k3os/releases
  298. name: k3OS
  299. kali:
  300. base_dir: kali
  301. enabled: true
  302. menu: linux
  303. mirror: http://http.kali.org
  304. name: Kali Linux
  305. versions:
  306. - code_name: rolling
  307. name: Rolling Edition
  308. mageia:
  309. base_dir: mageia
  310. enabled: true
  311. menu: linux
  312. mirror: http://mirrors.kernel.org
  313. name: Mageia
  314. versions:
  315. - code_name: '8'
  316. name: '8'
  317. - code_name: cauldron
  318. name: cauldron
  319. nixos:
  320. base_dir: nixos
  321. enabled: true
  322. menu: linux
  323. name: NixOS
  324. versions:
  325. - code_name: nixos-20.09
  326. name: nixos-20.09
  327. - code_name: nixos-21.05
  328. name: nixos-21.05
  329. - code_name: nixos-21.11
  330. name: nixos-21.11
  331. - code_name: nixos-22.05
  332. name: nixos-22.05
  333. - code_name: nixos-22.11
  334. name: nixos-22.11
  335. - code_name: nixos-23.05
  336. name: nixos-23.05
  337. - code_name: nixos-23.11
  338. name: nixos-23.11
  339. - code_name: nixos-24.05
  340. name: nixos-24.05
  341. - code_name: nixos-unstable
  342. name: nixos-unstable
  343. openEuler:
  344. base_dir: null
  345. enabled: true
  346. menu: linux
  347. mirror: http://repo.openeuler.org
  348. name: openEuler
  349. versions:
  350. - code_name: openEuler-23.09
  351. name: openEuler-23.09
  352. - code_name: openEuler-20.03-LTS-SP3
  353. name: openEuler-20.03-LTS-SP3
  354. - code_name: openEuler-22.03-LTS
  355. name: openEuler-22.03-LTS
  356. - code_name: openEuler-22.03-LTS-SP1
  357. name: openEuler-22.03-LTS-SP1
  358. - code_name: openEuler-22.03-LTS-SP2
  359. name: openEuler-22.03-LTS-SP2
  360. openbsd:
  361. base_dir: pub/OpenBSD
  362. enabled: true
  363. menu: bsd
  364. mirror: http://ftp.openbsd.org
  365. name: OpenBSD
  366. versions:
  367. - code_name: '7.4'
  368. image_ver: '74'
  369. name: '7.4'
  370. - code_name: '7.3'
  371. image_ver: '73'
  372. name: '7.3'
  373. - code_name: '7.2'
  374. image_ver: '72'
  375. name: '7.2'
  376. - code_name: snapshots
  377. image_ver: '74'
  378. name: 7.4 Latest Snapshot
  379. opensuse:
  380. base_dir: distribution/leap
  381. enabled: true
  382. menu: linux
  383. mirror: http://download.opensuse.org
  384. name: openSUSE
  385. versions:
  386. - code_name: '15.6'
  387. name: openSUSE Leap 15.6
  388. - code_name: '15.5'
  389. name: openSUSE Leap 15.5
  390. - code_name: tumbleweed
  391. name: openSUSE tumbleweed
  392. oracle:
  393. enabled: true
  394. menu: linux
  395. mirror: https://yum.oracle.com
  396. name: Oracle Linux
  397. paths:
  398. 7: /repo/OracleLinux/OL7/latest
  399. 8: /repo/OracleLinux/OL8/baseos/latest
  400. 9: /repo/OracleLinux/OL9/baseos/latest
  401. photon:
  402. enabled: true
  403. menu: linux
  404. name: VMware Photon
  405. proxmox:
  406. enabled: true
  407. menu: linux
  408. name: Proxmox
  409. rhel:
  410. enabled: true
  411. menu: linux
  412. name: Red Hat Enterprise Linux
  413. rockylinux:
  414. base_dir: pub/rocky
  415. enabled: true
  416. menu: linux
  417. mirror: http://download.rockylinux.org
  418. name: Rocky Linux
  419. versions:
  420. - code_name: 9
  421. name: 9 (Latest)
  422. - code_name: 8
  423. name: 8 (Latest)
  424. slackware:
  425. base_dir: slackware
  426. enabled: true
  427. menu: linux
  428. mirror: http://mirrors.kernel.org
  429. name: Slackware
  430. versions:
  431. - code_name: current
  432. name: Current
  433. - code_name: '14.2'
  434. name: '14.2'
  435. - code_name: '14.1'
  436. name: '14.1'
  437. - code_name: '15.0'
  438. name: '15.0'
  439. smartos:
  440. base_dir: /platform/i86pc/
  441. enabled: true
  442. menu: unix
  443. mirror: https://netboot.smartos.org/os/
  444. name: SmartOS
  445. versions:
  446. - code_name: 20240905T024838Z
  447. name: 20240905T024838Z
  448. - code_name: 20240822T001821Z
  449. name: 20240822T001821Z
  450. - code_name: 20240808T000421Z
  451. name: 20240808T000421Z
  452. - code_name: 20240726T084648Z
  453. name: 20240726T084648Z
  454. talos:
  455. enabled: true
  456. menu: linux
  457. mirror: https://github.com/siderolabs/talos/releases
  458. name: Talos
  459. platforms:
  460. - key: metal
  461. name: Bare Metal
  462. - key: aws
  463. name: AWS
  464. - key: azure
  465. name: Azure
  466. - key: digitalocean
  467. name: Digital Ocean
  468. - key: equinixMetal
  469. name: Equinix Metal
  470. - key: gcp
  471. name: GCP
  472. - key: hcloud
  473. name: Hetzner Cloud
  474. - key: nocloud
  475. name: Nocloud
  476. - key: openstack
  477. name: Openstack
  478. - key: oracle
  479. name: oracle
  480. - key: scaleway
  481. name: Scaleway
  482. - key: upcloud
  483. name: Upcloud
  484. - key: vmware
  485. name: VMware
  486. - key: vultr
  487. name: Vultr
  488. tinycore:
  489. enabled: true
  490. menu: linux
  491. mirror: http://distro.ibiblio.org/tinycorelinux
  492. name: Tiny Core Linux
  493. versions:
  494. - arch: x86
  495. code_name: core
  496. initrd: /15.x/x86/release/distribution_files/core.gz
  497. kernel: /15.x/x86/release/distribution_files/vmlinuz
  498. name: Core
  499. - arch: x86_64
  500. code_name: corepure
  501. initrd: /15.x/x86_64/release/distribution_files/corepure64.gz
  502. kernel: /15.x/x86_64/release/distribution_files/vmlinuz64
  503. name: CorePure
  504. - arch: x86
  505. code_name: dcorebionic
  506. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  507. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  508. name: dCore Bionic
  509. - arch: x86
  510. code_name: dcorebionicplus
  511. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  512. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  513. name: dCore Bionic Plus
  514. - arch: x86
  515. code_name: dcorejessie
  516. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  517. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  518. name: dCore Jessie
  519. - arch: x86
  520. code_name: dcorejessieplus
  521. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  522. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  523. name: dCore Jessie Plus
  524. - arch: x86
  525. code_name: dcorestretch
  526. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  527. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  528. name: dCore Stretch
  529. - arch: x86
  530. code_name: dcorestretchplus
  531. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  532. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  533. name: dCore Stretch Plus
  534. - arch: x86
  535. code_name: dcoretrusty
  536. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  537. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  538. name: dCore Trusty
  539. - arch: x86
  540. code_name: dcoretrustyplus
  541. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  542. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  543. name: dCore Trusty Plus
  544. - arch: x86
  545. code_name: dcorewheezy
  546. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  547. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  548. name: dCore Wheezy
  549. - arch: x86
  550. code_name: dcorewheezyplus
  551. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  552. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  553. name: dCore Wheezy Plus
  554. - arch: x86
  555. code_name: dcorexenial
  556. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  557. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  558. name: dCore Xenial
  559. - arch: x86
  560. code_name: dcorexenialplus
  561. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  562. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  563. name: dCore Xenial Plus
  564. - arch: x86_64
  565. code_name: dcore64bionic
  566. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  567. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  568. name: dCore64 Bionic
  569. - arch: x86_64
  570. code_name: dcore64bionicplus
  571. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  572. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  573. name: dCore64 Bionic Plus
  574. - arch: x86_64
  575. code_name: dcore64buster
  576. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  577. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  578. name: dCore64 Buster
  579. - arch: x86_64
  580. code_name: dcore64busterplus
  581. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  582. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  583. name: dCore64 Buster Plus
  584. - arch: x86_64
  585. code_name: dcore64stretch
  586. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  587. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  588. name: dCore64 Stretch
  589. - arch: x86_64
  590. code_name: dcore64stretchplus
  591. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  592. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  593. name: dCore Stretch Plus
  594. ubuntu:
  595. archive_mirror: http://old-releases.ubuntu.com
  596. base_dir: ubuntu
  597. enabled: true
  598. menu: linux
  599. mirror: http://archive.ubuntu.com
  600. name: Ubuntu
  601. versions:
  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