1
0

main.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  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: EFI w/ Simple Network Protocol, attempts to boot all net devices
  11. ipxe_bin: snp.efi
  12. output_bin: -arm64.efi
  13. type: DHCP-snp
  14. hybrid:
  15. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  16. ipxe_bin: ipxe.iso
  17. output_bin: -hybrid.iso
  18. type: ISO
  19. - desc: Used for creation of USB Keys
  20. ipxe_bin: ipxe.usb
  21. output_bin: -hybrid.usb
  22. type: USB
  23. legacy:
  24. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  25. ipxe_bin: ipxe.iso
  26. output_bin: .iso
  27. type: ISO
  28. - desc: Used for creation of USB Keys
  29. ipxe_bin: ipxe.usb
  30. output_bin: .usb
  31. type: USB
  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: DHCP boot image file, uses built-in iPXE NIC drivers
  41. ipxe_bin: ipxe.kpxe
  42. output_bin: .kpxe
  43. type: DHCP
  44. - desc: DHCP boot image file, use if you have NIC issues
  45. ipxe_bin: undionly.kpxe
  46. output_bin: -undionly.kpxe
  47. type: DHCP-undionly
  48. rpi:
  49. - desc: Raspberry Pi 4 - USB/SD Card Image
  50. ipxe_bin: rpi4-sdcard.img
  51. output_bin: -rpi4-sdcard.img
  52. type: USB/SD Card
  53. - desc: Raspberry Pi 4 - EFI Image
  54. ipxe_bin: snp.efi
  55. output_bin: -rpi4-snp.efi
  56. type: DHCP-snp
  57. uefi:
  58. - desc: EFI BIOS, works in Virtual Box EFI mode
  59. ipxe_bin: ipxe-efi.eiso
  60. output_bin: -efi.iso
  61. type: ISO
  62. - desc: Used for creation of USB Keys
  63. ipxe_bin: ipxe-efi.usb
  64. output_bin: -efi.usb
  65. type: USB
  66. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  67. ipxe_bin: ipxe.efi
  68. output_bin: .efi
  69. type: DHCP
  70. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  71. ipxe_bin: snp.efi
  72. output_bin: -snp.efi
  73. type: DHCP-snp
  74. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  75. ipxe_bin: snponly.efi
  76. output_bin: -snponly.efi
  77. type: DHCP-snponly
  78. cert_dir: /etc/netbootxyz/certs
  79. cert_file_filename: ca-netboot-xyz.crt
  80. checksums_filename: '{{ site_name }}-sha256-checksums.txt'
  81. codesign_cert_filename: codesign.crt
  82. codesign_key_filename: codesign.key
  83. custom_generate_menus: false
  84. custom_github_menus: true
  85. custom_templates_dir: '{{ netbootxyz_conf_dir }}/custom'
  86. custom_url_menus: true
  87. generate_checksums: true
  88. generate_disks: true
  89. generate_disks_arm: false
  90. generate_disks_efi: true
  91. generate_disks_hybrid: false
  92. generate_disks_legacy: true
  93. generate_disks_rpi: false
  94. generate_menus: true
  95. generate_signatures: false
  96. generate_version_file: true
  97. ipxe_branch: master
  98. ipxe_ca_filename: ca-ipxe-org.crt
  99. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  100. ipxe_repo: https://github.com/ipxe/ipxe
  101. ipxe_source_dir: /usr/src/ipxe
  102. live_endpoint: https://github.com/netbootxyz
  103. memdisk_location: http://${boot_domain}/memdisk
  104. netbootxyz_conf_dir: /etc/netbootxyz
  105. netbootxyz_root: /var/www/html
  106. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  107. pipxe_branch: master
  108. pipxe_repo: https://github.com/netbootxyz/pipxe
  109. pipxe_source_dir: /usr/src/pipxe
  110. releases:
  111. alpinelinux:
  112. base_dir: alpine
  113. enabled: true
  114. menu: linux
  115. mirror: http://dl-cdn.alpinelinux.org
  116. name: Alpine Linux
  117. versions:
  118. - code_name: v3.13
  119. name: '3.13'
  120. - code_name: edge
  121. name: Edge (development)
  122. anarchy:
  123. enabled: true
  124. menu: linux
  125. name: Anarchy Linux
  126. versions:
  127. - code_name: current
  128. name: current
  129. archlinux:
  130. base_dir: archlinux
  131. enabled: true
  132. menu: linux
  133. mirror: mirrors.evowise.com
  134. name: Arch Linux
  135. versions:
  136. - code_name: 2021.02.01
  137. name: 2021.02.01
  138. blackarch:
  139. enabled: true
  140. menu: linux
  141. name: BlackArch
  142. versions:
  143. - code_name: current
  144. name: current
  145. centos:
  146. base_dir: centos
  147. enabled: true
  148. menu: linux
  149. mirror: http://mirror.centos.org
  150. name: CentOS
  151. versions:
  152. - code_name: 8.3.2011
  153. name: '8.3'
  154. - code_name: 8
  155. name: 8.x Latest
  156. - code_name: 8-stream
  157. name: 8.0 Stream
  158. - code_name: 7
  159. name: 7.x Latest
  160. coreos:
  161. base_dir: prod/streams
  162. enabled: true
  163. menu: linux
  164. mirror: https://builds.coreos.fedoraproject.org
  165. name: Fedora CoreOS
  166. versions:
  167. - code_name: 33.20210201.3.0
  168. name: stable
  169. debian:
  170. archive_mirror: http://archive.debian.org
  171. base_dir: debian
  172. enabled: true
  173. menu: linux
  174. mirror: http://deb.debian.org
  175. name: Debian
  176. versions:
  177. stable:
  178. - code_name: buster
  179. name: 10.0 (buster)
  180. - code_name: stretch
  181. name: 9.0 (stretch)
  182. testing:
  183. - code_name: bullseye
  184. name: bullseye (testing)
  185. - code_name: sid
  186. name: sid (unstable)
  187. devuan:
  188. base_dir: devuan
  189. enabled: true
  190. menu: linux
  191. mirror: http://deb.devuan.org
  192. name: Devuan
  193. versions:
  194. stable:
  195. - code_name: beowulf
  196. name: 3.0.0 Beowulf (stable)
  197. - code_name: ascii
  198. name: 2.1 ASCII (oldstable)
  199. - code_name: jessie
  200. name: 1.0 Jessie (oldoldstable)
  201. testing:
  202. - code_name: chimaera
  203. name: Chimaera (testing)
  204. fedora:
  205. base_dir: pub/fedora/linux
  206. enabled: true
  207. menu: linux
  208. mirror: http://download.fedoraproject.org
  209. name: Fedora
  210. versions:
  211. - code_name: 33
  212. name: 33
  213. - code_name: 32
  214. name: 32
  215. - code_name: 31
  216. name: 31
  217. flatcar:
  218. enabled: true
  219. menu: linux
  220. mirror: ''
  221. name: Container Linux by Flatcar
  222. versions:
  223. - code_name: stable
  224. name: Stable Channel
  225. - code_name: beta
  226. name: Beta Channel
  227. - code_name: alpha
  228. name: Alpha Channel
  229. freebsd:
  230. enabled: true
  231. menu: bsd
  232. name: FreeBSD
  233. freedos:
  234. base_dir: download/download
  235. enabled: true
  236. menu: dos
  237. mirror: http://www.freedos.org
  238. name: FreeDOS
  239. versions:
  240. - code_name: FD12FULL
  241. name: 1.2 Full Installer
  242. - code_name: FD12LITE
  243. name: 1.2 Lite Installer
  244. gentoo:
  245. enabled: true
  246. menu: linux
  247. name: Gentoo
  248. ipfire:
  249. base_dir: releases/ipfire-2.x
  250. enabled: true
  251. menu: linux
  252. mirror: https://downloads.ipfire.org
  253. name: IPFire
  254. versions:
  255. - code_name: 2.25-core153
  256. name: 2.25 Core153
  257. k3os:
  258. enabled: true
  259. menu: linux
  260. mirror: https://github.com/rancher/k3os/releases
  261. name: k3OS
  262. kali:
  263. base_dir: kali
  264. enabled: true
  265. menu: linux
  266. mirror: http://http.kali.org
  267. name: Kali Linux
  268. versions:
  269. - code_name: rolling
  270. name: Rolling Edition (2020.1)
  271. mageia:
  272. base_dir: mageia
  273. enabled: true
  274. menu: linux
  275. mirror: http://mirrors.kernel.org
  276. name: Mageia
  277. versions:
  278. - code_name: '7.1'
  279. name: '7.1'
  280. - code_name: cauldron
  281. name: cauldron
  282. nixos:
  283. enabled: true
  284. menu: linux
  285. name: NixOS
  286. openbsd:
  287. base_dir: pub/OpenBSD
  288. enabled: true
  289. menu: bsd
  290. mirror: http://ftp.openbsd.org
  291. name: OpenBSD
  292. versions:
  293. - code_name: '6.8'
  294. image_ver: '68'
  295. name: '6.8'
  296. - code_name: '6.7'
  297. image_ver: '67'
  298. name: '6.7'
  299. - code_name: '6.6'
  300. image_ver: '66'
  301. name: '6.6'
  302. - code_name: '6.5'
  303. image_ver: '65'
  304. name: '6.5'
  305. - code_name: '6.4'
  306. image_ver: '64'
  307. name: '6.4'
  308. - code_name: snapshots
  309. image_ver: '68'
  310. name: 6.8 Latest Snapshot
  311. opensuse:
  312. base_dir: distribution/leap
  313. enabled: true
  314. menu: linux
  315. mirror: http://download.opensuse.org
  316. name: OpenSUSE
  317. versions:
  318. - code_name: '15.2'
  319. name: openSUSE Leap 15.2
  320. - code_name: '15.1'
  321. name: openSUSE Leap 15.1
  322. - code_name: '15.0'
  323. name: openSUSE Leap 15.0
  324. - code_name: '42.3'
  325. name: openSUSE Leap 42.3
  326. - code_name: tumbleweed
  327. name: openSUSE tumbleweed
  328. oracle:
  329. enabled: true
  330. menu: linux
  331. mirror: https://yum.oracle.com
  332. name: Oracle Linux
  333. paths:
  334. 7: /repo/OracleLinux/OL7/latest/x86_64
  335. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  336. rancheros:
  337. base_dir: os/latest
  338. enabled: true
  339. menu: linux
  340. mirror: http://releases.rancher.com
  341. name: RancherOS
  342. versions:
  343. - code_name: latest
  344. name: Latest (20 MB)
  345. rhel:
  346. enabled: true
  347. menu: linux
  348. name: Red Hat Enterprise Linux
  349. scientific:
  350. base_dir: linux/scientific
  351. enabled: true
  352. menu: linux
  353. mirror: http://ftp1.scientificlinux.org
  354. name: Scientific Linux
  355. versions:
  356. - code_name: '7.7'
  357. name: '7.7'
  358. - code_name: '7.6'
  359. name: '7.6'
  360. - code_name: '6.10'
  361. name: '6.10'
  362. - code_name: '6.9'
  363. name: '6.9'
  364. slackware:
  365. base_dir: slackware
  366. enabled: true
  367. menu: linux
  368. mirror: http://mirror.rackspace.com
  369. name: Slackware
  370. versions:
  371. - code_name: current
  372. name: Current
  373. - code_name: '14.2'
  374. name: '14.2'
  375. - code_name: '14.1'
  376. name: '14.1'
  377. smartos:
  378. base_dir: /platform/i86pc/
  379. enabled: true
  380. menu: unix
  381. mirror: https://netboot.joyent.com/os/
  382. name: SmartOS
  383. versions:
  384. - code_name: 20210211T163919Z
  385. name: 20210211T163919Z
  386. - code_name: 20210128T022709Z
  387. name: 20210128T022709Z
  388. - code_name: 20210114T163038Z
  389. name: 20210114T163038Z
  390. - code_name: 20210114T041228Z
  391. name: 20210114T041228Z
  392. talos:
  393. enabled: true
  394. menu: linux
  395. mirror: https://github.com/talos-systems/talos/releases
  396. name: Talos
  397. platforms:
  398. - key: metal
  399. name: Bare Metal
  400. - key: aws
  401. name: AWS
  402. - key: azure
  403. name: Azure
  404. - key: digital-ocean
  405. name: Digital Ocean
  406. - key: gcp
  407. name: GCP
  408. - key: packet
  409. name: Packet
  410. - key: vmware
  411. name: VMware
  412. tinycore:
  413. enabled: true
  414. menu: linux
  415. mirror: http://distro.ibiblio.org/tinycorelinux
  416. name: Tiny Core Linux
  417. versions:
  418. - arch: x86
  419. code_name: core
  420. initrd: /12.x/x86/release/distribution_files/core.gz
  421. kernel: /12.x/x86/release/distribution_files/vmlinuz
  422. name: Core
  423. - arch: x86_64
  424. code_name: corepure
  425. initrd: /12.x/x86_64/release/distribution_files/corepure64.gz
  426. kernel: /12.x/x86_64/release/distribution_files/vmlinuz64
  427. name: CorePure
  428. - arch: x86
  429. code_name: dcorebionic
  430. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  431. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  432. name: dCore Bionic
  433. - arch: x86
  434. code_name: dcorebionicplus
  435. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  436. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  437. name: dCore Bionic Plus
  438. - arch: x86
  439. code_name: dcorejessie
  440. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  441. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  442. name: dCore Jessie
  443. - arch: x86
  444. code_name: dcorejessieplus
  445. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  446. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  447. name: dCore Jessie Plus
  448. - arch: x86
  449. code_name: dcorestretch
  450. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  451. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  452. name: dCore Stretch
  453. - arch: x86
  454. code_name: dcorestretchplus
  455. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  456. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  457. name: dCore Stretch Plus
  458. - arch: x86
  459. code_name: dcoretrusty
  460. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  461. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  462. name: dCore Trusty
  463. - arch: x86
  464. code_name: dcoretrustyplus
  465. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  466. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  467. name: dCore Trusty Plus
  468. - arch: x86
  469. code_name: dcorewheezy
  470. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  471. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  472. name: dCore Wheezy
  473. - arch: x86
  474. code_name: dcorewheezyplus
  475. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  476. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  477. name: dCore Wheezy Plus
  478. - arch: x86
  479. code_name: dcorexenial
  480. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  481. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  482. name: dCore Xenial
  483. - arch: x86
  484. code_name: dcorexenialplus
  485. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  486. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  487. name: dCore Xenial Plus
  488. - arch: x86_64
  489. code_name: dcore64bionic
  490. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  491. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  492. name: dCore64 Bionic
  493. - arch: x86_64
  494. code_name: dcore64bionicplus
  495. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  496. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  497. name: dCore64 Bionic Plus
  498. - arch: x86_64
  499. code_name: dcore64buster
  500. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  501. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  502. name: dCore64 Buster
  503. - arch: x86_64
  504. code_name: dcore64busterplus
  505. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  506. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  507. name: dCore64 Buster Plus
  508. - arch: x86_64
  509. code_name: dcore64stretch
  510. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  511. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  512. name: dCore64 Stretch
  513. - arch: x86_64
  514. code_name: dcore64stretchplus
  515. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  516. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  517. name: dCore Stretch Plus
  518. ubuntu:
  519. archive_mirror: http://old-releases.ubuntu.com
  520. base_dir: ubuntu
  521. enabled: true
  522. menu: linux
  523. mirror: http://archive.ubuntu.com
  524. name: Ubuntu
  525. versions:
  526. - code_name: groovy
  527. name: 20.10 Groovy Gorilla
  528. - code_name: focal
  529. name: 20.04 LTS Focal Fossa (Subiquity)
  530. - code_name: focal-legacy
  531. name: 20.04 LTS Focal Fossa (Legacy)
  532. - code_name: bionic
  533. name: 18.04 LTS Bionic Beaver
  534. - code_name: xenial
  535. name: 16.04 LTS Xenial Xerus
  536. vyos:
  537. enabled: true
  538. menu: linux
  539. name: VyOS
  540. versions:
  541. - code_name: rolling
  542. name: 1.3 rolling
  543. zeninstall:
  544. enabled: true
  545. menu: linux
  546. name: Zen Installer Arch
  547. versions:
  548. - code_name: current
  549. name: current
  550. sigs_dir: '{{ netbootxyz_root }}/sigs'
  551. sigs_enabled: false
  552. sigs_location: http://${boot_domain}/sigs/
  553. sigs_menu: false
  554. site_name: netboot.xyz
  555. time_server: 0.pool.ntp.org
  556. utilitiesarm:
  557. placeholder:
  558. enabled: false
  559. name: placeholder
  560. type: direct
  561. utilitiesefi:
  562. 4mlinux:
  563. enabled: true
  564. name: 4MLinux
  565. type: ipxemenu
  566. bootrepair:
  567. enabled: true
  568. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  569. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  570. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  571. initrd=initrd
  572. name: Boot Repair CD
  573. type: direct
  574. caine:
  575. enabled: true
  576. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  577. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  578. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  579. initrd=initrd
  580. name: CAINE
  581. type: direct
  582. clonezilla:
  583. enabled: true
  584. name: Clonezilla
  585. type: ipxemenu
  586. gparted:
  587. enabled: true
  588. name: GParted
  589. type: ipxemenu
  590. grml:
  591. enabled: true
  592. name: Grml
  593. type: ipxemenu
  594. kaspersky:
  595. enabled: true
  596. name: Kaspersky Rescue Disk
  597. type: ipxemenu
  598. rescatux:
  599. enabled: true
  600. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  601. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  602. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  603. initrd=initrd
  604. name: Rescatux
  605. type: direct
  606. systemrescue:
  607. enabled: true
  608. name: System Rescue CD
  609. type: ipxemenu
  610. utilitiespcbios:
  611. 4mlinux:
  612. enabled: true
  613. name: 4MLinux
  614. type: ipxemenu
  615. avg:
  616. enabled: true
  617. name: AVG Rescue CD
  618. type: memdisk
  619. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  620. version: 160420a12074
  621. bootrepair:
  622. enabled: true
  623. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  624. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  625. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  626. initrd=initrd
  627. name: Boot Repair CD
  628. type: direct
  629. breakin:
  630. enabled: true
  631. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  632. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  633. startup=breakin initrd=initrd
  634. name: Breakin
  635. type: direct
  636. caine:
  637. enabled: true
  638. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  639. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  640. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  641. initrd=initrd
  642. name: CAINE
  643. type: direct
  644. clonezilla:
  645. enabled: true
  646. name: Clonezilla
  647. type: ipxemenu
  648. dban:
  649. enabled: true
  650. name: DBAN
  651. type: ipxemenu
  652. gparted:
  653. enabled: true
  654. name: GParted
  655. type: ipxemenu
  656. grml:
  657. enabled: true
  658. name: Grml
  659. type: ipxemenu
  660. kaspersky:
  661. enabled: true
  662. name: Kaspersky Rescue Disk
  663. type: ipxemenu
  664. memtest:
  665. enabled: true
  666. name: Memtest
  667. type: memtest
  668. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  669. version: 5.01.0
  670. rescatux:
  671. enabled: true
  672. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  673. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  674. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  675. initrd=initrd
  676. name: Rescatux
  677. type: direct
  678. supergrub:
  679. enabled: true
  680. name: SuperGRUB
  681. type: memdisk
  682. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  683. version: 2.04s1
  684. systemrescue:
  685. enabled: true
  686. name: System Rescue CD
  687. type: ipxemenu
  688. ubcd:
  689. enabled: true
  690. name: Ultimate Boot CD (UBCD)
  691. type: memdisk
  692. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  693. version: '538'
  694. wimboot_location: http://${boot_domain}/wimboot
  695. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot