Fix grammatical and spelling errors in userdocs/

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-11 23:15:08 -06:00
parent cd60acf271
commit fe8f4b5b11
28 changed files with 65 additions and 65 deletions

View File

@@ -93,7 +93,7 @@ gigabytes. Workarounds exist for these issues in most circumstances:
decompress the image rather than the kernel.
* Some BIOS / firmware retain a "memory hole" feature for legacy devices, e.g.,
reserving a 1MB block of memory at the 15MB-16MB address range. this feature
reserving a 1MB block of memory at the 15MB-16MB address range. This feature
can interfere with booting stateless node images.
If you are still getting "Not enough memory" or "No space left on device"

View File

@@ -66,10 +66,10 @@ cluster node's MAC address in place of 00:00:00:00:00:00.)
- The ``kernel`` command fetches a kernel for later booting.
- The ``imgextract`` command fetches and decompresses the images that will make
up the booted noe image. In a typical environment this is used to load a
up the booted node image. In a typical environment this is used to load a
minimal "initial ramdisk" which, then, boots the rest of the system. Warewulf,
by default, loads the entire image as an initial ramdisk, and also loads the
system and runtime overlays at this time time.
system and runtime overlays at this time.
- The ``boot`` command tells iPXE to boot the system with the given kernel and
ramdisks.
@@ -127,7 +127,7 @@ the port number if you have changed it from the default of 9873.)
a typical environment this is used to load a minimal "initial ramdisk" which,
then, boots the rest of the system. Warewulf, by default, loads the entire
image as an initial ramdisk, and also loads the system and runtime overlays at
this time time.
this time.
- The ``boot`` command tells GRUB to boot the system with the previously-defined
configuration.