diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:48 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | ffd5c0b97ceff6bdabccd9fc8d7a413dd7f9b04c (patch) | |
| tree | 4db8d204bcd3d7940ff5059c730ae1e6bd6dfcbc | |
| parent | a4f9127fbeceb0fd15bffc83493c96c4aa8e2f5a (diff) | |
doc: develop: uefi: update link to ipxe git repo
http://git.ipxe.org/ipxe.git redirects to https://github.com/ipxe/ipxe
so let's use the proper link without a redirect in-between.
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | doc/develop/uefi/iscsi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/iscsi.rst b/doc/develop/uefi/iscsi.rst index 51d38cde243..52fa79f3562 100644 --- a/doc/develop/uefi/iscsi.rst +++ b/doc/develop/uefi/iscsi.rst @@ -125,7 +125,7 @@ iPXE For running iPXE on arm64 the bin-arm64-efi/snp.efi build target is needed:: - git clone http://git.ipxe.org/ipxe.git + git clone https://github.com/ipxe/ipxe cd ipxe/src make bin-arm64-efi/snp.efi -j6 EMBED=myscript.ipxe |
