mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-03 12:51:25 +02:00
parent
43eff225ef
commit
0d9818d6f4
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
menu Utilities
|
menu Utilities
|
||||||
item --gap Utilities:
|
item --gap Utilities:
|
||||||
|
item avg ${space} AVG Rescue Linux - Offline AV scanning & removal
|
||||||
item clonezilla ${space} Clonezilla
|
item clonezilla ${space} Clonezilla
|
||||||
item dban ${space} DBAN
|
item dban ${space} DBAN
|
||||||
item gparted ${space} GParted
|
item gparted ${space} GParted
|
||||||
@ -18,6 +19,12 @@ goto ${menu} ||
|
|||||||
chain ${menu}.ipxe || goto utils_exit
|
chain ${menu}.ipxe || goto utils_exit
|
||||||
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
|
:clonezilla
|
||||||
set version 2.4.2-61
|
set version 2.4.2-61
|
||||||
iseq ${arch} x86_64 && set cz_arch amd64 || set cz_arch i686-pae
|
iseq ${arch} x86_64 && set cz_arch amd64 || set cz_arch i686-pae
|
||||||
|
Loading…
x
Reference in New Issue
Block a user