]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-09 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Tue, 9 Jun 2009 13:22:31 +0000 (13:22 +0000)
committerfzielcke <fzielcke@localhost>
Tue, 9 Jun 2009 13:22:31 +0000 (13:22 +0000)
* util/i386/pc/grub-install.in: Change the error message if UUIDs
aren't avaible if ata.mod gets used.

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

index 34c5bc18fe43971a74aadf2c2da18f2420731e03..5262635b5f9fa6cf34d9f32599bd3d6a58baca1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2009-06-09  Felix Zielcke  <fzielcke@z-51.de>
+
+       * 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 <oliver.henshaw@gmail.com>
 
-        * 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  <fzielcke@z-51.de>
 
index 5f6e55676f98482733dde2f8a4fa4c55738fc62c..5c3ffcdde32be87e9cde601ecbd224c34063109f 100644 (file)
@@ -286,7 +286,7 @@ if [ "x${devabstraction_module}" = "x" ] ; then
         # 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})"