From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XyPQa-0003T2-Eq for mharc-grub-devel@gnu.org; Tue, 09 Dec 2014 13:22:28 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyPQU-0003Ri-5k for grub-devel@gnu.org; Tue, 09 Dec 2014 13:22:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyPQP-0002E6-KG for grub-devel@gnu.org; Tue, 09 Dec 2014 13:22:22 -0500 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:36528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyPQP-0002Dz-Bb for grub-devel@gnu.org; Tue, 09 Dec 2014 13:22:17 -0500 Received: by mail-lb0-f176.google.com with SMTP id p9so1003641lbv.35 for ; Tue, 09 Dec 2014 10:22:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Z2HplwQJeZLQyamWs9rmVh5IHoJyxwlxa2Pa5xf8Qks=; b=PTDUk26RWwd4K2GdIxGwkdUXteaFFd+UiYIkG/igECxLFEhV0/Q+N6y2+4Y0xLdqtf FGBkZxm+AGz6ubsSVEGb07QYTxuqh6UmI2L2kcjXV5BjmlOA3W4Kcanx113wpvZE9eiP CBimBGDVs5oq1HCo0dxojjEwQzyEdtpQEPjYNZ6gDqcbgYfTvHbSibyJ68sNhGi0FDAl HCUZx/kstyQI2IpLJdjpU3MllWIplrY9c32+wScSsF35DR91C1vtby34IAddIxk5ZWl5 q2/w7efhy7a1fa4CY57P3yTdrG6LYVTWQh9miL0bVMCFNJOngs9FmSv/Dk8YTduZO4Zg yOwQ== X-Received: by 10.152.43.12 with SMTP id s12mr22801219lal.67.1418149336613; Tue, 09 Dec 2014 10:22:16 -0800 (PST) Received: from opensuse.site (ppp91-76-15-25.pppoe.mtu-net.ru. [91.76.15.25]) by mx.google.com with ESMTPSA id px7sm43468lac.17.2014.12.09.10.22.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Dec 2014 10:22:15 -0800 (PST) Date: Tue, 9 Dec 2014 21:22:14 +0300 From: Andrei Borzenkov To: Martin Steigerwald Subject: Re: Bug#747653: grub2-common: update-grub adds both devices and a line feed for BTRFS RAID 1 setup Message-ID: <20141209212214.5fb1eb42@opensuse.site> In-Reply-To: <5209642.2kf49jzVN6@merkaba> References: <20140510185334.5756.69796.reportbug@merkaba.lichtvoll> <16494259.4vNOI0uB2Y@merkaba> <20141208230924.36804ca7@opensuse.site> <5209642.2kf49jzVN6@merkaba> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::230 Cc: Debian Bug Tracking System , The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 18:22:26 -0000 =D0=92 Tue, 09 Dec 2014 18:49:21 +0100 Martin Steigerwald =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > This looks like it needs to be applied to grub sources instead a installe= d=20 > grub. >=20 You are posting to grub-devel, right? :) > > # Allow overriding GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT. >=20 > [=E2=80=A6] >=20 > > tg: (17328db..) u/btrfs-multidev (depends on: master) >=20 > Or I can use some version control branch? >=20 > I don=C2=B4t see the branch on >=20 > http://git.savannah.gnu.org/cgit/grub.git/refs/heads >=20 > Where can I clone it? >=20 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=20 > patch changed manually to my installed grub to test? >=20 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=3D/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. >=20 I myself do not use Debian, sorry.