Go ahead.
On 21.01.2013 01:26, Colin Watson wrote:
> Part six. This increases the size of the uncompressed kernel a bit
> (though by less than was gained from un-nesting device iterators), but
> it seems to still decrease the size of typical compressed core images.
>
> This is the biggest remain
On Mon, Oct 22, 2012 at 01:27:42PM +0100, Leif Lindholm wrote:
> The output filename is currently free()d before the call to generate_image(),
> which takes this as a parameter.
>
> This patch delays the free until after generate_image returns.
Looks correct. Committed with an added ChangeLog en
On Sat, Oct 13, 2012 at 09:41:43AM +0100, Colin Watson wrote:
> * grub-core/loader/i386/linux.c (grub_cmd_initrd): Don't add the
> initrd size to addr_min, since the initrd will be allocated
> after this address.
Committed following discussion on IRC.
--
Colin Watson
On 18.09.2012 18:53, Andrey Borzenkov wrote:
>
> === modified file 'ChangeLog'
> --- old/ChangeLog 2012-09-18 11:04:06 +
> +++ new/ChangeLog 2012-09-18 16:28:12 +
> @@ -1,3 +1,7 @@
> +2012-09-18 Andrey Borzenkov
> +
> + * docs/grub.texi: Document menuentry --id option.
> +
Committed, thanks.
On 20.01.2013 22:35, Andrey Borzenkov wrote:
> diff --git a/ChangeLog b/ChangeLog
> index 3ac8171..5c4bbaf 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2013-01-20 Andrey Borzenkov
> +
> + * conf/Makefile.common: Fix autogen rules to pass definition
> +
On 04.10.2012 19:09, Andrey Borzenkov wrote:
> I have default language Russian. When testing patch I switched from
> gfxterm to plain console and got '' instead of grub messages. Is it
> supposed to work at all? If not, does it make sense to temporary reset
> language when we switch to termina
On 13.10.2012 00:18, Jonathan McDowell wrote:
> -
> === modified file 'docs/grub.texi'
> --- docs/grub.texi2012-07-31 22:18:57 +
> +++ docs/grub.texi2012-10-12 22:13:23 +
> @@ -3302,6 +3302,7 @@
> * search:: Search devices by file, label, or UUID
> * send
On 22.10.2012 14:09, Leif Lindholm wrote:
> Updated definitions imported from binutils-2.22 include/elf/arm.h.
>
Committed, thanks.
>
> ___
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
--
Rega
On 21.11.2012 03:58, Andrey Borzenkov wrote:
> +if (p->msdostype == GRUB_PC_PARTITION_TYPE_SFS)
SFS is confusing as the partition in question isn't SFS, it just happens
that LDM and SFS ids collide.
Also another problem is that of booting in case of corrupted msdos table
if LDM is intact but
On 31.10.2012 19:25, Phillip Susi wrote:
> I've been trying to help troubleshoot a problem a user has where grub
> appears to hang before booting the kernel when he does not have a USB
> device plugged in at boot time. I had him enable debug messages and
> the last one is a malloc in script.c aft
On 29.11.2012 16:41, Vladimir Testov wrote:
> You're welcome to add this patch to the upstream.
>
Can you elaborate what this patch is for?
> =(^_^)=
>
>
>
>
> ___
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/list
Committed, thanks
On 01.12.2012 23:46, Aleš Nesrsta wrote:
> Hi,
> I found some USB problem:
>
> Some part of GRUB wants read "long" data block from USB mass storage
> device when GRUB opens USB disk, e.g. when "ls" command is entered first
> time after EHCI/UHCI/OHCI module is loaded.
> "Long"
1. Makefile.util.am needs Makefile.utilgcry.def
2. autogen takes single definition file as parameter. Change autogen
invocation to match autogen.sh script - pipe all input files instead
of passing them as parameters.
Signed-off-by: Andrey Borzenkov
---
ChangeLog|5 +
conf/M
Committed, thanks.
On 04.01.2013 08:59, Andrey Borzenkov wrote:
> diff --git a/ChangeLog b/ChangeLog
> index a28a1f7..386f4b3 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2013-01-04 Andrey Borzenkov
> +
> + * docs/grub.texi (Simple configuration): Clarify GRUB_HIDDEN_TIMEO
14 matches
Mail list logo