mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Line Breaks
This commit is contained in:
parent
ed37fe13d6
commit
42ea57dd76
1 changed files with 3 additions and 4 deletions
|
@ -325,7 +325,7 @@ Ctrl+O to save, Ctrl+X to exit
|
||||||
|
|
||||||
#### Update Grub config
|
#### Update Grub config
|
||||||
|
|
||||||
You'll need to tell GRUB to update its configuration in order to include the new theme.
|
You'll need to tell GRUB to update its configuration in order to include the new theme. <br>
|
||||||
|
|
||||||
|
|
||||||
##### Ubuntu and Debian-based systems:
|
##### Ubuntu and Debian-based systems:
|
||||||
|
@ -333,7 +333,7 @@ You'll need to tell GRUB to update its configuration in order to include the new
|
||||||
```shell
|
```shell
|
||||||
sudo update-grub
|
sudo update-grub
|
||||||
```
|
```
|
||||||
|
<br>
|
||||||
|
|
||||||
##### Fedora and RHEL-based distros:
|
##### Fedora and RHEL-based distros:
|
||||||
```shell
|
```shell
|
||||||
|
@ -345,7 +345,7 @@ OR
|
||||||
```shell
|
```shell
|
||||||
sudo grub2-mkconfig -o /etc/grub2-efi.cfg #For UEFI systems
|
sudo grub2-mkconfig -o /etc/grub2-efi.cfg #For UEFI systems
|
||||||
```
|
```
|
||||||
|
<br>
|
||||||
|
|
||||||
##### Arch & others:
|
##### Arch & others:
|
||||||
|
|
||||||
|
@ -357,7 +357,6 @@ or
|
||||||
```shell
|
```shell
|
||||||
sudo grub2-mkconfig -o <GRUB Location>/grub.cfg
|
sudo grub2-mkconfig -o <GRUB Location>/grub.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Note:
|
#### Note:
|
||||||
|
|
||||||
- Commands tested on: ***(Please add your distro here)***
|
- Commands tested on: ***(Please add your distro here)***
|
||||||
|
|
Loading…
Add table
Reference in a new issue