|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
menu Utilities
|
|
|
item --gap Utilities:
|
|
|
+item avg ${space} AVG Rescue Linux - Offline AV scanning & removal
|
|
|
item clonezilla ${space} Clonezilla
|
|
|
item dban ${space} DBAN
|
|
|
item gparted ${space} GParted
|
|
@@ -18,6 +19,12 @@ goto ${menu} ||
|
|
|
chain ${menu}.ipxe || goto utils_exit
|
|
|
goto utils_exit
|
|
|
|
|
|
+:avg
|
|
|
+kernel ${memdisk} iso raw
|
|
|
+initrd http://download.avg.com/filedir/inst/avg_arl_cdi_all_120_150814a10442.iso
|
|
|
+boot
|
|
|
+goto utils_exit
|
|
|
+
|
|
|
:clonezilla
|
|
|
set version 2.4.2-61
|
|
|
iseq ${arch} x86_64 && set cz_arch amd64 || set cz_arch i686-pae
|