Browse Source

Add ALT Linux Rescue

Will Glynn 8 years ago
parent
commit
8616e5f6c7
2 changed files with 13 additions and 0 deletions
  1. 1 0
      docs/index.md
  2. 12 0
      src/utils.ipxe

+ 1 - 0
docs/index.md

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

+ 12 - 0
src/utils.ipxe

@@ -2,6 +2,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 clonezilla ${space} Clonezilla
 item dban ${space} DBAN
@@ -26,6 +27,17 @@ goto ${menu} ||
 chain ${menu}.ipxe || goto utils_exit
 goto utils_exit
 
+:alt_linux_rescue
+iseq ${arch} x86_64 && goto alt_linux_rescue_x64 ||
+set util_path nightly.altlinux.org/sisyphus/tested/regular-rescue-latest-i586.iso
+set util_file regular-rescue-latest-i586.iso
+goto boot_memdisk
+
+:alt_linux_rescue_x64
+set util_path nightly.altlinux.org/sisyphus/tested/regular-rescue-latest-x86_64.iso
+set util_file regular-rescue-latest-x86_64.iso
+goto boot_memdisk
+
 :avg
 set util_path download.avg.com/filedir/inst/avg_arl_cdi_all_120_150814a10442.iso
 set util_file avg_arl_cdi_all_120_150814a10442.iso