[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] change grub_print_error to use stderr for the utils
From: |
Felix Zielcke |
Subject: |
[PATCH] change grub_print_error to use stderr for the utils |
Date: |
Tue, 12 Aug 2008 17:30:15 +0200 |
Here's now the patch Robert requested.
grub_print_error shouldn't use stdout for the utils.
Why?
# grub-install /dev/sda
Unknown extra argument `Unsupported'.
This is with Bean's or mine lastest RAID patch.
/dev/sda isn't on a raid at all.
There are 4 disks attached to the VM which have a RAID 6 on it.
But the RAID 6 isn't even assembled, i.e. /proc/mdstat says nothing.
As always, the changelog isn't probable that perfect for you, so please comment
:)
2008-08-12 Felix Zielcke <address@hidden>
* kern/err.c [GRUB_UTIL]: Include <stdio.h>.
(grub_print_error) [GRUB_UTIL]: Use fprintf (stderr, ...) instead of
grub_printf.
kern_err.diff
Description: Text Data
- [PATCH] change grub_print_error to use stderr for the utils,
Felix Zielcke <=
- Re: [PATCH] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Vesa Jääskeläinen, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Robert Millan, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Marco Gerards, 2008/08/13