mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Cleanup text line breaks for better readability
This commit is contained in:
parent
37942a17b0
commit
7bba4e571f
1 changed files with 3 additions and 5 deletions
|
@ -251,9 +251,9 @@ git clone https://github.com/AdisonCavani/distro-grub-themes.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Create themes directory
|
#### Create themes directory
|
||||||
``BOOT_GRUB_LOCATION`` - directory, where ``grub`` is located.
|
``BOOT_GRUB_LOCATION`` - directory, where ``grub`` is located.<br>
|
||||||
Usually it's:
|
Usually it's:<br>
|
||||||
**/boot/grub**, **/boot/grub2**
|
**/boot/grub**, **/boot/grub2**<br>
|
||||||
but some distributions have a custom one, so you have to figure it out.
|
but some distributions have a custom one, so you have to figure it out.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -274,8 +274,6 @@ Theme must be unpacked (in folder)
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes
|
sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes
|
||||||
or
|
|
||||||
sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Edit Grub config
|
#### Edit Grub config
|
||||||
|
|
Loading…
Add table
Reference in a new issue