瀏覽代碼

Merge pull request #12 from antonym/partition_wizard

Adding support for Partition Wizard 9.1
Antony Messerli 9 年之前
父節點
當前提交
9b7cda418a
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/utils.ipxe

+ 7 - 0
src/utils.ipxe

@@ -5,6 +5,7 @@ item --gap Utilities:
 item clonezilla ${space} Clonezilla
 item clonezilla ${space} Clonezilla
 item hdt ${space} Hardware Detection Tool
 item hdt ${space} Hardware Detection Tool
 item memtest ${space} MemTest86+
 item memtest ${space} MemTest86+
+item partition_wizard ${space} Partition Wizard 9.1
 item testpr ${space} Test netboot.xyz branch
 item testpr ${space} Test netboot.xyz branch
 choose --default ${menu} menu || goto utils_exit
 choose --default ${menu} menu || goto utils_exit
 echo ${cls}
 echo ${cls}
@@ -38,6 +39,12 @@ echo Press any key to continue ...
 read a
 read a
 goto utils_exit
 goto utils_exit
 
 
+:partition_wizard
+kernel ${memdisk} iso raw
+initrd http://www.partitionwizard.com/download/pwfree91-x64.iso
+boot
+goto utils_exit
+
 :testpr
 :testpr
 echo This will chainload into a testing branch of netboot.xyz.  You'll need to enter
 echo This will chainload into a testing branch of netboot.xyz.  You'll need to enter
 echo your Github User and the first part of the commit hash of the commit you want
 echo your Github User and the first part of the commit hash of the commit you want