Skip to content

Commit

Permalink
Merge pull request #7 from racka98/main
Browse files Browse the repository at this point in the history
Update install instructions for Fedora
  • Loading branch information
harishnkr authored Nov 14, 2024
2 parents 8b9087a + affff02 commit 8f39f66
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ git clone https://github.com/harishnkr/bsol.git
```
GRUB_THEME="/boot/grub/themes/bsol/theme.txt"
```

- For Fedora based systems only: Change the `GRUB_ENABLE_BLSCFG` and `GRUB_TERMINAL_OUTPUT` line in `/etc/default/grub` file:
```
GRUB_ENABLE_BLSCFG="false"
GRUB_TERMINAL_OUTPUT="gfxterm"
```

- Update GRUB with sudo privileges.

For Arch based systems:
Expand All @@ -42,15 +49,9 @@ sudo update-grub
```

For Fedora based systems:
- when using BIOS
```
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
```
- when using EFI
```
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
```
```
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
```

## Using Package manager

Expand Down

0 comments on commit 8f39f66

Please sign in to comment.