Skip to content

Commit

Permalink
ostree-grub-generator: Comment wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fairley committed Feb 14, 2019
1 parent 2738bbb commit aa02b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/grub2/ostree-grub-generator
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ read_config()

populate_menu()
{
# Default to /boot if OSTREE_BOOT_PARTITION is not set and /boot is on the same device than ostree/repo
# Default to /boot if OSTREE_BOOT_PARTITION is not set and /boot is on the same device as /ostree/repo
if [ -z ${OSTREE_BOOT_PARTITION+x} ] && [ -d /boot/ostree ] && [ -d /ostree/repo ] && [ $(stat -c '%d' /boot/ostree) -eq $(stat -c '%d' /ostree/repo) ]; then
boot_prefix="/boot"
else
Expand Down

0 comments on commit aa02b9a

Please sign in to comment.