1
0

main.yml 20 KB

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