diff options
| author | rackadev <41214249+racka98@users.noreply.github.com> | 2024-11-13 11:51:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-13 11:51:08 +0300 |
| commit | affff0275f9717000b926ec3588597b40526ed9e (patch) | |
| tree | a493ce61d3873fb21eec862b3783179dbb7685d2 /.github/README.md | |
| parent | 8b9087a57bebbab6babf716a2e18048b056a5a1d (diff) | |
Update install instructions for Fedora
Diffstat (limited to '.github/README.md')
| -rw-r--r-- | .github/README.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/.github/README.md b/.github/README.md index f258a66..f093462 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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: @@ -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 |
