main.yml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  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.8'
  287. image_ver: '68'
  288. name: '6.8'
  289. - code_name: '6.7'
  290. image_ver: '67'
  291. name: '6.7'
  292. - code_name: '6.6'
  293. image_ver: '66'
  294. name: '6.6'
  295. - code_name: '6.5'
  296. image_ver: '65'
  297. name: '6.5'
  298. - code_name: '6.4'
  299. image_ver: '64'
  300. name: '6.4'
  301. - code_name: snapshots
  302. image_ver: '68'
  303. name: 6.8 Latest Snapshot
  304. opensuse:
  305. base_dir: distribution/leap
  306. enabled: true
  307. menu: linux
  308. mirror: http://download.opensuse.org
  309. name: OpenSUSE
  310. versions:
  311. - code_name: '15.2'
  312. name: openSUSE Leap 15.2
  313. - code_name: '15.1'
  314. name: openSUSE Leap 15.1
  315. - code_name: '15.0'
  316. name: openSUSE Leap 15.0
  317. - code_name: '42.3'
  318. name: openSUSE Leap 42.3
  319. - code_name: tumbleweed
  320. name: openSUSE tumbleweed
  321. oracle:
  322. enabled: true
  323. menu: linux
  324. mirror: https://yum.oracle.com
  325. name: Oracle Linux
  326. paths:
  327. 7: /repo/OracleLinux/OL7/latest/x86_64
  328. 8: /repo/OracleLinux/OL8/baseos/latest/x86_64
  329. rancheros:
  330. base_dir: os/latest
  331. enabled: true
  332. menu: linux
  333. mirror: http://releases.rancher.com
  334. name: RancherOS
  335. versions:
  336. - code_name: latest
  337. name: Latest (20 MB)
  338. rhel:
  339. enabled: true
  340. menu: linux
  341. name: Red Hat Enterprise Linux
  342. rockylinux:
  343. base_dir: pub/rocky
  344. enabled: true
  345. menu: linux
  346. mirror: https://download.rockylinux.org
  347. name: Rocky Linux
  348. versions:
  349. - code_name: 8.3
  350. name: 8.3
  351. scientific:
  352. base_dir: linux/scientific
  353. enabled: true
  354. menu: linux
  355. mirror: http://ftp1.scientificlinux.org
  356. name: Scientific Linux
  357. versions:
  358. - code_name: '7.7'
  359. name: '7.7'
  360. - code_name: '7.6'
  361. name: '7.6'
  362. - code_name: '6.10'
  363. name: '6.10'
  364. - code_name: '6.9'
  365. name: '6.9'
  366. slackware:
  367. base_dir: slackware
  368. enabled: true
  369. menu: linux
  370. mirror: http://mirror.rackspace.com
  371. name: Slackware
  372. versions:
  373. - code_name: current
  374. name: Current
  375. - code_name: '14.2'
  376. name: '14.2'
  377. - code_name: '14.1'
  378. name: '14.1'
  379. smartos:
  380. base_dir: /platform/i86pc/
  381. enabled: true
  382. menu: unix
  383. mirror: https://netboot.joyent.com/os/
  384. name: SmartOS
  385. versions:
  386. - code_name: 20210422T002312Z
  387. name: 20210422T002312Z
  388. - code_name: 20210408T001154Z
  389. name: 20210408T001154Z
  390. - code_name: 20210325T002528Z
  391. name: 20210325T002528Z
  392. - code_name: 20210311T001742Z
  393. name: 20210311T001742Z
  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: /12.x/x86/release/distribution_files/core.gz
  423. kernel: /12.x/x86/release/distribution_files/vmlinuz
  424. name: Core
  425. - arch: x86_64
  426. code_name: corepure
  427. initrd: /12.x/x86_64/release/distribution_files/corepure64.gz
  428. kernel: /12.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: hirsute
  529. name: 21.04 Hirsute Hippo
  530. - code_name: groovy
  531. name: 20.10 Groovy Gorilla
  532. - code_name: focal
  533. name: 20.04 LTS Focal Fossa (Subiquity)
  534. - code_name: focal-legacy
  535. name: 20.04 LTS Focal Fossa (Legacy)
  536. - code_name: bionic
  537. name: 18.04 LTS Bionic Beaver
  538. - code_name: xenial
  539. name: 16.04 LTS Xenial Xerus
  540. vyos:
  541. enabled: true
  542. menu: linux
  543. name: VyOS
  544. versions:
  545. - code_name: rolling
  546. name: 1.3 rolling
  547. zeninstall:
  548. enabled: true
  549. menu: linux
  550. name: Zen Installer Arch
  551. versions:
  552. - code_name: current
  553. name: current
  554. sigs_dir: '{{ netbootxyz_root }}/sigs'
  555. sigs_enabled: false
  556. sigs_location: http://${boot_domain}/sigs/
  557. sigs_menu: false
  558. site_name: netboot.xyz
  559. time_server: 0.pool.ntp.org
  560. utilitiesarm:
  561. placeholder:
  562. enabled: false
  563. name: placeholder
  564. type: direct
  565. utilitiesefi:
  566. 4mlinux:
  567. enabled: true
  568. name: 4MLinux
  569. type: ipxemenu
  570. bootrepair:
  571. enabled: true
  572. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  573. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  574. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  575. initrd=initrd
  576. name: Boot Repair CD
  577. type: direct
  578. caine:
  579. enabled: true
  580. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  581. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  582. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  583. initrd=initrd
  584. name: CAINE
  585. type: direct
  586. clonezilla:
  587. enabled: true
  588. name: Clonezilla
  589. type: ipxemenu
  590. gparted:
  591. enabled: true
  592. name: GParted
  593. type: ipxemenu
  594. grml:
  595. enabled: true
  596. name: Grml
  597. type: ipxemenu
  598. kaspersky:
  599. enabled: true
  600. name: Kaspersky Rescue Disk
  601. type: ipxemenu
  602. redorescue:
  603. enabled: true
  604. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  605. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
  606. setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  607. initrd=initrd
  608. name: RedoRescue
  609. type: direct
  610. rescatux:
  611. enabled: true
  612. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  613. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  614. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  615. initrd=initrd
  616. name: Rescatux
  617. type: direct
  618. rescuezilla:
  619. enabled: true
  620. name: Rescuezilla
  621. type: ipxemenu
  622. shredos:
  623. enabled: true
  624. name: ShredOS
  625. type: ipxemenu
  626. systemrescue:
  627. enabled: true
  628. name: System Rescue CD
  629. type: ipxemenu
  630. utilitiespcbios:
  631. 4mlinux:
  632. enabled: true
  633. name: 4MLinux
  634. type: ipxemenu
  635. avg:
  636. enabled: true
  637. name: AVG Rescue CD
  638. type: memdisk
  639. util_path: http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_160420a12074.iso
  640. version: 160420a12074
  641. bootrepair:
  642. enabled: true
  643. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  644. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  645. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  646. initrd=initrd
  647. name: Boot Repair CD
  648. type: direct
  649. breakin:
  650. enabled: true
  651. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  652. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  653. startup=breakin initrd=initrd
  654. name: Breakin
  655. type: direct
  656. caine:
  657. enabled: true
  658. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  659. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  660. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  661. initrd=initrd
  662. name: CAINE
  663. type: direct
  664. clonezilla:
  665. enabled: true
  666. name: Clonezilla
  667. type: ipxemenu
  668. dban:
  669. enabled: true
  670. name: DBAN
  671. type: ipxemenu
  672. gparted:
  673. enabled: true
  674. name: GParted
  675. type: ipxemenu
  676. grml:
  677. enabled: true
  678. name: Grml
  679. type: ipxemenu
  680. kaspersky:
  681. enabled: true
  682. name: Kaspersky Rescue Disk
  683. type: ipxemenu
  684. memtest:
  685. enabled: true
  686. name: Memtest
  687. type: memtest
  688. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  689. version: 5.01.0
  690. redorescue:
  691. enabled: true
  692. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  693. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt nocomponents
  694. setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  695. initrd=initrd
  696. name: RedoRescue
  697. type: direct
  698. rescatux:
  699. enabled: true
  700. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  701. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  702. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  703. initrd=initrd
  704. name: Rescatux
  705. type: direct
  706. rescuezilla:
  707. enabled: true
  708. name: Rescuezilla
  709. type: ipxemenu
  710. shredos:
  711. enabled: true
  712. name: ShredOS
  713. type: ipxemenu
  714. supergrub:
  715. enabled: true
  716. name: SuperGRUB
  717. type: memdisk
  718. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  719. version: 2.04s1
  720. systemrescue:
  721. enabled: true
  722. name: System Rescue CD
  723. type: ipxemenu
  724. ubcd:
  725. enabled: true
  726. name: Ultimate Boot CD (UBCD)
  727. type: memdisk
  728. util_path: http://mirror.sysadminguide.net/ubcd/ubcd538.iso
  729. version: '538'
  730. wimboot_location: http://${boot_domain}/wimboot
  731. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot