We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd0434 commit 2bcc9b6Copy full SHA for 2bcc9b6
guides/common/modules/con_http-booting.adoc
@@ -8,7 +8,7 @@ The term HTTP booting refers to two booting stages: UEFI HTTP Boot and Boot Load
8
UEFI HTTP booting is the process of fetching the Network Bootstrap Program (NBP) by the UEFI firmware using HTTP(S) protocol.
9
The NBP is typically the boot loader such as GRUB2.
10
11
-Boot loader HTTP booting is the process of fetching installation files such as kernel and initrd by the boot loader using HTTP(S) protocol.
+Boot loader HTTP booting is the process of fetching installation files such as kernel and initrd by the boot loader over HTTP(S).
12
13
In HTTP boot, files are transferred over HTTP instead of TFTP.
14
Using this method can help reduce the booting time during host provisioning.
0 commit comments