[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] change grub_print_error to use stderr for the utils
From: |
Marco Gerards |
Subject: |
Re: [PATCH] change grub_print_error to use stderr for the utils |
Date: |
Wed, 13 Aug 2008 11:38:27 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Felix Zielcke <address@hidden> writes:
> 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.
If there is another way to do this, I would prefer this.
--
Marco
- [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, 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 <=
- [RFC] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/13
- Re: [RFC] change grub_print_error to use stderr for the utils, Marco Gerards, 2008/08/13
- Re: [RFC] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/13
- Re: [RFC] change grub_print_error to use stderr for the utils, Marco Gerards, 2008/08/14
- Re: [RFC] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/14
- Re: [RFC] change grub_print_error to use stderr for the utils, Marco Gerards, 2008/08/14
- Re: [RFC] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/14
- Re: [RFC] change grub_print_error to use stderr for the utils, Robert Millan, 2008/08/14
- Re: [RFC] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/14
- Re: [RFC] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/16