Skip to content

Commit aeceee1

Browse files
committed
Remove unnecessary commas
1 parent 79e71da commit aeceee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/books/admin_guide/10-boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To password protect the GRUB2 bootloader:
133133
134134
3. The final step is to execute the command `grub2-mkconfig -o /boot/grub2/grub.cfg` to update the settings of GRUB2.
135135
136-
4. Restart the operating system to verify the encryption of GRUB2. Select the first boot menu item and type the ++"e"++ key., and then enter the corresponding user and password.
136+
4. Restart the operating system to verify the encryption of GRUB2. Select the first boot menu item and type the ++"e"++ key, and then enter the corresponding user and password.
137137
138138
```
139139
Enter username:
@@ -168,7 +168,7 @@ GRUB2_PASSWORD=grub.pbkdf2.sha512.10000.32E5BAF2C2723B0024C1541F444B8A3656E0A044
168168
169169
After executing the `grub2-set-password` command, the **/boot/grub2/user.cfg** file will be automatically generated.
170170
171-
Select the first boot menu item and type the ++"e"++ key., and then enter the corresponding user and password:
171+
Select the first boot menu item and type the ++"e"++ key, and then enter the corresponding user and password:
172172
173173
```
174174
Enter username:

0 commit comments

Comments
 (0)