ソースを参照

Merge pull request #21 from antonym/dban

Adding support for DBAN (Darik's Boot and Nuke)
Antony Messerli 9 年 前
コミット
89a7ad737d
3 ファイル変更9 行追加0 行削除
  1. 1 0
      README.md
  2. 1 0
      docs/index.md
  3. 7 0
      src/utils.ipxe

+ 1 - 0
README.md

@@ -52,6 +52,7 @@ Full documentation is at ReadTheDocs:
 #### Utilities
 
 * [Clonezilla](http://www.clonezilla.org/)
+* [DBAN](http://www.dban.org/)
 * [GParted](http://gparted.org)
 * [HDT](http://www.hdt-project.org/)
 * [Memtest](http://www.memtest.org/)

+ 1 - 0
docs/index.md

@@ -56,6 +56,7 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
 #### Utilities
 
 * [Clonezilla](http://www.clonezilla.org/)
+* [DBAN](http://www.dban.org/)
 * [GParted](http://gparted.org)
 * [HDT](http://www.hdt-project.org/)
 * [Memtest](http://www.memtest.org/)

+ 7 - 0
src/utils.ipxe

@@ -3,6 +3,7 @@
 menu Utilities
 item --gap Utilities:
 item clonezilla ${space} Clonezilla
+item dban ${space} DBAN
 item gparted ${space} GParted
 item hdt ${space} Hardware Detection Tool
 item memtest ${space} MemTest86+
@@ -28,6 +29,12 @@ set try ${try}x
 initrd ${czurl} || goto retry
 boot || goto utils_exit
 
+:dban
+set version 2.3.0
+kernel ${memdisk} iso raw
+initrd http://sourceforge.net/projects/dban/files/dban/dban-${version}/dban-${version}_i586.iso/download
+boot || goto utils_exit
+
 :gparted
 set version 0.24.0-2
 set project gparted