]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Sun, 23 Aug 2009 23:24:33 +0000 (23:24 +0000)
committerphcoder <phcoder@localhost>
Sun, 23 Aug 2009 23:24:33 +0000 (23:24 +0000)
Fix grub-install.

* util/i386/efi/grub-install.in: Add 'part_' to partmap_module.
* util/sparc64/ieee1275/grub-install.in: Likewise.

ChangeLog
util/i386/efi/grub-install.in
util/sparc64/ieee1275/grub-install.in

index 5701f9beb3ae74cb7a8ecea2304b64135959c3da..0af2eb8b392032acb849d15e4da0d94515dff968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        Fix grub-install.
 
        * util/i386/pc/grub-install.in: Add 'part_' to partmap_module.
+       * util/i386/efi/grub-install.in: Likewise.
+       * util/sparc64/ieee1275/grub-install.in: Likewise.
 
 2009-08-23  Vladimir Serbinenko  <phcoder@gmail.com>
 
index a5f97e3462cf35a661f5e963e40ae338ccdf72c5..db459885d24ccc0335c58f5b327c40ff1070c8cf 100644 (file)
@@ -188,7 +188,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-map=${device_map} ${grubdir} 2> /dev/null`
+partmap_module=part_`$grub_probe --target=partmap --device-map=${device_map} ${grubdir} 2> /dev/null`
 
 # Device abstraction module, if any (lvm, raid).
 devabstraction_module=`$grub_probe --target=abstraction --device-map=${device_map} ${grubdir}`
index 5cfb858d797cfe73b450ce78939a767c1bc7c3cf..c7c50da713133d9b233b03f11e5387c5fc099397 100644 (file)
@@ -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=`$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}`