Fix URLs.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cc0dc42b15
commit
151efd6cbd
|
@ -26,6 +26,6 @@ goto \${selected} || goto shell
|
|||
{$gotoSections}
|
||||
|
||||
:back
|
||||
chain http://{$config['host']}/ipxe/main-menu.ipxe";
|
||||
chain http://{$config['host']}/ipxe/main-menu.php";
|
||||
|
||||
print($template);
|
|
@ -31,7 +31,7 @@ login
|
|||
params
|
||||
param username \${username:uristring}
|
||||
param password \${password:uristring}
|
||||
chain http://{$config['host']}/ipxe/iSCSIBoot.php##params
|
||||
chain http://{$config['host']}/ipxe/iscsi-boot.php##params
|
||||
goto start
|
||||
|
||||
# Hook an iSCSI target and then continue with normal boot process.
|
||||
|
@ -40,7 +40,7 @@ login
|
|||
params
|
||||
param username \${username:uristring}
|
||||
param password \${password:uristring}
|
||||
chain http://{$config['host']}/ipxe/iSCSIHook.php##params
|
||||
chain http://{$config['host']}/ipxe/iscsi-hook.php##params
|
||||
goto start
|
||||
|
||||
# Boot from WinPE.
|
||||
|
|
Loading…
Reference in New Issue