Skip to content

Commit d8bd3b2

Browse files
Harrison Thorneericonr
authored andcommitted
various: capitalize mentions of GRUB
1 parent 8adfe24 commit d8bd3b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/installation/guides/fde.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Device Start End Sectors Size Type
4141
/dev/sda2 264192 100663262 100399071 47.9G Linux filesystem
4242
```
4343

44-
Configure the encrypted volume. `cryptsetup` defaults to LUKS2, yet `grub`
44+
Configure the encrypted volume. `cryptsetup` defaults to LUKS2, yet GRUB
4545
currently only has support for LUKS1, so it is critical to force LUKS1. Keep in
4646
mind this will be `/dev/sda2` on EFI systems.
4747

src/installation/live-images/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ will be mounted at `/boot/efi`.
9999

100100
If using BIOS, it is recommended you select MBR for the partition table.
101101
Advanced users may use GPT but will need to [create a special BIOS
102-
partition](./partitions.md#bios-system-notes) for `grub` to boot.
102+
partition](./partitions.md#bios-system-notes) for GRUB to boot.
103103

104104
See the [Partitioning Notes](./partitions.md) for more details about
105105
partitioning your disk.

src/installation/live-images/partitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ should then install itself successfully.
3030
## UEFI system notes
3131

3232
UEFI users are recommended to create a GPT partition table. UEFI booting with
33-
grub also requires a special partition of the type `EFI System` with a `vfat`
33+
GRUB also requires a special partition of the type `EFI System` with a `vfat`
3434
filesystem mounted at `/boot/efi`. A reasonable size for this partition could be
3535
between 200MB and 1GB. With this partition setup during the live image
3636
installation, the installer should successfully set up the bootloader
@@ -55,7 +55,7 @@ On most modern systems, a separate `/boot` partition is no longer necessary to
5555
boot properly. If you choose to use one, note that Void does not remove old
5656
kernels after updates by default and also that the kernel tends to increase in
5757
size with each new version, so plan accordingly (e.g. `/boot` with one Linux 5.x
58-
`x86_64` kernel and grub occupies about 60MB).
58+
`x86_64` kernel and GRUB occupies about 60MB).
5959

6060
## Other partitions
6161

0 commit comments

Comments
 (0)