From 10e6142b937b0710e8ec18df0f52aaa31b68142c Mon Sep 17 00:00:00 2001 From: gh-actions Date: Fri, 25 Oct 2024 20:20:29 +0000 Subject: [PATCH] Update main docs --- static/docs/main/_sources/contents/boot-management.rst.txt | 2 +- static/docs/main/contents/boot-management.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/docs/main/_sources/contents/boot-management.rst.txt b/static/docs/main/_sources/contents/boot-management.rst.txt index d536b95..1ed20dd 100644 --- a/static/docs/main/_sources/contents/boot-management.rst.txt +++ b/static/docs/main/_sources/contents/boot-management.rst.txt @@ -84,7 +84,7 @@ The script, by default, builds iPXE for x86_64 BIOS, x86_64 EFI, and arm64 EFI f .. note:: - Building for aarch64 requires the package ``aarch64-linux-gnu-gcc``. + Building for aarch64 requires the package ``gcc-aarch64-linux-gnu``. Build options ^^^^^^^^^^^^^ diff --git a/static/docs/main/contents/boot-management.html b/static/docs/main/contents/boot-management.html index 580ef96..5a18a81 100644 --- a/static/docs/main/contents/boot-management.html +++ b/static/docs/main/contents/boot-management.html @@ -192,7 +192,7 @@

Running build-ipxe.sh

Note

-

Building for aarch64 requires the package aarch64-linux-gnu-gcc.

+

Building for aarch64 requires the package gcc-aarch64-linux-gnu.