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: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  11. ipxe_bin: ipxe.efi
  12. output_bin: -arm64.efi
  13. type: DHCP
  14. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  15. ipxe_bin: snp.efi
  16. output_bin: -arm64-snp.efi
  17. type: DHCP-snp
  18. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  19. ipxe_bin: snponly.efi
  20. output_bin: -arm64-snponly.efi
  21. type: DHCP-snponly
  22. hybrid:
  23. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  24. ipxe_bin: ipxe.iso
  25. output_bin: .iso
  26. type: ISO
  27. - desc: Used for creation of USB Keys
  28. ipxe_bin: ipxe.img
  29. output_bin: .img
  30. type: IMG
  31. legacy:
  32. - desc: Used for booting from GRUB/EXTLINUX
  33. ipxe_bin: ipxe.lkrn
  34. output_bin: .lkrn
  35. type: Kernel
  36. - desc: Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  37. ipxe_bin: ipxe.dsk
  38. output_bin: .dsk
  39. type: Floppy
  40. - desc: Padded Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  41. ipxe_bin: ipxe.pdsk
  42. output_bin: .pdsk
  43. type: Floppy
  44. - desc: DHCP boot image file, uses built-in iPXE NIC drivers
  45. ipxe_bin: ipxe.kpxe
  46. output_bin: .kpxe
  47. type: DHCP
  48. - desc: DHCP boot image file, use if you have NIC issues
  49. ipxe_bin: undionly.kpxe
  50. output_bin: -undionly.kpxe
  51. type: DHCP-undionly
  52. multiarch:
  53. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  54. ipxe_bin: ipxe.iso
  55. output_bin: -multiarch.iso
  56. type: ISO
  57. - desc: Used for creation of USB Keys
  58. ipxe_bin: ipxe.img
  59. output_bin: -multiarch.img
  60. type: IMG
  61. rpi:
  62. - desc: Raspberry Pi 4 - USB/SD Card Image
  63. ipxe_bin: rpi4-sdcard.img
  64. output_bin: -rpi4-sdcard.img
  65. type: USB/SD Card
  66. - desc: Raspberry Pi 4 - EFI Image
  67. ipxe_bin: snp.efi
  68. output_bin: -rpi4-snp.efi
  69. type: DHCP-snp
  70. uefi:
  71. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  72. ipxe_bin: ipxe.efi
  73. output_bin: .efi
  74. type: DHCP
  75. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  76. ipxe_bin: snp.efi
  77. output_bin: -snp.efi
  78. type: DHCP-snp
  79. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  80. ipxe_bin: snponly.efi
  81. output_bin: -snponly.efi
  82. type: DHCP-snponly
  83. cert_dir: /etc/netbootxyz/certs
  84. cert_file_filename: ca-netboot-xyz.crt
  85. checksums_filename: '{{ site_name }}-sha256-checksums.txt'
  86. codesign_cert_filename: codesign.crt
  87. codesign_key_filename: codesign.key
  88. custom_generate_menus: false
  89. custom_github_menus: true
  90. custom_templates_dir: '{{ netbootxyz_conf_dir }}/custom'
  91. custom_url_menus: true
  92. early_menu_contents: '### put early ipxe settings here'
  93. early_menu_enabled: false
  94. generate_checksums: true
  95. generate_disks: true
  96. generate_disks_arm: false
  97. generate_disks_efi: true
  98. generate_disks_hybrid: false
  99. generate_disks_legacy: true
  100. generate_disks_linux: false
  101. generate_disks_rpi: false
  102. generate_local_vars: true
  103. generate_menus: true
  104. generate_signatures: false
  105. generate_version_file: true
  106. ipxe_branch: master
  107. ipxe_ca_filename: ca-ipxe-org.crt
  108. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  109. ipxe_debug_enabled: false
  110. ipxe_debug_options: httpcore,tls
  111. ipxe_repo: https://github.com/ipxe/ipxe
  112. ipxe_source_dir: /usr/src/ipxe
  113. kernel_params: initrd=initrd.magic ${cmdline}
  114. live_endpoint: https://github.com/netbootxyz
  115. memdisk_location: http://${boot_domain}/memdisk
  116. netbootxyz_conf_dir: /etc/netbootxyz
  117. netbootxyz_root: /var/www/html
  118. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  119. pipxe_branch: master
  120. pipxe_repo: https://github.com/netbootxyz/pipxe
  121. pipxe_source_dir: /usr/src/pipxe
  122. releases:
  123. almalinux:
  124. base_dir: almalinux
  125. enabled: true
  126. menu: linux
  127. mirror: http://repo.almalinux.org
  128. name: AlmaLinux
  129. versions:
  130. - code_name: 9
  131. name: 9 (Latest)
  132. - code_name: 8
  133. name: 8 (Latest)
  134. alpinelinux:
  135. base_dir: alpine
  136. enabled: true
  137. menu: linux
  138. mirror: http://dl-cdn.alpinelinux.org
  139. name: Alpine Linux
  140. versions:
  141. - code_name: v3.18
  142. name: '3.18'
  143. - code_name: edge
  144. name: Edge (development)
  145. anarchy:
  146. enabled: true
  147. menu: linux
  148. name: Anarchy Linux
  149. versions:
  150. - code_name: current
  151. name: current
  152. archlinux:
  153. base_dir: archlinux
  154. enabled: true
  155. menu: linux
  156. mirror: mirrors.kernel.org
  157. name: Arch Linux
  158. versions:
  159. - code_name: 2023.09.01
  160. name: 2023.09.01
  161. blackarch:
  162. enabled: true
  163. menu: linux
  164. name: BlackArch
  165. versions:
  166. - code_name: current
  167. name: current
  168. centos:
  169. base_dir: centos
  170. enabled: true
  171. menu: linux
  172. mirror: http://mirror.centos.org
  173. name: CentOS
  174. versions:
  175. - code_name: 9-stream
  176. name: 9.0 Stream
  177. - code_name: 8.5.2111
  178. name: '8.5'
  179. - code_name: 8
  180. name: 8.x Latest
  181. - code_name: 8-stream
  182. name: 8.0 Stream
  183. - code_name: 7
  184. name: 7.x Latest
  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: 38.20230918.3.2
  193. name: stable
  194. - code_name: 38.20231002.2.2
  195. name: testing
  196. - code_name: 39.20231006.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: 39
  243. name: 39
  244. - code_name: 38
  245. name: 38
  246. - code_name: 37
  247. name: 37
  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.27-core180
  293. name: 2.27 Core180
  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-unstable
  338. name: nixos-unstable
  339. openEuler:
  340. base_dir: null
  341. enabled: true
  342. menu: linux
  343. mirror: http://repo.openeuler.org
  344. name: openEuler
  345. versions:
  346. - code_name: openEuler-23.09
  347. name: openEuler-23.09
  348. - code_name: openEuler-20.03-LTS-SP3
  349. name: openEuler-20.03-LTS-SP3
  350. - code_name: openEuler-22.03-LTS
  351. name: openEuler-22.03-LTS
  352. - code_name: openEuler-22.03-LTS-SP1
  353. name: openEuler-22.03-LTS-SP1
  354. - code_name: openEuler-22.03-LTS-SP2
  355. name: openEuler-22.03-LTS-SP2
  356. openbsd:
  357. base_dir: pub/OpenBSD
  358. enabled: true
  359. menu: bsd
  360. mirror: http://ftp.openbsd.org
  361. name: OpenBSD
  362. versions:
  363. - code_name: '7.3'
  364. image_ver: '73'
  365. name: '7.3'
  366. - code_name: '7.2'
  367. image_ver: '72'
  368. name: '7.2'
  369. - code_name: '7.1'
  370. image_ver: '71'
  371. name: '7.1'
  372. - code_name: '7.0'
  373. image_ver: '70'
  374. name: '7.0'
  375. - code_name: '6.9'
  376. image_ver: '69'
  377. name: '6.9'
  378. - code_name: '6.8'
  379. image_ver: '68'
  380. name: '6.8'
  381. - code_name: '6.7'
  382. image_ver: '67'
  383. name: '6.7'
  384. - code_name: '6.6'
  385. image_ver: '66'
  386. name: '6.6'
  387. - code_name: '6.5'
  388. image_ver: '65'
  389. name: '6.5'
  390. - code_name: '6.4'
  391. image_ver: '64'
  392. name: '6.4'
  393. - code_name: snapshots
  394. image_ver: '69'
  395. name: 6.9 Latest Snapshot
  396. opensuse:
  397. base_dir: distribution/leap
  398. enabled: true
  399. menu: linux
  400. mirror: http://download.opensuse.org
  401. name: openSUSE
  402. versions:
  403. - code_name: '15.5'
  404. name: openSUSE Leap 15.5
  405. - code_name: '15.4'
  406. name: openSUSE Leap 15.4
  407. - code_name: '15.3'
  408. name: openSUSE Leap 15.3
  409. - code_name: tumbleweed
  410. name: openSUSE tumbleweed
  411. oracle:
  412. enabled: true
  413. menu: linux
  414. mirror: https://yum.oracle.com
  415. name: Oracle Linux
  416. paths:
  417. 7: /repo/OracleLinux/OL7/latest
  418. 8: /repo/OracleLinux/OL8/baseos/latest
  419. 9: /repo/OracleLinux/OL9/baseos/latest
  420. photon:
  421. enabled: true
  422. menu: linux
  423. name: VMware Photon
  424. proxmox:
  425. enabled: true
  426. menu: linux
  427. name: Proxmox
  428. rhel:
  429. enabled: true
  430. menu: linux
  431. name: Red Hat Enterprise Linux
  432. rockylinux:
  433. base_dir: pub/rocky
  434. enabled: true
  435. menu: linux
  436. mirror: http://download.rockylinux.org
  437. name: Rocky Linux
  438. versions:
  439. - code_name: 9
  440. name: 9 (Latest)
  441. - code_name: 8
  442. name: 8 (Latest)
  443. scientific:
  444. base_dir: linux/scientific
  445. enabled: true
  446. menu: linux
  447. mirror: http://ftp1.scientificlinux.org
  448. name: Scientific Linux
  449. versions:
  450. - code_name: '7.7'
  451. name: '7.7'
  452. - code_name: '7.6'
  453. name: '7.6'
  454. - code_name: '6.10'
  455. name: '6.10'
  456. - code_name: '6.9'
  457. name: '6.9'
  458. slackware:
  459. base_dir: slackware
  460. enabled: true
  461. menu: linux
  462. mirror: http://mirrors.kernel.org
  463. name: Slackware
  464. versions:
  465. - code_name: current
  466. name: Current
  467. - code_name: '14.2'
  468. name: '14.2'
  469. - code_name: '14.1'
  470. name: '14.1'
  471. - code_name: '15.0'
  472. name: '15.0'
  473. smartos:
  474. base_dir: /platform/i86pc/
  475. enabled: true
  476. menu: unix
  477. mirror: https://netboot.joyent.com/os/
  478. name: SmartOS
  479. versions:
  480. - code_name: 20231005T000607Z
  481. name: 20231005T000607Z
  482. - code_name: 20230921T034751Z
  483. name: 20230921T034751Z
  484. - code_name: 20230907T000420Z
  485. name: 20230907T000420Z
  486. - code_name: 20230828T151332Z
  487. name: 20230828T151332Z
  488. talos:
  489. enabled: true
  490. menu: linux
  491. mirror: https://github.com/siderolabs/talos/releases
  492. name: Talos
  493. platforms:
  494. - key: metal
  495. name: Bare Metal
  496. - key: aws
  497. name: AWS
  498. - key: azure
  499. name: Azure
  500. - key: digital-ocean
  501. name: Digital Ocean
  502. - key: gcp
  503. name: GCP
  504. - key: metal
  505. name: Equinix Metal
  506. - key: vmware
  507. name: VMware
  508. tinycore:
  509. enabled: true
  510. menu: linux
  511. mirror: http://distro.ibiblio.org/tinycorelinux
  512. name: Tiny Core Linux
  513. versions:
  514. - arch: x86
  515. code_name: core
  516. initrd: /14.x/x86/release/distribution_files/core.gz
  517. kernel: /14.x/x86/release/distribution_files/vmlinuz
  518. name: Core
  519. - arch: x86_64
  520. code_name: corepure
  521. initrd: /14.x/x86_64/release/distribution_files/corepure64.gz
  522. kernel: /14.x/x86_64/release/distribution_files/vmlinuz64
  523. name: CorePure
  524. - arch: x86
  525. code_name: dcorebionic
  526. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  527. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  528. name: dCore Bionic
  529. - arch: x86
  530. code_name: dcorebionicplus
  531. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  532. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  533. name: dCore Bionic Plus
  534. - arch: x86
  535. code_name: dcorejessie
  536. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  537. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  538. name: dCore Jessie
  539. - arch: x86
  540. code_name: dcorejessieplus
  541. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  542. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  543. name: dCore Jessie Plus
  544. - arch: x86
  545. code_name: dcorestretch
  546. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  547. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  548. name: dCore Stretch
  549. - arch: x86
  550. code_name: dcorestretchplus
  551. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  552. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  553. name: dCore Stretch Plus
  554. - arch: x86
  555. code_name: dcoretrusty
  556. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  557. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  558. name: dCore Trusty
  559. - arch: x86
  560. code_name: dcoretrustyplus
  561. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  562. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  563. name: dCore Trusty Plus
  564. - arch: x86
  565. code_name: dcorewheezy
  566. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  567. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  568. name: dCore Wheezy
  569. - arch: x86
  570. code_name: dcorewheezyplus
  571. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  572. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  573. name: dCore Wheezy Plus
  574. - arch: x86
  575. code_name: dcorexenial
  576. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  577. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  578. name: dCore Xenial
  579. - arch: x86
  580. code_name: dcorexenialplus
  581. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  582. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  583. name: dCore Xenial Plus
  584. - arch: x86_64
  585. code_name: dcore64bionic
  586. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  587. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  588. name: dCore64 Bionic
  589. - arch: x86_64
  590. code_name: dcore64bionicplus
  591. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  592. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  593. name: dCore64 Bionic Plus
  594. - arch: x86_64
  595. code_name: dcore64buster
  596. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  597. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  598. name: dCore64 Buster
  599. - arch: x86_64
  600. code_name: dcore64busterplus
  601. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  602. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  603. name: dCore64 Buster Plus
  604. - arch: x86_64
  605. code_name: dcore64stretch
  606. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  607. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  608. name: dCore64 Stretch
  609. - arch: x86_64
  610. code_name: dcore64stretchplus
  611. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  612. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  613. name: dCore Stretch Plus
  614. ubuntu:
  615. archive_mirror: http://old-releases.ubuntu.com
  616. base_dir: ubuntu
  617. enabled: true
  618. menu: linux
  619. mirror: http://archive.ubuntu.com
  620. name: Ubuntu
  621. versions:
  622. - code_name: mantic
  623. name: 23.10 Mantic Minotaur
  624. - code_name: lunar
  625. name: 23.04 Lunar Lobster
  626. - code_name: jammy
  627. name: 22.04 LTS Jammy Jellyfish
  628. - code_name: focal
  629. name: 20.04 LTS Focal Fossa (Subiquity)
  630. - code_name: focal-legacy
  631. name: 20.04 LTS Focal Fossa (Legacy)
  632. - code_name: bionic
  633. name: 18.04 LTS Bionic Beaver
  634. - code_name: xenial
  635. name: 16.04 LTS Xenial Xerus
  636. - code_name: trusty
  637. name: 14.04 LTS Trusty Tahr
  638. vmware:
  639. enabled: true
  640. menu: linux
  641. name: VMware ESXi
  642. vyos:
  643. enabled: true
  644. menu: linux
  645. name: VyOS
  646. versions:
  647. - code_name: rolling
  648. name: 1.4 rolling
  649. zeninstall:
  650. enabled: true
  651. menu: linux
  652. name: Zen Installer Arch
  653. versions:
  654. - code_name: current
  655. name: current
  656. sigs_dir: '{{ netbootxyz_root }}/sigs'
  657. sigs_enabled: false
  658. sigs_location: http://${boot_domain}/sigs/
  659. sigs_menu: false
  660. site_name: netboot.xyz
  661. time_server: 0.pool.ntp.org
  662. utilitiesarm:
  663. memtest86:
  664. enabled: false
  665. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  666. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  667. type: sanboot
  668. utilitiesefi:
  669. 4mlinux:
  670. enabled: true
  671. name: 4MLinux
  672. type: ipxemenu
  673. bootrepair:
  674. enabled: true
  675. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  676. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  677. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  678. {{ kernel_params }}
  679. name: Boot Repair CD
  680. type: direct
  681. caine:
  682. enabled: true
  683. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  684. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  685. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  686. {{ kernel_params }}
  687. name: CAINE
  688. type: direct
  689. clonezilla:
  690. enabled: true
  691. name: Clonezilla
  692. type: ipxemenu
  693. gparted:
  694. enabled: true
  695. name: GParted
  696. type: ipxemenu
  697. grml:
  698. enabled: true
  699. name: Grml
  700. type: ipxemenu
  701. kaspersky:
  702. enabled: true
  703. name: Kaspersky Rescue Disk
  704. type: ipxemenu
  705. memtest86:
  706. enabled: false
  707. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  708. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  709. type: sanboot
  710. redorescue:
  711. enabled: true
  712. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  713. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  714. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  715. {{ kernel_params }}
  716. name: RedoRescue
  717. type: direct
  718. rescatux:
  719. enabled: true
  720. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  721. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  722. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  723. {{ kernel_params }}
  724. name: Rescatux
  725. type: direct
  726. rescuezilla:
  727. enabled: true
  728. name: Rescuezilla
  729. type: ipxemenu
  730. shredos:
  731. enabled: true
  732. name: ShredOS
  733. type: ipxemenu
  734. systemrescue:
  735. enabled: true
  736. name: System Rescue CD
  737. type: ipxemenu
  738. utilitiespcbios32:
  739. clonezilla:
  740. enabled: true
  741. name: Clonezilla
  742. type: ipxemenu
  743. memtest:
  744. enabled: true
  745. name: Memtest
  746. type: memtest
  747. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  748. version: 5.01.0
  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. avg:
  763. enabled: true
  764. name: AVG Rescue CD
  765. type: memdisk
  766. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  767. version: 160420a12074
  768. bootrepair:
  769. enabled: true
  770. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  771. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  772. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  773. {{ kernel_params }}
  774. name: Boot Repair CD
  775. type: direct
  776. breakin:
  777. enabled: true
  778. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  779. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  780. startup=breakin {{ kernel_params }}
  781. name: Breakin
  782. type: direct
  783. caine:
  784. enabled: true
  785. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  786. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  787. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  788. {{ kernel_params }}
  789. name: CAINE
  790. type: direct
  791. clonezilla:
  792. enabled: true
  793. name: Clonezilla
  794. type: ipxemenu
  795. dban:
  796. enabled: true
  797. name: DBAN
  798. type: ipxemenu
  799. gparted:
  800. enabled: true
  801. name: GParted
  802. type: ipxemenu
  803. grml:
  804. enabled: true
  805. name: Grml
  806. type: ipxemenu
  807. kaspersky:
  808. enabled: true
  809. name: Kaspersky Rescue Disk
  810. type: ipxemenu
  811. memtest:
  812. enabled: true
  813. name: Memtest
  814. type: memtest
  815. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  816. version: 5.01.0
  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