Skip to content

Commit 8bec1fc

Browse files
authored
Passive voice edit 10-boot.md (#2666)
* fix a few passive voice phrases re-inserted in the document * a couple of other minor fixes
1 parent a494843 commit 8bec1fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/books/admin_guide/10-boot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The next 64 bytes contain the partition table of the disk.
4545

4646
The Rocky 8 distribution's default bootloader is **GRUB2** (GRand Unified Bootloader). GRUB2 replaces the old GRUB bootloader (also called GRUB legacy).
4747

48-
The GRUB 2 configuration file is located under `/boot/grub2/grub.cfg`, but this file should not be edited directly.
48+
You can locate the GRUB 2 configuration file under `/boot/grub2/grub.cfg`, but you should not edit this file directly.
4949

50-
The GRUB2 menu configuration settings are located under `/etc/default/grub` and are used to generate the `grub.cfg` file.
50+
You can find the GRUB2 menu configuration settings under `/etc/default/grub`. The `grub2-mkdconfig` command uses these to generate the `grub.cfg` file.
5151

5252
```bash
5353
# cat /etc/default/grub
@@ -59,7 +59,7 @@ GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel/swap crashkernel=auto rd.lvm.lv=rhel/root rhg
5959
GRUB_DISABLE_RECOVERY="true"
6060
```
6161

62-
If one or more of these parameters is changed, the `grub2-mkconfig` command must be run to regenerate the `/boot/grub2/grub.cfg` file.
62+
If you change one or more of these parameters, you must run the `grub2-mkconfig` command to regenerate the `/boot/grub2/grub.cfg` file.
6363

6464
```bash
6565
[root] # grub2-mkconfig –o /boot/grub2/grub.cfg
@@ -131,7 +131,7 @@ To password-protect the GRUB2 bootloader:
131131
EOF
132132
```
133133
134-
3. The final step is to execute the command `grub2-mkconfig -o /boot/grub2/grub.cfg` to update GRUB2's settings.
134+
3. The final step is to run the command `grub2-mkconfig -o /boot/grub2/grub.cfg` to update GRUB2's settings.
135135
136136
4. Restart the operating system to verify GRUB2's encryption. Select the first boot menu item, type the ++"e"++ key, and then enter the corresponding user and password.
137137
@@ -216,7 +216,7 @@ The development of `systemd` was to:
216216
217217
All service unit operations are subject to a 5-minute default timeout to prevent a malfunctioning service from freezing the system.
218218
219-
Due to space limitations, this document will not provide a detailed introduction to `systemd`. If you are interested in exploring `systemd` further, there is a very detailed introduction in [this document](./16-about-sytemd.md).
219+
Due to space limitations, this document will not provide a detailed introduction to `systemd`. If you have an interest in exploring `systemd` further, there is a very detailed introduction in [this document](./16-about-sytemd.md).
220220
221221
### Managing system services
222222

0 commit comments

Comments
 (0)