2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>
Fix grub-install. * util/i386/pc/grub-install.in: Add 'part_' to partmap_module.
This commit is contained in:
parent
de74f136b7
commit
cb4735645d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
Fix grub-install.
|
||||||
|
|
||||||
|
* util/i386/pc/grub-install.in: Add 'part_' to partmap_module.
|
||||||
|
|
||||||
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* fs/hfsplus.c (grub_hfsplus_mount): Don't ignore grub_hfsplus_read_file
|
* fs/hfsplus.c (grub_hfsplus_mount): Don't ignore grub_hfsplus_read_file
|
||||||
|
|
|
@ -261,7 +261,7 @@ fi
|
||||||
# Then the partition map module. In order to support partition-less media,
|
# 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
|
# this command is allowed to fail (--target=fs already grants us that the
|
||||||
# filesystem will be accessible).
|
# filesystem will be accessible).
|
||||||
partmap_module=`$grub_probe --target=partmap --device ${grub_device} 2> /dev/null`
|
partmap_module=part_`$grub_probe --target=partmap --device ${grub_device} 2> /dev/null`
|
||||||
|
|
||||||
# Device abstraction module, if any (lvm, raid).
|
# Device abstraction module, if any (lvm, raid).
|
||||||
devabstraction_module=`$grub_probe --target=abstraction --device ${grub_device}`
|
devabstraction_module=`$grub_probe --target=abstraction --device ${grub_device}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue