Revert 2 previous commits.
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com> Fix grub-install. * util/grub-probe.c (probe_partmap): Prefix partmap with 'part_'.
This commit is contained in:
parent
af0f0beafa
commit
0b8e386c09
5 changed files with 5 additions and 7 deletions
|
@ -220,7 +220,7 @@ fi
|
|||
# Then the partition map module. In order to support partition-less media,
|
||||
# this command is allowed to fail (--target=fs already grants us that the
|
||||
# filesystem will be accessible).
|
||||
partmap_module=part_`$grub_probe --target=partmap --device ${grub_device} 2> /dev/null`
|
||||
partmap_module=`$grub_probe --target=partmap --device ${grub_device} 2> /dev/null`
|
||||
|
||||
# Device abstraction module, if any (lvm, raid).
|
||||
devabstraction_module=`$grub_probe --target=abstraction --device ${grub_device}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue