All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Borzenkov <arvidjaar@gmail.com>
To: Martin Steigerwald <Martin@lichtvoll.de>
Cc: Debian Bug Tracking System <submit@bugs.debian.org>,
	The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: Bug#747653: grub2-common: update-grub adds both devices and a line feed for BTRFS RAID 1 setup
Date: Tue, 9 Dec 2014 21:22:14 +0300	[thread overview]
Message-ID: <20141209212214.5fb1eb42@opensuse.site> (raw)
In-Reply-To: <5209642.2kf49jzVN6@merkaba>

В Tue, 09 Dec 2014 18:49:21 +0100
Martin Steigerwald <Martin@lichtvoll.de> пишет:

> 
> This looks like it needs to be applied to grub sources instead a installed 
> grub.
> 

You are posting to grub-devel, right? :)

> >  # Allow overriding GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT.
> 
> […]
> 
> > tg: (17328db..) u/btrfs-multidev (depends on: master)
> 
> Or I can use some version control branch?
> 
> I don´t see the branch on
> 
> http://git.savannah.gnu.org/cgit/grub.git/refs/heads
> 
> Where can I clone it?
> 

Just apply on top of master.

git clone git://git.savannah.gnu.org/grub.git
cd grub
git am e-mail-with-patch

> And then I just build it and copy over the generated files from the files the 
> patch changed manually to my installed grub to test?
> 

I do not know what other patches Debian has, so using upstream directly
may lose Debian specific changes. Also you would need to build using
correct configure options.

I would suggest to build it for different prefix, like

./autogen.sh
./configure --prefix=/usr/local/grub-test
make
make install

then run /usr/local/grub-test/sbin/grub-mkconfig and examine generated
configuration.

> I have grub-pc 2.02~beta2-17 debian package installed.
> 

I myself do not use Debian, sorry.


      reply	other threads:[~2014-12-09 18:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-10 18:53 Bug#747653: grub2-common: update-grub adds both devices and a line feed for BTRFS RAID 1 setup Martin Steigerwald
2014-06-02 15:39 ` Andrey Borzenkov
2014-07-29 13:12   ` Martin Steigerwald
2014-08-01 15:43     ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-08-01 16:54       ` Andrey Borzenkov
2014-12-06 11:01   ` Martin Steigerwald
2014-12-08 20:09     ` Andrei Borzenkov
2014-12-09 17:49       ` Martin Steigerwald
2014-12-09 18:22         ` Andrei Borzenkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141209212214.5fb1eb42@opensuse.site \
    --to=arvidjaar@gmail.com \
    --cc=Martin@lichtvoll.de \
    --cc=grub-devel@gnu.org \
    --cc=submit@bugs.debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.