1
0

main.yml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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. generate_checksums: true
  78. generate_disks: true
  79. generate_disks_arm: false
  80. generate_disks_efi: true
  81. generate_disks_legacy: true
  82. generate_disks_rpi: false
  83. generate_menus: true
  84. generate_signatures: false
  85. generate_version_file: true
  86. ipxe_branch: master
  87. ipxe_ca_filename: ca-ipxe-org.crt
  88. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  89. ipxe_repo: https://github.com/ipxe/ipxe
  90. ipxe_source_dir: /usr/src/ipxe
  91. live_endpoint: https://github.com/netbootxyz
  92. memdisk_location: http://${boot_domain}/memdisk
  93. netbootxyz_conf_dir: /etc/netbootxyz
  94. netbootxyz_root: /var/www/html
  95. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  96. pipxe_branch: master
  97. pipxe_repo: https://github.com/netbootxyz/pipxe
  98. pipxe_source_dir: /usr/src/pipxe
  99. releases:
  100. alpinelinux:
  101. base_dir: alpine
  102. enabled: true
  103. menu: linux
  104. mirror: http://dl-cdn.alpinelinux.org
  105. name: Alpine Linux
  106. versions:
  107. - code_name: v3.13
  108. name: '3.13'
  109. - code_name: edge
  110. name: Edge (development)
  111. anarchy:
  112. enabled: true
  113. menu: linux
  114. name: Anarchy Linux
  115. versions:
  116. - code_name: current
  117. name: current
  118. archlinux:
  119. base_dir: archlinux
  120. enabled: true
  121. menu: linux
  122. mirror: mirrors.evowise.com
  123. name: Arch Linux
  124. versions:
  125. - code_name: 2020.12.01
  126. name: 2020.12.01
  127. blackarch:
  128. enabled: true
  129. menu: linux
  130. name: BlackArch
  131. versions:
  132. - code_name: current
  133. name: current
  134. centos:
  135. base_dir: centos
  136. enabled: true
  137. menu: linux
  138. mirror: http://mirror.centos.org
  139. name: CentOS
  140. versions:
  141. - code_name: 8.2.2004
  142. name: '8.2'
  143. - code_name: 8.1.1911
  144. name: '8.1'
  145. - code_name: 8.0.1905
  146. name: '8.0'
  147. - code_name: 8-stream
  148. name: 8.0 Stream
  149. - code_name: 7
  150. name: 7.x Latest
  151. coreos:
  152. base_dir: prod/streams
  153. enabled: true
  154. menu: linux
  155. mirror: https://builds.coreos.fedoraproject.org
  156. name: Fedora CoreOS
  157. versions:
  158. - code_name: 33.20201201.3.0
  159. name: stable
  160. debian:
  161. archive_mirror: http://archive.debian.org
  162. base_dir: debian
  163. enabled: true
  164. menu: linux
  165. mirror: http://deb.debian.org
  166. name: Debian
  167. versions:
  168. stable:
  169. - code_name: buster
  170. name: 10.0 (buster)
  171. - code_name: stretch
  172. name: 9.0 (stretch)
  173. testing:
  174. - code_name: bullseye
  175. name: bullseye (testing)
  176. - code_name: sid
  177. name: sid (unstable)
  178. devuan:
  179. base_dir: devuan
  180. enabled: true
  181. menu: linux
  182. mirror: http://deb.devuan.org
  183. name: Devuan
  184. versions:
  185. stable:
  186. - code_name: beowulf
  187. name: 3.0.0 Beowulf (stable)
  188. - code_name: ascii
  189. name: 2.1 ASCII (oldstable)
  190. - code_name: jessie
  191. name: 1.0 Jessie (oldoldstable)
  192. testing:
  193. - code_name: chimaera
  194. name: Chimaera (testing)
  195. fedora:
  196. base_dir: pub/fedora/linux
  197. enabled: true
  198. menu: linux
  199. mirror: http://download.fedoraproject.org
  200. name: Fedora
  201. versions:
  202. - code_name: 33
  203. name: 33
  204. - code_name: 32
  205. name: 32
  206. - code_name: 31
  207. name: 31
  208. flatcar:
  209. enabled: true
  210. menu: linux
  211. mirror: ''
  212. name: Container Linux by Flatcar
  213. versions:
  214. - code_name: stable
  215. name: Stable Channel
  216. - code_name: beta
  217. name: Beta Channel
  218. - code_name: alpha
  219. name: Alpha Channel
  220. freebsd:
  221. enabled: true
  222. menu: bsd
  223. name: FreeBSD
  224. freedos:
  225. base_dir: download/download
  226. enabled: true
  227. menu: dos
  228. mirror: http://www.freedos.org
  229. name: FreeDOS
  230. versions:
  231. - code_name: FD12FULL
  232. name: 1.2 Full Installer
  233. - code_name: FD12LITE
  234. name: 1.2 Lite Installer
  235. gentoo:
  236. enabled: true
  237. menu: linux
  238. name: Gentoo
  239. ipfire:
  240. base_dir: releases/ipfire-2.x
  241. enabled: true
  242. menu: linux
  243. mirror: https://downloads.ipfire.org
  244. name: IPFire
  245. versions:
  246. - code_name: 2.25-core152
  247. name: 2.25 Core152
  248. k3os:
  249. enabled: true
  250. menu: linux
  251. mirror: https://github.com/rancher/k3os/releases
  252. name: k3OS
  253. kali:
  254. base_dir: kali
  255. enabled: true
  256. menu: linux
  257. mirror: http://http.kali.org
  258. name: Kali Linux
  259. versions:
  260. - code_name: rolling
  261. name: Rolling Edition (2020.1)
  262. mageia:
  263. base_dir: mageia
  264. enabled: true
  265. menu: linux
  266. mirror: http://mirrors.kernel.org
  267. name: Mageia
  268. versions:
  269. - code_name: '7.1'
  270. name: '7.1'
  271. - code_name: cauldron
  272. name: cauldron
  273. nixos:
  274. enabled: true
  275. menu: linux
  276. name: NixOS
  277. openbsd:
  278. base_dir: pub/OpenBSD
  279. enabled: true
  280. menu: bsd
  281. mirror: http://ftp.openbsd.org
  282. name: OpenBSD
  283. versions:
  284. - code_name: '6.8'
  285. image_ver: '68'
  286. name: '6.8'
  287. - code_name: '6.7'
  288. image_ver: '67'
  289. name: '6.7'
  290. - code_name: '6.6'
  291. image_ver: '66'
  292. name: '6.6'
  293. - code_name: '6.5'
  294. image_ver: '65'
  295. name: '6.5'
  296. - code_name: '6.4'
  297. image_ver: '64'
  298. name: '6.4'
  299. - code_name: snapshots
  300. image_ver: '68'
  301. name: 6.8 Latest Snapshot
  302. opensuse:
  303. base_dir: distribution/leap
  304. enabled: true
  305. menu: linux
  306. mirror: http://download.opensuse.org
  307. name: OpenSUSE
  308. versions:
  309. - code_name: '15.2'
  310. name: openSUSE Leap 15.2
  311. - code_name: '15.1'
  312. name: openSUSE Leap 15.1
  313. - code_name: '15.0'
  314. name: openSUSE Leap 15.0
  315. - code_name: '42.3'
  316. name: openSUSE Leap 42.3
  317. - code_name: tumbleweed
  318. name: openSUSE tumbleweed
  319. oracle:
  320. enabled: true
  321. menu: linux
  322. mirror: https://yum.oracle.com
  323. name: Oracle Linux
  324. paths:
  325. 7: /repo/OracleLinux/OL7/latest/x86_64
  326. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  327. parrotsec:
  328. enabled: true
  329. menu: linux
  330. name: Parrot Security
  331. versions:
  332. - code_name: stable
  333. name: Stable Netinstall
  334. rancheros:
  335. base_dir: os/latest
  336. enabled: true
  337. menu: linux
  338. mirror: http://releases.rancher.com
  339. name: RancherOS
  340. versions:
  341. - code_name: latest
  342. name: Latest (20 MB)
  343. rhel:
  344. enabled: true
  345. menu: linux
  346. name: Red Hat Enterprise Linux
  347. scientific:
  348. base_dir: linux/scientific
  349. enabled: true
  350. menu: linux
  351. mirror: http://ftp1.scientificlinux.org
  352. name: Scientific Linux
  353. versions:
  354. - code_name: '7.7'
  355. name: '7.7'
  356. - code_name: '7.6'
  357. name: '7.6'
  358. - code_name: '6.10'
  359. name: '6.10'
  360. - code_name: '6.9'
  361. name: '6.9'
  362. slackware:
  363. base_dir: slackware
  364. enabled: true
  365. menu: linux
  366. mirror: http://mirror.rackspace.com
  367. name: Slackware
  368. versions:
  369. - code_name: current
  370. name: Current
  371. - code_name: '14.2'
  372. name: '14.2'
  373. - code_name: '14.1'
  374. name: '14.1'
  375. smartos:
  376. base_dir: /platform/i86pc/
  377. enabled: true
  378. menu: unix
  379. mirror: https://netboot.joyent.com/os/
  380. name: SmartOS
  381. versions:
  382. - code_name: 20201217T173522Z
  383. name: 20201217T173522Z
  384. - code_name: 20201216T210521Z
  385. name: 20201216T210521Z
  386. - code_name: 20201203T165910Z
  387. name: 20201203T165910Z
  388. - code_name: 20201118T153314Z
  389. name: 20201118T153314Z
  390. - code_name: 20201104T175552Z
  391. name: 20201104T175552Z
  392. - code_name: 20201022T155042Z
  393. name: 20201022T155042Z
  394. talos:
  395. enabled: true
  396. menu: linux
  397. mirror: https://github.com/talos-systems/talos/releases
  398. name: Talos
  399. platforms:
  400. - key: metal
  401. name: Bare Metal
  402. - key: aws
  403. name: AWS
  404. - key: azure
  405. name: Azure
  406. - key: digital-ocean
  407. name: Digital Ocean
  408. - key: gcp
  409. name: GCP
  410. - key: packet
  411. name: Packet
  412. - key: vmware
  413. name: VMware
  414. tinycore:
  415. enabled: true
  416. menu: linux
  417. mirror: http://distro.ibiblio.org/tinycorelinux
  418. name: Tiny Core Linux
  419. versions:
  420. - arch: x86
  421. code_name: core
  422. initrd: /11.x/x86/release/distribution_files/core.gz
  423. kernel: /11.x/x86/release/distribution_files/vmlinuz
  424. name: Core
  425. - arch: x86_64
  426. code_name: corepure
  427. initrd: /11.x/x86_64/release/distribution_files/corepure64.gz
  428. kernel: /11.x/x86_64/release/distribution_files/vmlinuz64
  429. name: CorePure
  430. - arch: x86
  431. code_name: dcorebionic
  432. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  433. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  434. name: dCore Bionic
  435. - arch: x86
  436. code_name: dcorebionicplus
  437. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  438. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  439. name: dCore Bionic Plus
  440. - arch: x86
  441. code_name: dcorejessie
  442. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  443. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  444. name: dCore Jessie
  445. - arch: x86
  446. code_name: dcorejessieplus
  447. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  448. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  449. name: dCore Jessie Plus
  450. - arch: x86
  451. code_name: dcorestretch
  452. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  453. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  454. name: dCore Stretch
  455. - arch: x86
  456. code_name: dcorestretchplus
  457. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  458. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  459. name: dCore Stretch Plus
  460. - arch: x86
  461. code_name: dcoretrusty
  462. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  463. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  464. name: dCore Trusty
  465. - arch: x86
  466. code_name: dcoretrustyplus
  467. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  468. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  469. name: dCore Trusty Plus
  470. - arch: x86
  471. code_name: dcorewheezy
  472. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  473. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  474. name: dCore Wheezy
  475. - arch: x86
  476. code_name: dcorewheezyplus
  477. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  478. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  479. name: dCore Wheezy Plus
  480. - arch: x86
  481. code_name: dcorexenial
  482. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  483. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  484. name: dCore Xenial
  485. - arch: x86
  486. code_name: dcorexenialplus
  487. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  488. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  489. name: dCore Xenial Plus
  490. - arch: x86_64
  491. code_name: dcore64bionic
  492. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  493. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  494. name: dCore64 Bionic
  495. - arch: x86_64
  496. code_name: dcore64bionicplus
  497. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  498. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  499. name: dCore64 Bionic Plus
  500. - arch: x86_64
  501. code_name: dcore64buster
  502. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  503. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  504. name: dCore64 Buster
  505. - arch: x86_64
  506. code_name: dcore64busterplus
  507. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  508. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  509. name: dCore64 Buster Plus
  510. - arch: x86_64
  511. code_name: dcore64stretch
  512. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  513. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  514. name: dCore64 Stretch
  515. - arch: x86_64
  516. code_name: dcore64stretchplus
  517. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  518. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  519. name: dCore Stretch Plus
  520. ubuntu:
  521. archive_mirror: http://old-releases.ubuntu.com
  522. base_dir: ubuntu
  523. enabled: true
  524. menu: linux
  525. mirror: http://archive.ubuntu.com
  526. name: Ubuntu
  527. versions:
  528. - code_name: groovy
  529. name: 20.10 Groovy Gorilla
  530. - code_name: focal
  531. name: 20.04 LTS Focal Fossa
  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