]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/i386/efi/grub-install.in: Revert to platform-specific behaviour
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 20 Jul 2010 18:36:11 +0000 (20:36 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 20 Jul 2010 18:36:11 +0000 (20:36 +0200)
with -p "".
Reported by: Tito Keitel.

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

index 8fccf349017c67a9b7bf5bfc3c1d1738e1dc12a0..2e6853371cef6f3be797890fb3e541ac94e557ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-20  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/i386/efi/grub-install.in: Revert to platform-specific behaviour
+       with -p "".
+       Reported by: Tito Keitel.
+
 2010-07-20  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * docs/grub.texi (Naming convention): Document new naming convention.
index 269317cd0ecd4c1cc6fb328323ae2addbfaf41d2..d8554a328619ff296347c79b8b86a6b993c9ab2e 100644 (file)
@@ -246,7 +246,7 @@ devabstraction_module=`$grub_probe --target=abstraction --device-map=${device_ma
 # The order in this list is critical.  Be careful when modifying it.
 modules="$modules $fs_module $partmap_module $devabstraction_module"
 
-$grub_mkimage -O ${target_cpu}-efi --output=${grubdir}/grub.efi $modules || exit 1
+$grub_mkimage -p "" -O ${target_cpu}-efi --output=${grubdir}/grub.efi $modules || exit 1
 
 # Prompt the user to check if the device map is correct.
 echo "Installation finished. No error reported."