Skip to content

Commit

Permalink
feat: Add grub mkconfig command to default just file
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 26, 2023
1 parent e4933b4 commit f4a146f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ _default:
bios:
systemctl reboot --firmware-setup

# Regenerate GRUB config, useful in dual-boot scenarios where a second operating system isn't listed
regenerate-grub:
sudo grub2-mkconfig -o /etc/grub2.cfg

# Show the changelog
changelogs:
rpm-ostree db diff --changelogs
Expand Down

0 comments on commit f4a146f

Please sign in to comment.