Fix typos in ChangeLog and comments
This commit is contained in:
parent
d4e2dad356
commit
fe9870876d
5 changed files with 16 additions and 16 deletions
|
@ -120,7 +120,7 @@ prepare_grub_to_access_device ()
|
|||
echo "insmod ${abstraction}"
|
||||
fi
|
||||
|
||||
# If there's a filesystem UUID that GRUB is capable of identifiing, use it;
|
||||
# If there's a filesystem UUID that GRUB is capable of identifying, use it;
|
||||
# otherwise set root as per value in device.map.
|
||||
echo "set root=`${grub_probe} --device ${device} --target=drive`"
|
||||
if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue