[2519] 2009-08-23 Vladimir Serbinenko <[email protected]>
Vladimir Serbinenko <[email protected]> Sun, 23 Aug 2009 23:24:34 +0000
| Newsgroups | gmane.comp.boot-loaders.grub.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2519
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2519
Author: phcoder
Date: 2009-08-23 23:24:33 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
2009-08-23 Vladimir Serbinenko <[email protected]>
Fix grub-install.
* util/i386/efi/grub-install.in: Add 'part_' to partmap_module.
* util/sparc64/ieee1275/grub-install.in: Likewise.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/i386/efi/grub-install.in
trunk/grub2/util/sparc64/ieee1275/grub-install.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-08-23 21:04:44 UTC (rev 2518)
+++ trunk/grub2/ChangeLog 2009-08-23 23:24:33 UTC (rev 2519)
@@ -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 <[email protected]>
Modified: trunk/grub2/util/i386/efi/grub-install.in
===================================================================
--- trunk/grub2/util/i386/efi/grub-install.in 2009-08-23 21:04:44 UTC (rev 2518)
+++ trunk/grub2/util/i386/efi/grub-install.in 2009-08-23 23:24:33 UTC (rev 2519)
@@ -188,7 +188,7 @@
# 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}`
Modified: trunk/grub2/util/sparc64/ieee1275/grub-install.in
===================================================================
--- trunk/grub2/util/sparc64/ieee1275/grub-install.in 2009-08-23 21:04:44 UTC (rev 2518)
+++ trunk/grub2/util/sparc64/ieee1275/grub-install.in 2009-08-23 23:24:33 UTC (rev 2519)
@@ -220,7 +220,7 @@
# 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}`