You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/books/admin_guide/10-boot.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ The next 64 bytes contain the partition table of the disk.
45
45
46
46
The Rocky 8 distribution's default bootloader is **GRUB2** (GRand Unified Bootloader). GRUB2 replaces the old GRUB bootloader (also called GRUB legacy).
47
47
48
-
You can locate the GRUB 2 configuration file under `/boot/grub2/grub.cfg`, but you should not edit this file directly.
48
+
You can locate the GRUB2 configuration file under `/boot/grub2/grub.cfg`, but you should not edit this file directly.
49
49
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.
50
+
You can find the GRUB2 menu configuration settings under `/etc/default/grub`. The `grub2-mkconfig` command uses these to generate the `grub.cfg` file.
51
51
52
52
```bash
53
53
# cat /etc/default/grub
@@ -220,24 +220,24 @@ Due to space limitations, this document will not provide a detailed introduction
220
220
221
221
### Managing system services
222
222
223
-
Service units end with the `.service` file extension and have a similar purpose to init scripts. The use of `systemctl`command is to `display`, `start`, `stop`, or `restart` a system service:
223
+
Service units end with the `.service` file extension and have a similar purpose to init scripts. The use of `systemctl`command is to `display`, `start`, `stop`, or `restart` a system service. Except forvery few cases, the `systemctl` single line command can operate on one or more unitsin most cases (not limited to the unit type of ".service"). You can view it through the help system.
0 commit comments