]> git.proxmox.com Git - grub2.git/commitdiff
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Sun, 23 Aug 2009 21:04:44 +0000 (21:04 +0000)
committerphcoder <phcoder@localhost>
Sun, 23 Aug 2009 21:04:44 +0000 (21:04 +0000)
Fix grub-install.

* util/i386/pc/grub-install.in: Add 'part_' to partmap_module.

ChangeLog
util/i386/pc/grub-install.in

index bc631b9104161ad401005a58fba082720c286301..5701f9beb3ae74cb7a8ecea2304b64135959c3da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * fs/hfsplus.c (grub_hfsplus_mount): Don't ignore grub_hfsplus_read_file
index 8ceb811ddc61caaa461a47f0b629bafdbffbef55..b6ee9577260c26684a17309f65893bb19948dbb3 100644 (file)
@@ -261,7 +261,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=`$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).
 devabstraction_module=`$grub_probe --target=abstraction --device ${grub_device}`