Browse Source

Fix grml sections

Antony Messerli 9 years ago
parent
commit
84ae7af9f6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/utils.ipxe

+ 4 - 4
src/utils.ipxe

@@ -6,8 +6,8 @@ item avg ${space} AVG Rescue CD
 item clonezilla ${space} Clonezilla
 item dban ${space} DBAN
 item gparted ${space} GParted
-item grml_full ${space} Grml (Full)
-item grml_small ${space} Grml (Small)
+item grml-full ${space} Grml (Full)
+item grml-small ${space} Grml (Small)
 item hdt ${space} Hardware Detection Tool
 item memtest-420 ${space} Memtest86+ 4.20
 item memtest-501 ${space} Memtest86+ 5.01
@@ -45,12 +45,12 @@ set util_path sourceforge.net/projects/gparted/files/gparted-live-stable/0.25.0-
 set util_file gparted-live-0.25.0-3-amd64.iso
 goto boot_memdisk
 
-:grml_full
+:grml-full
 set util_path download.grml.org/devel/grml64-full_20160415_netboot_xyz.iso 
 set util_file grml64-full_20160415_netboot_xyz.iso
 goto boot_memdisk
 
-:grml_small
+:grml-small
 set util_path download.grml.org/devel/grml64-small_20160415_netboot_xyz.iso
 set util_file grml64-small_20160415_netboot_xyz.iso 
 goto boot_memdisk