fixed file paths

This commit is contained in:
2023-08-27 12:30:26 -05:00
parent bc00563f5b
commit ed81e5a651
+7 -7
View File
@@ -59,31 +59,31 @@ goto start
############ MAIN MENU ITEMS ############
:debian11auto
chain http://192.168.1.50/debian-11.7/boot-auto.ipxe || goto failed
chain http://192.168.1.50/files/debian-11.7/boot-auto.ipxe || goto failed
goto start
:debian11manual
chain http://192.168.1.50/debian-11.7/boot-manual.ipxe || goto failed
chain http://192.168.1.50/files/debian-11.7/boot-manual.ipxe || goto failed
goto start
:debian12auto
chain http://192.168.1.50/debian-12.1/boot-auto.ipxe || goto failed
chain http://192.168.1.50/files/debian-12.1/boot-auto.ipxe || goto failed
goto start
:debian12manual
chain http://192.168.1.50/debian-12.1/boot-manual.ipxe || goto failed
chain http://192.168.1.50/files/debian-12.1/boot-manual.ipxe || goto failed
goto start
:winpe
chain http://192.168.1.50/winpe/boot.ipxe || goto failed
chain http://192.168.1.50/files/winpe/boot.ipxe || goto failed
goto start
:hbpe
chain http://192.168.1.50/hbpe/boot.ipxe || goto failed
chain http://192.168.1.50/files/hbpe/boot.ipxe || goto failed
goto start
:pmagic
chain http://192.168.1.50/pmagic/boot.ipxe || goto failed
chain http://192.168.1.50/files/pmagic/boot.ipxe || goto failed
goto start
:netboot