diff options
| author | K Harishankar <48408097+harishnkr@users.noreply.github.com> | 2024-11-14 05:42:09 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 05:42:09 +0530 |
| commit | 8f39f66967e2391b11ee554578f0b821070ec72a (patch) | |
| tree | a493ce61d3873fb21eec862b3783179dbb7685d2 /.github | |
| parent | 8b9087a57bebbab6babf716a2e18048b056a5a1d (diff) | |
| parent | affff0275f9717000b926ec3588597b40526ed9e (diff) | |
Merge pull request #7 from racka98/main
Update install instructions for Fedora
Diffstat (limited to '.github')
| -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 |
