* util/grub-install.in: change misleading comment about
device.map creation
This commit is contained in:
parent
af18fdb4df
commit
f81ef4b580
2 changed files with 6 additions and 1 deletions
|
@ -505,7 +505,7 @@ if test $recheck = yes; then
|
|||
rm -f "$device_map"
|
||||
fi
|
||||
|
||||
# Create the device map file if it is not present.
|
||||
# Device map file is optional
|
||||
if test -f "$device_map"; then
|
||||
# Make sure that there is no duplicated entry.
|
||||
tmp=`sed -n '/^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p' "$device_map" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue