Prechádzať zdrojové kódy

Add Breakin

Breakin is Advanced Clustering’s stress-test and hardware diagnostics tool.
http://www.advancedclustering.com/products/software/breakin/
Fabian Affolter 7 rokov pred
rodič
commit
2a89b5aa58
3 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  1. 1 0
      README.md
  2. 1 0
      docs/index.md
  3. 7 0
      src/utils.ipxe

+ 1 - 0
README.md

@@ -70,6 +70,7 @@ Full documentation is at ReadTheDocs:
 #### Utilities
 
 * [AVG Rescue CD](http://www.avg.com/us-en/avg-rescue-cd)
+* [Breakin](http://www.advancedclustering.com/products/software/breakin/)
 * [Clonezilla](http://www.clonezilla.org/)
 * [DBAN](http://www.dban.org/)
 * [GParted](http://gparted.org)

+ 1 - 0
docs/index.md

@@ -75,6 +75,7 @@ You'll need to make sure to have [DOWNLOAD_PROTO_HTTPS](https://github.com/ipxe/
 
 * [ALT Linux Rescue](https://en.altlinux.org/Rescue)
 * [AVG Rescue CD](http://www.avg.com/us-en/avg-rescue-cd)
+* [Breakin](http://www.advancedclustering.com/products/software/breakin/)
 * [Clonezilla](http://www.clonezilla.org/)
 * [DBAN](http://www.dban.org/)
 * [GParted](http://gparted.org)

+ 7 - 0
src/utils.ipxe

@@ -4,6 +4,7 @@ menu Utilities - Image Sig Checks: [${img_sigs_enabled}]
 item --gap Utilities:
 item alt_linux_rescue ${space} ALT Linux Rescue
 item avg ${space} AVG Rescue CD
+item breakin ${space} Breakin
 item clonezilla ${space} Clonezilla
 item dban ${space} DBAN
 item gparted ${space} GParted
@@ -41,6 +42,12 @@ set util_path download.avg.com/filedir/inst/avg_arl_cdi_all_120_${avg_version}.i
 set util_file avg_arl_cdi_all_120_${avg_version}.iso
 goto boot_memdisk
 
+:breakin
+set breakin_version 4.26.1-53
+set util_path www.advancedclustering.com/wp-content/uploads/2017/02/bootimage-${breakin_version}.iso
+set util_file bootimage-${breakin_version}.iso
+goto boot_memdisk
+
 :clonezilla
 set clonezilla_version 2.5.2-31
 set util_path sourceforge.net/projects/clonezilla/files/clonezilla_live_stable/${clonezilla_version}/clonezilla-live-${clonezilla_version}-amd64.iso/download