Revision: 2283
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2283
Author: fzielcke
Date: 2009-06-09 13:22:31 +0000 (Tue, 09 Jun 2009)
Log Message:
-----------
2009-06-09 Felix Zielcke <[email protected]>
* util/i386/pc/grub-install.in: Change the error message if UUIDs
aren't avaible if ata.mod gets used.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/i386/pc/grub-install.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-06-08 23:56:06 UTC (rev 2282)
+++ trunk/grub2/ChangeLog 2009-06-09 13:22:31 UTC (rev 2283)
@@ -1,8 +1,13 @@
+2009-06-09 Felix Zielcke <[email protected]>
+
+ * util/i386/pc/grub-install.in: Change the error message if UUIDs
+ aren't avaible if ata.mod gets used.
+
2009-06-09 Oliver Henshaw <[email protected]>
- * bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
+ * bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
initialising controller.
- * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
+ * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
2009-06-08 Felix Zielcke <[email protected]>
Modified: trunk/grub2/util/i386/pc/grub-install.in
===================================================================
--- trunk/grub2/util/i386/pc/grub-install.in 2009-06-08 23:56:06 UTC (rev
2282)
+++ trunk/grub2/util/i386/pc/grub-install.in 2009-06-09 13:22:31 UTC (rev
2283)
@@ -286,7 +286,7 @@
# generic method (used on coreboot and ata mod)
uuid="`$grub_probe --target=fs_uuid --device ${grub_device}`"
if [ "x${uuid}" = "x" ] ; then
- echo "UUID needed on this platform and with ata mod, but the
filesystem containing ${grubdir} does not support UUIDs." 1>&2
+ echo "UUID needed with ata mod, but the filesystem containing
${grubdir} does not support UUIDs." 1>&2
exit 1
fi
prefix_drive="(UUID=${uuid})"