ostree-grub-generator: Comment wording fix
Closes: #1814 Approved by: jlebon
This commit is contained in:
parent
6e1588c022
commit
b0af96c80a
|
|
@ -65,7 +65,7 @@ read_config()
|
||||||
|
|
||||||
populate_menu()
|
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
|
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"
|
boot_prefix="/boot"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue