updated for veeam

This commit is contained in:
2023-10-04 13:29:45 -05:00
parent 9c5b03abab
commit e43c54253b
5 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ item --gap -- ------------------- Windows Install Capture Restore --
item winpe Windows Install Capture Restore
item --gap -- ------------------------------ WinPE ----------------------------------
item hbpe Hiren's Boot PE
item --gap -- -------------------------- Veeam Recovery -----------------------------
item veeam Veeam Recovery
item --gap -- --------------------------- Parted Magic ------------------------------
item pmagic Parted Magic
item --gap -- ----------------------------- URBackup --------------------------------
@@ -84,6 +86,10 @@ goto start
chain http://192.168.1.50/files/hbpe/boot.ipxe || goto failed
goto start
:veeamrecovery
chain http://192.168.1.50/files/veeamrecovery/boot.ipxe || goto failed
goto start
:pmagic
chain http://192.168.1.50/files/pmagic/boot.ipxe || goto failed
goto start