main.yml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  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.2
  131. name: 9.2
  132. - code_name: 9.1
  133. name: 9.1
  134. - code_name: 9.0
  135. name: 9.0
  136. - code_name: 8.7
  137. name: 8.7
  138. alpinelinux:
  139. base_dir: alpine
  140. enabled: true
  141. menu: linux
  142. mirror: http://dl-cdn.alpinelinux.org
  143. name: Alpine Linux
  144. versions:
  145. - code_name: v3.18
  146. name: '3.18'
  147. - code_name: edge
  148. name: Edge (development)
  149. anarchy:
  150. enabled: true
  151. menu: linux
  152. name: Anarchy Linux
  153. versions:
  154. - code_name: current
  155. name: current
  156. archlinux:
  157. base_dir: archlinux
  158. enabled: true
  159. menu: linux
  160. mirror: mirrors.kernel.org
  161. name: Arch Linux
  162. versions:
  163. - code_name: 2023.06.01
  164. name: 2023.06.01
  165. blackarch:
  166. enabled: true
  167. menu: linux
  168. name: BlackArch
  169. versions:
  170. - code_name: current
  171. name: current
  172. centos:
  173. base_dir: centos
  174. enabled: true
  175. menu: linux
  176. mirror: http://mirror.centos.org
  177. name: CentOS
  178. versions:
  179. - code_name: 9-stream
  180. name: 9.0 Stream
  181. - code_name: 8.5.2111
  182. name: '8.5'
  183. - code_name: 8
  184. name: 8.x Latest
  185. - code_name: 8-stream
  186. name: 8.0 Stream
  187. - code_name: 7
  188. name: 7.x Latest
  189. coreos:
  190. base_dir: prod/streams
  191. enabled: true
  192. menu: linux
  193. mirror: https://builds.coreos.fedoraproject.org
  194. name: Fedora CoreOS
  195. versions:
  196. - code_name: 38.20230527.3.0
  197. name: stable
  198. - code_name: 38.20230609.2.1
  199. name: testing
  200. - code_name: 38.20230609.1.0
  201. name: next
  202. debian:
  203. archive_mirror: http://archive.debian.org
  204. base_dir: debian
  205. enabled: true
  206. menu: linux
  207. mirror: http://deb.debian.org
  208. name: Debian
  209. versions:
  210. stable:
  211. - code_name: bookworm
  212. name: 12.0 (bookworm)
  213. - code_name: bullseye
  214. name: 11.0 (bullseye)
  215. - code_name: buster
  216. name: 10.0 (buster)
  217. testing:
  218. - code_name: trixie
  219. name: trixie (testing)
  220. - code_name: sid
  221. name: sid (unstable)
  222. devuan:
  223. base_dir: devuan
  224. enabled: true
  225. menu: linux
  226. mirror: http://deb.devuan.org
  227. name: Devuan
  228. versions:
  229. stable:
  230. - code_name: chimaera
  231. name: 4.0 Chimaera (stable)
  232. - code_name: beowulf
  233. name: 3.0 Beowulf (oldstable)
  234. - code_name: ascii
  235. name: 2.1 ASCII (oldoldstable)
  236. testing:
  237. - code_name: daedalus
  238. name: Daedalus (testing)
  239. fedora:
  240. base_dir: fedora
  241. enabled: true
  242. menu: linux
  243. mirror: http://mirrors.kernel.org
  244. name: Fedora
  245. versions:
  246. - code_name: 38
  247. name: 38
  248. - code_name: 37
  249. name: 37
  250. - code_name: 36
  251. name: 36
  252. flatcar:
  253. enabled: true
  254. menu: linux
  255. mirror: ''
  256. name: Flatcar Container Linux
  257. versions:
  258. - code_name: stable
  259. name: Stable Channel
  260. - code_name: beta
  261. name: Beta Channel
  262. - code_name: alpha
  263. name: Alpha Channel
  264. - code_name: edge
  265. name: Edge Channel
  266. freebsd:
  267. enabled: true
  268. menu: bsd
  269. name: FreeBSD
  270. freedos:
  271. base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.3/official
  272. enabled: true
  273. menu: dos
  274. mirror: http://www.ibiblio.org
  275. name: FreeDOS
  276. versions:
  277. - code_name: FD13-FullUSB
  278. name: 1.3 Full Installer
  279. - code_name: FD13-LiteUSB
  280. name: 1.3 Lite Installer
  281. gentoo:
  282. enabled: true
  283. menu: linux
  284. name: Gentoo
  285. harvester:
  286. enabled: true
  287. menu: linux
  288. name: Harvester
  289. ipfire:
  290. base_dir: releases/ipfire-2.x
  291. enabled: true
  292. menu: linux
  293. mirror: https://downloads.ipfire.org
  294. name: IPFire
  295. versions:
  296. - code_name: 2.27-core175
  297. name: 2.27 Core175
  298. k3os:
  299. enabled: true
  300. menu: linux
  301. mirror: https://github.com/rancher/k3os/releases
  302. name: k3OS
  303. kali:
  304. base_dir: kali
  305. enabled: true
  306. menu: linux
  307. mirror: http://http.kali.org
  308. name: Kali Linux
  309. versions:
  310. - code_name: rolling
  311. name: Rolling Edition
  312. mageia:
  313. base_dir: mageia
  314. enabled: true
  315. menu: linux
  316. mirror: http://mirrors.kernel.org
  317. name: Mageia
  318. versions:
  319. - code_name: '8'
  320. name: '8'
  321. - code_name: cauldron
  322. name: cauldron
  323. nixos:
  324. base_dir: nixos
  325. enabled: true
  326. menu: linux
  327. name: NixOS
  328. versions:
  329. - code_name: nixos-20.09
  330. name: nixos-20.09
  331. - code_name: nixos-21.05
  332. name: nixos-21.05
  333. - code_name: nixos-21.11
  334. name: nixos-21.11
  335. - code_name: nixos-22.05
  336. name: nixos-22.05
  337. - code_name: nixos-22.11
  338. name: nixos-22.11
  339. - code_name: nixos-23.05
  340. name: nixos-23.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-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.09
  355. name: openEuler-22.09
  356. - code_name: openEuler-22.03-LTS-SP1
  357. name: openEuler-22.03-LTS-SP1
  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.3'
  366. image_ver: '73'
  367. name: '7.3'
  368. - code_name: '7.2'
  369. image_ver: '72'
  370. name: '7.2'
  371. - code_name: '7.1'
  372. image_ver: '71'
  373. name: '7.1'
  374. - code_name: '7.0'
  375. image_ver: '70'
  376. name: '7.0'
  377. - code_name: '6.9'
  378. image_ver: '69'
  379. name: '6.9'
  380. - code_name: '6.8'
  381. image_ver: '68'
  382. name: '6.8'
  383. - code_name: '6.7'
  384. image_ver: '67'
  385. name: '6.7'
  386. - code_name: '6.6'
  387. image_ver: '66'
  388. name: '6.6'
  389. - code_name: '6.5'
  390. image_ver: '65'
  391. name: '6.5'
  392. - code_name: '6.4'
  393. image_ver: '64'
  394. name: '6.4'
  395. - code_name: snapshots
  396. image_ver: '69'
  397. name: 6.9 Latest Snapshot
  398. opensuse:
  399. base_dir: distribution/leap
  400. enabled: true
  401. menu: linux
  402. mirror: http://download.opensuse.org
  403. name: OpenSUSE
  404. versions:
  405. - code_name: '15.5'
  406. name: openSUSE Leap 15.5
  407. - code_name: '15.4'
  408. name: openSUSE Leap 15.4
  409. - code_name: '15.3'
  410. name: openSUSE Leap 15.3
  411. - code_name: tumbleweed
  412. name: openSUSE tumbleweed
  413. oracle:
  414. enabled: true
  415. menu: linux
  416. mirror: https://yum.oracle.com
  417. name: Oracle Linux
  418. paths:
  419. 7: /repo/OracleLinux/OL7/latest
  420. 8: /repo/OracleLinux/OL8/baseos/latest
  421. 9: /repo/OracleLinux/OL9/baseos/latest
  422. photon:
  423. enabled: true
  424. menu: linux
  425. name: VMware Photon
  426. proxmox:
  427. enabled: true
  428. menu: linux
  429. name: Proxmox
  430. rhel:
  431. enabled: true
  432. menu: linux
  433. name: Red Hat Enterprise Linux
  434. rockylinux:
  435. base_dir: pub/rocky
  436. enabled: true
  437. menu: linux
  438. mirror: http://download.rockylinux.org
  439. name: Rocky Linux
  440. versions:
  441. - code_name: 9.2
  442. name: 9.2
  443. - code_name: 9.1
  444. name: 9.1
  445. - code_name: 9.0
  446. name: 9.0
  447. - code_name: 8.7
  448. name: 8.7
  449. - code_name: 8.6
  450. name: 8.6
  451. - code_name: 8.5
  452. name: 8.5
  453. - code_name: 8.4
  454. name: 8.4
  455. scientific:
  456. base_dir: linux/scientific
  457. enabled: true
  458. menu: linux
  459. mirror: http://ftp1.scientificlinux.org
  460. name: Scientific Linux
  461. versions:
  462. - code_name: '7.7'
  463. name: '7.7'
  464. - code_name: '7.6'
  465. name: '7.6'
  466. - code_name: '6.10'
  467. name: '6.10'
  468. - code_name: '6.9'
  469. name: '6.9'
  470. slackware:
  471. base_dir: slackware
  472. enabled: true
  473. menu: linux
  474. mirror: http://mirrors.kernel.org
  475. name: Slackware
  476. versions:
  477. - code_name: current
  478. name: Current
  479. - code_name: '14.2'
  480. name: '14.2'
  481. - code_name: '14.1'
  482. name: '14.1'
  483. - code_name: '15.0'
  484. name: '15.0'
  485. smartos:
  486. base_dir: /platform/i86pc/
  487. enabled: true
  488. menu: unix
  489. mirror: https://netboot.joyent.com/os/
  490. name: SmartOS
  491. versions:
  492. - code_name: 20230615T000418Z
  493. name: 20230615T000418Z
  494. - code_name: 20230601T000726Z
  495. name: 20230601T000726Z
  496. - code_name: 20230518T234918Z
  497. name: 20230518T234918Z
  498. - code_name: 20230504T000449Z
  499. name: 20230504T000449Z
  500. talos:
  501. enabled: true
  502. menu: linux
  503. mirror: https://github.com/siderolabs/talos/releases
  504. name: Talos
  505. platforms:
  506. - key: metal
  507. name: Bare Metal
  508. - key: aws
  509. name: AWS
  510. - key: azure
  511. name: Azure
  512. - key: digital-ocean
  513. name: Digital Ocean
  514. - key: gcp
  515. name: GCP
  516. - key: metal
  517. name: Equinix Metal
  518. - key: vmware
  519. name: VMware
  520. tinycore:
  521. enabled: true
  522. menu: linux
  523. mirror: http://distro.ibiblio.org/tinycorelinux
  524. name: Tiny Core Linux
  525. versions:
  526. - arch: x86
  527. code_name: core
  528. initrd: /14.x/x86/release/distribution_files/core.gz
  529. kernel: /14.x/x86/release/distribution_files/vmlinuz
  530. name: Core
  531. - arch: x86_64
  532. code_name: corepure
  533. initrd: /14.x/x86_64/release/distribution_files/corepure64.gz
  534. kernel: /14.x/x86_64/release/distribution_files/vmlinuz64
  535. name: CorePure
  536. - arch: x86
  537. code_name: dcorebionic
  538. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  539. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  540. name: dCore Bionic
  541. - arch: x86
  542. code_name: dcorebionicplus
  543. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  544. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  545. name: dCore Bionic Plus
  546. - arch: x86
  547. code_name: dcorejessie
  548. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  549. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  550. name: dCore Jessie
  551. - arch: x86
  552. code_name: dcorejessieplus
  553. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  554. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  555. name: dCore Jessie Plus
  556. - arch: x86
  557. code_name: dcorestretch
  558. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  559. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  560. name: dCore Stretch
  561. - arch: x86
  562. code_name: dcorestretchplus
  563. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  564. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  565. name: dCore Stretch Plus
  566. - arch: x86
  567. code_name: dcoretrusty
  568. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  569. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  570. name: dCore Trusty
  571. - arch: x86
  572. code_name: dcoretrustyplus
  573. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  574. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  575. name: dCore Trusty Plus
  576. - arch: x86
  577. code_name: dcorewheezy
  578. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  579. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  580. name: dCore Wheezy
  581. - arch: x86
  582. code_name: dcorewheezyplus
  583. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  584. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  585. name: dCore Wheezy Plus
  586. - arch: x86
  587. code_name: dcorexenial
  588. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  589. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  590. name: dCore Xenial
  591. - arch: x86
  592. code_name: dcorexenialplus
  593. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  594. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  595. name: dCore Xenial Plus
  596. - arch: x86_64
  597. code_name: dcore64bionic
  598. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  599. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  600. name: dCore64 Bionic
  601. - arch: x86_64
  602. code_name: dcore64bionicplus
  603. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  604. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  605. name: dCore64 Bionic Plus
  606. - arch: x86_64
  607. code_name: dcore64buster
  608. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  609. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  610. name: dCore64 Buster
  611. - arch: x86_64
  612. code_name: dcore64busterplus
  613. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  614. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  615. name: dCore64 Buster Plus
  616. - arch: x86_64
  617. code_name: dcore64stretch
  618. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  619. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  620. name: dCore64 Stretch
  621. - arch: x86_64
  622. code_name: dcore64stretchplus
  623. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  624. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  625. name: dCore Stretch Plus
  626. ubuntu:
  627. archive_mirror: http://old-releases.ubuntu.com
  628. base_dir: ubuntu
  629. enabled: true
  630. menu: linux
  631. mirror: http://archive.ubuntu.com
  632. name: Ubuntu
  633. versions:
  634. - code_name: lunar
  635. name: 23.04 Lunar Lobster
  636. - code_name: kinetic
  637. name: 22.10 Kinetic Kudu
  638. - code_name: jammy
  639. name: 22.04 LTS Jammy Jellyfish
  640. - code_name: focal
  641. name: 20.04 LTS Focal Fossa (Subiquity)
  642. - code_name: focal-legacy
  643. name: 20.04 LTS Focal Fossa (Legacy)
  644. - code_name: bionic
  645. name: 18.04 LTS Bionic Beaver
  646. - code_name: xenial
  647. name: 16.04 LTS Xenial Xerus
  648. - code_name: trusty
  649. name: 14.04 LTS Trusty Tahr
  650. vmware:
  651. enabled: true
  652. menu: linux
  653. name: VMware ESXi
  654. vyos:
  655. enabled: true
  656. menu: linux
  657. name: VyOS
  658. versions:
  659. - code_name: rolling
  660. name: 1.4 rolling
  661. zeninstall:
  662. enabled: true
  663. menu: linux
  664. name: Zen Installer Arch
  665. versions:
  666. - code_name: current
  667. name: current
  668. sigs_dir: '{{ netbootxyz_root }}/sigs'
  669. sigs_enabled: false
  670. sigs_location: http://${boot_domain}/sigs/
  671. sigs_menu: false
  672. site_name: netboot.xyz
  673. time_server: 0.pool.ntp.org
  674. utilitiesarm:
  675. memtest86:
  676. enabled: false
  677. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  678. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  679. type: sanboot
  680. utilitiesefi:
  681. 4mlinux:
  682. enabled: true
  683. name: 4MLinux
  684. type: ipxemenu
  685. bootrepair:
  686. enabled: true
  687. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  688. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  689. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  690. {{ kernel_params }}
  691. name: Boot Repair CD
  692. type: direct
  693. caine:
  694. enabled: true
  695. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  696. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  697. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  698. {{ kernel_params }}
  699. name: CAINE
  700. type: direct
  701. clonezilla:
  702. enabled: true
  703. name: Clonezilla
  704. type: ipxemenu
  705. gparted:
  706. enabled: true
  707. name: GParted
  708. type: ipxemenu
  709. grml:
  710. enabled: true
  711. name: Grml
  712. type: ipxemenu
  713. kaspersky:
  714. enabled: true
  715. name: Kaspersky Rescue Disk
  716. type: ipxemenu
  717. memtest86:
  718. enabled: false
  719. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  720. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  721. type: sanboot
  722. redorescue:
  723. enabled: true
  724. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  725. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  726. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  727. {{ kernel_params }}
  728. name: RedoRescue
  729. type: direct
  730. rescatux:
  731. enabled: true
  732. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  733. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  734. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  735. {{ kernel_params }}
  736. name: Rescatux
  737. type: direct
  738. rescuezilla:
  739. enabled: true
  740. name: Rescuezilla
  741. type: ipxemenu
  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. utilitiespcbios32:
  751. clonezilla:
  752. enabled: true
  753. name: Clonezilla
  754. type: ipxemenu
  755. memtest:
  756. enabled: true
  757. name: Memtest
  758. type: memtest
  759. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  760. version: 5.01.0
  761. shredos:
  762. enabled: true
  763. name: ShredOS
  764. type: ipxemenu
  765. systemrescue:
  766. enabled: true
  767. name: System Rescue CD
  768. type: ipxemenu
  769. utilitiespcbios64:
  770. 4mlinux:
  771. enabled: true
  772. name: 4MLinux
  773. type: ipxemenu
  774. avg:
  775. enabled: true
  776. name: AVG Rescue CD
  777. type: memdisk
  778. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  779. version: 160420a12074
  780. bootrepair:
  781. enabled: true
  782. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  783. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  784. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  785. {{ kernel_params }}
  786. name: Boot Repair CD
  787. type: direct
  788. breakin:
  789. enabled: true
  790. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  791. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  792. startup=breakin {{ kernel_params }}
  793. name: Breakin
  794. type: direct
  795. caine:
  796. enabled: true
  797. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  798. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  799. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  800. {{ kernel_params }}
  801. name: CAINE
  802. type: direct
  803. clonezilla:
  804. enabled: true
  805. name: Clonezilla
  806. type: ipxemenu
  807. dban:
  808. enabled: true
  809. name: DBAN
  810. type: ipxemenu
  811. gparted:
  812. enabled: true
  813. name: GParted
  814. type: ipxemenu
  815. grml:
  816. enabled: true
  817. name: Grml
  818. type: ipxemenu
  819. kaspersky:
  820. enabled: true
  821. name: Kaspersky Rescue Disk
  822. type: ipxemenu
  823. memtest:
  824. enabled: true
  825. name: Memtest
  826. type: memtest
  827. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  828. version: 5.01.0
  829. redorescue:
  830. enabled: true
  831. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  832. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  833. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  834. {{ kernel_params }}
  835. name: RedoRescue
  836. type: direct
  837. rescatux:
  838. enabled: true
  839. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  840. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  841. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  842. {{ kernel_params }}
  843. name: Rescatux
  844. type: direct
  845. rescuezilla:
  846. enabled: true
  847. name: Rescuezilla
  848. type: ipxemenu
  849. shredos:
  850. enabled: true
  851. name: ShredOS
  852. type: ipxemenu
  853. supergrub:
  854. enabled: true
  855. name: SuperGRUB
  856. type: memdisk
  857. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  858. version: 2.04s1
  859. systemrescue:
  860. enabled: true
  861. name: System Rescue CD
  862. type: ipxemenu
  863. ubcd:
  864. enabled: true
  865. name: Ultimate Boot CD (UBCD)
  866. type: memdisk
  867. util_path: http://mirror.sysadminguide.net/ubcd/ubcd539.iso
  868. version: '539'
  869. wimboot_location: http://${boot_domain}/wimboot
  870. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot