Przeglądaj źródła

Adds support for Grml 2014.03

Appears to be the last version that supported memdisk,
inquiry open to investigate why latest doesn't work.

https://github.com/antonym/netboot.xyz/issues/70
Antony Messerli 9 lat temu
rodzic
commit
1a00e17fd0
3 zmienionych plików z 9 dodań i 0 usunięć
  1. 1 0
      README.md
  2. 1 0
      docs/index.md
  3. 7 0
      src/utils.ipxe

+ 1 - 0
README.md

@@ -62,6 +62,7 @@ Full documentation is at ReadTheDocs:
 * [Clonezilla](http://www.clonezilla.org/)
 * [DBAN](http://www.dban.org/)
 * [GParted](http://gparted.org)
+* [Grml](http://grml.org)
 * [HDT](http://www.hdt-project.org/)
 * [Memtest](http://www.memtest.org/)
 * [Partition Wizard](http://www.partitionwizard.com)

+ 1 - 0
docs/index.md

@@ -66,6 +66,7 @@ You'll need to make sure to have [DOWNLOAD_PROTO_HTTPS](https://github.com/ipxe/
 * [Clonezilla](http://www.clonezilla.org/)
 * [DBAN](http://www.dban.org/)
 * [GParted](http://gparted.org)
+* [Grml](http://grml.org)
 * [HDT](http://www.hdt-project.org/)
 * [Memtest](http://www.memtest.org/)
 * [Partition Wizard](http://www.partitionwizard.com)

+ 7 - 0
src/utils.ipxe

@@ -6,6 +6,7 @@ item avg ${space} AVG Rescue CD
 item clonezilla ${space} Clonezilla
 item dban ${space} DBAN
 item gparted ${space} GParted
+item grml ${space} Grml
 item hdt ${space} Hardware Detection Tool
 item memtest_420 ${space} Memtest86+ 4.20
 item memtest_501 ${space} Memtest86+ 5.01
@@ -48,6 +49,12 @@ kernel ${memdisk} iso raw
 initrd http://sourceforge.net/projects/dban/files/dban/dban-${version}/dban-${version}_i586.iso/download
 boot || goto utils_exit
 
+:grml
+set grml_version 2014.03
+kernel ${memdisk} iso raw
+initrd http://mirror.rit.edu/grml/grml64-full_${grml_version}.iso
+boot || goto utils_exit
+
 :gparted
 set version 0.25.0-1
 set project gparted