Fix URLs.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-07-24 22:30:59 +01:00
parent cc0dc42b15
commit 151efd6cbd
2 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,6 @@ goto \${selected} || goto shell
{$gotoSections} {$gotoSections}
:back :back
chain http://{$config['host']}/ipxe/main-menu.ipxe"; chain http://{$config['host']}/ipxe/main-menu.php";
print($template); print($template);

View File

@ -31,7 +31,7 @@ login
params params
param username \${username:uristring} param username \${username:uristring}
param password \${password:uristring} param password \${password:uristring}
chain http://{$config['host']}/ipxe/iSCSIBoot.php##params chain http://{$config['host']}/ipxe/iscsi-boot.php##params
goto start goto start
# Hook an iSCSI target and then continue with normal boot process. # Hook an iSCSI target and then continue with normal boot process.
@ -40,7 +40,7 @@ login
params params
param username \${username:uristring} param username \${username:uristring}
param password \${password:uristring} param password \${password:uristring}
chain http://{$config['host']}/ipxe/iSCSIHook.php##params chain http://{$config['host']}/ipxe/iscsi-hook.php##params
goto start goto start
# Boot from WinPE. # Boot from WinPE.