with -p "".
Reported by: Tito Keitel.
+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.
# 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."