main.yml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  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.06.01
  162. name: 2024.06.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.20240602.3.0
  193. name: stable
  194. - code_name: 40.20240616.2.0
  195. name: testing
  196. - code_name: 40.20240616.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-core186
  293. name: 2.29 Core186
  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. scientific:
  425. base_dir: linux/scientific
  426. enabled: true
  427. menu: linux
  428. mirror: http://ftp1.scientificlinux.org
  429. name: Scientific Linux
  430. versions:
  431. - code_name: '7.9'
  432. name: '7.9'
  433. - code_name: '7.8'
  434. name: '7.8'
  435. - code_name: '7.7'
  436. name: '7.7'
  437. - code_name: '7.6'
  438. name: '7.6'
  439. slackware:
  440. base_dir: slackware
  441. enabled: true
  442. menu: linux
  443. mirror: http://mirrors.kernel.org
  444. name: Slackware
  445. versions:
  446. - code_name: current
  447. name: Current
  448. - code_name: '14.2'
  449. name: '14.2'
  450. - code_name: '14.1'
  451. name: '14.1'
  452. - code_name: '15.0'
  453. name: '15.0'
  454. smartos:
  455. base_dir: /platform/i86pc/
  456. enabled: true
  457. menu: unix
  458. mirror: https://netboot.smartos.org/os/
  459. name: SmartOS
  460. versions:
  461. - code_name: 20240613T000428Z
  462. name: 20240613T000428Z
  463. - code_name: 20240530T000454Z
  464. name: 20240530T000454Z
  465. - code_name: 20240516T000925Z
  466. name: 20240516T000925Z
  467. - code_name: 20240502T000615Z
  468. name: 20240502T000615Z
  469. talos:
  470. enabled: true
  471. menu: linux
  472. mirror: https://github.com/siderolabs/talos/releases
  473. name: Talos
  474. platforms:
  475. - key: metal
  476. name: Bare Metal
  477. - key: aws
  478. name: AWS
  479. - key: azure
  480. name: Azure
  481. - key: digitalocean
  482. name: Digital Ocean
  483. - key: equinixMetal
  484. name: Equinix Metal
  485. - key: gcp
  486. name: GCP
  487. - key: hcloud
  488. name: Hetzner Cloud
  489. - key: nocloud
  490. name: Nocloud
  491. - key: openstack
  492. name: Openstack
  493. - key: oracle
  494. name: oracle
  495. - key: scaleway
  496. name: Scaleway
  497. - key: upcloud
  498. name: Upcloud
  499. - key: vmware
  500. name: VMware
  501. - key: vultr
  502. name: Vultr
  503. tinycore:
  504. enabled: true
  505. menu: linux
  506. mirror: http://distro.ibiblio.org/tinycorelinux
  507. name: Tiny Core Linux
  508. versions:
  509. - arch: x86
  510. code_name: core
  511. initrd: /15.x/x86/release/distribution_files/core.gz
  512. kernel: /15.x/x86/release/distribution_files/vmlinuz
  513. name: Core
  514. - arch: x86_64
  515. code_name: corepure
  516. initrd: /15.x/x86_64/release/distribution_files/corepure64.gz
  517. kernel: /15.x/x86_64/release/distribution_files/vmlinuz64
  518. name: CorePure
  519. - arch: x86
  520. code_name: dcorebionic
  521. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  522. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  523. name: dCore Bionic
  524. - arch: x86
  525. code_name: dcorebionicplus
  526. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  527. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  528. name: dCore Bionic Plus
  529. - arch: x86
  530. code_name: dcorejessie
  531. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  532. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  533. name: dCore Jessie
  534. - arch: x86
  535. code_name: dcorejessieplus
  536. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  537. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  538. name: dCore Jessie Plus
  539. - arch: x86
  540. code_name: dcorestretch
  541. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  542. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  543. name: dCore Stretch
  544. - arch: x86
  545. code_name: dcorestretchplus
  546. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  547. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  548. name: dCore Stretch Plus
  549. - arch: x86
  550. code_name: dcoretrusty
  551. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  552. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  553. name: dCore Trusty
  554. - arch: x86
  555. code_name: dcoretrustyplus
  556. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  557. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  558. name: dCore Trusty Plus
  559. - arch: x86
  560. code_name: dcorewheezy
  561. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  562. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  563. name: dCore Wheezy
  564. - arch: x86
  565. code_name: dcorewheezyplus
  566. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  567. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  568. name: dCore Wheezy Plus
  569. - arch: x86
  570. code_name: dcorexenial
  571. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  572. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  573. name: dCore Xenial
  574. - arch: x86
  575. code_name: dcorexenialplus
  576. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  577. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  578. name: dCore Xenial Plus
  579. - arch: x86_64
  580. code_name: dcore64bionic
  581. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  582. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  583. name: dCore64 Bionic
  584. - arch: x86_64
  585. code_name: dcore64bionicplus
  586. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  587. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  588. name: dCore64 Bionic Plus
  589. - arch: x86_64
  590. code_name: dcore64buster
  591. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  592. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  593. name: dCore64 Buster
  594. - arch: x86_64
  595. code_name: dcore64busterplus
  596. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  597. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  598. name: dCore64 Buster Plus
  599. - arch: x86_64
  600. code_name: dcore64stretch
  601. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  602. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  603. name: dCore64 Stretch
  604. - arch: x86_64
  605. code_name: dcore64stretchplus
  606. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  607. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  608. name: dCore Stretch Plus
  609. ubuntu:
  610. archive_mirror: http://old-releases.ubuntu.com
  611. base_dir: ubuntu
  612. enabled: true
  613. menu: linux
  614. mirror: http://archive.ubuntu.com
  615. name: Ubuntu
  616. versions:
  617. - code_name: noble
  618. name: 24.04 LTS Noble Numbat
  619. - code_name: mantic
  620. name: 23.10 Mantic Minotaur
  621. - code_name: jammy
  622. name: 22.04 LTS Jammy Jellyfish
  623. - code_name: focal
  624. name: 20.04 LTS Focal Fossa (Subiquity)
  625. - code_name: focal-legacy
  626. name: 20.04 LTS Focal Fossa (Legacy)
  627. - code_name: bionic
  628. name: 18.04 LTS Bionic Beaver
  629. - code_name: xenial
  630. name: 16.04 LTS Xenial Xerus
  631. vmware:
  632. enabled: true
  633. menu: linux
  634. name: VMware ESXi
  635. vyos:
  636. enabled: true
  637. menu: linux
  638. name: VyOS
  639. versions:
  640. - code_name: rolling
  641. name: 1.5 rolling
  642. zeninstall:
  643. enabled: true
  644. menu: linux
  645. name: Zen Installer Arch
  646. versions:
  647. - code_name: current
  648. name: current
  649. sigs_dir: '{{ netbootxyz_root }}/sigs'
  650. sigs_enabled: false
  651. sigs_location: http://${boot_domain}/sigs/
  652. sigs_menu: false
  653. site_name: netboot.xyz
  654. time_server: 0.pool.ntp.org
  655. utilitiesarm:
  656. memtest86:
  657. enabled: false
  658. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  659. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  660. type: sanboot
  661. utilitiesefi:
  662. 4mlinux:
  663. enabled: true
  664. name: 4MLinux
  665. type: ipxemenu
  666. bootrepair:
  667. enabled: true
  668. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  669. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  670. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  671. {{ kernel_params }}
  672. name: Boot Repair CD
  673. type: direct
  674. caine:
  675. enabled: true
  676. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  677. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  678. netboot=url url=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  679. {{ kernel_params }}
  680. name: CAINE
  681. type: direct
  682. clonezilla:
  683. enabled: true
  684. name: Clonezilla
  685. type: ipxemenu
  686. gparted:
  687. enabled: true
  688. name: GParted
  689. type: ipxemenu
  690. grml:
  691. enabled: true
  692. name: Grml
  693. type: ipxemenu
  694. kaspersky:
  695. enabled: true
  696. name: Kaspersky Rescue Disk
  697. type: ipxemenu
  698. memtest86plus:
  699. enabled: true
  700. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  701. type: memtest
  702. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.efi
  703. version: '{{ endpoints.memtest86plus.version }}'
  704. redorescue:
  705. enabled: true
  706. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  707. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  708. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  709. {{ kernel_params }}
  710. name: RedoRescue
  711. type: direct
  712. rescatux:
  713. enabled: true
  714. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  715. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  716. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  717. {{ kernel_params }}
  718. name: Rescatux
  719. type: direct
  720. rescuezilla:
  721. enabled: true
  722. name: Rescuezilla
  723. type: ipxemenu
  724. shredos:
  725. enabled: true
  726. name: ShredOS
  727. type: ipxemenu
  728. systemrescue:
  729. enabled: true
  730. name: System Rescue CD
  731. type: ipxemenu
  732. utilitiespcbios32:
  733. clonezilla:
  734. enabled: true
  735. name: Clonezilla
  736. type: ipxemenu
  737. memtest86legacy:
  738. enabled: true
  739. name: Memtest86+ 5.01.0
  740. type: memtest
  741. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  742. version: 5.01.0
  743. memtest86plus:
  744. enabled: true
  745. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  746. type: memtest
  747. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest32.bin
  748. version: '{{ endpoints.memtest86plus.version }}'
  749. shredos:
  750. enabled: true
  751. name: ShredOS
  752. type: ipxemenu
  753. systemrescue:
  754. enabled: true
  755. name: System Rescue CD
  756. type: ipxemenu
  757. utilitiespcbios64:
  758. 4mlinux:
  759. enabled: true
  760. name: 4MLinux
  761. type: ipxemenu
  762. bootrepair:
  763. enabled: true
  764. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  765. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  766. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  767. {{ kernel_params }}
  768. name: Boot Repair CD
  769. type: direct
  770. breakin:
  771. enabled: true
  772. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  773. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  774. startup=breakin {{ kernel_params }}
  775. name: Breakin
  776. type: direct
  777. caine:
  778. enabled: true
  779. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  780. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  781. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  782. {{ kernel_params }}
  783. name: CAINE
  784. type: direct
  785. clonezilla:
  786. enabled: true
  787. name: Clonezilla
  788. type: ipxemenu
  789. dban:
  790. enabled: true
  791. name: DBAN
  792. type: ipxemenu
  793. gparted:
  794. enabled: true
  795. name: GParted
  796. type: ipxemenu
  797. grml:
  798. enabled: true
  799. name: Grml
  800. type: ipxemenu
  801. kaspersky:
  802. enabled: true
  803. name: Kaspersky Rescue Disk
  804. type: ipxemenu
  805. memtest86legacy:
  806. enabled: true
  807. name: Memtest86+ 5.01.0
  808. type: memtest
  809. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  810. version: 5.01.0
  811. memtest86plus:
  812. enabled: true
  813. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  814. type: memtest
  815. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.bin
  816. version: '{{ endpoints.memtest86plus.version }}'
  817. redorescue:
  818. enabled: true
  819. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  820. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  821. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  822. {{ kernel_params }}
  823. name: RedoRescue
  824. type: direct
  825. rescatux:
  826. enabled: true
  827. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  828. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  829. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  830. {{ kernel_params }}
  831. name: Rescatux
  832. type: direct
  833. rescuezilla:
  834. enabled: true
  835. name: Rescuezilla
  836. type: ipxemenu
  837. shredos:
  838. enabled: true
  839. name: ShredOS
  840. type: ipxemenu
  841. supergrub:
  842. enabled: true
  843. name: SuperGRUB
  844. type: memdisk
  845. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  846. version: 2.04s1
  847. systemrescue:
  848. enabled: true
  849. name: System Rescue CD
  850. type: ipxemenu
  851. ubcd:
  852. enabled: true
  853. name: Ultimate Boot CD (UBCD)
  854. type: memdisk
  855. util_path: https://mirror.sysadminguide.net/ubcd/ubcd539.iso
  856. version: '539'
  857. wimboot_location: http://${boot_domain}/wimboot
  858. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot