commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2518] 2009-08-23 Vladimir Serbinenko <address@hidden>


From: Vladimir Serbinenko
Subject: [2518] 2009-08-23 Vladimir Serbinenko <address@hidden>
Date: Sun, 23 Aug 2009 21:04:45 +0000

Revision: 2518
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2518
Author:   phcoder
Date:     2009-08-23 21:04:44 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
2009-08-23  Vladimir Serbinenko  <address@hidden>

        Fix grub-install.

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

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/i386/pc/grub-install.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-08-23 15:35:22 UTC (rev 2517)
+++ trunk/grub2/ChangeLog       2009-08-23 21:04:44 UTC (rev 2518)
@@ -1,5 +1,11 @@
 2009-08-23  Vladimir Serbinenko  <address@hidden>
 
+       Fix grub-install.
+
+       * util/i386/pc/grub-install.in: Add 'part_' to partmap_module.
+
+2009-08-23  Vladimir Serbinenko  <address@hidden>
+
        * fs/hfsplus.c (grub_hfsplus_mount): Don't ignore grub_hfsplus_read_file
        errors.
        (grub_hfsplus_btree_iterate_node): Don't ignore grub_hfsplus_read_file

Modified: trunk/grub2/util/i386/pc/grub-install.in
===================================================================
--- trunk/grub2/util/i386/pc/grub-install.in    2009-08-23 15:35:22 UTC (rev 
2517)
+++ trunk/grub2/util/i386/pc/grub-install.in    2009-08-23 21:04:44 UTC (rev 
2518)
@@ -261,7 +261,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}`





reply via email to

[Prev in Thread] Current Thread [Next in Thread]