main.yml 19 KB

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