From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] dracut: Enable automatic assembly of any RAID/LVM devices Date: Mon, 16 May 2022 16:18:49 +0100 Message-ID: <98FDDFAD-80C6-4198-9E41-24C9DFC45C7D@ipfire.org> In-Reply-To: <8245a52f-58e7-438f-530f-0fb333609906@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8203429709711977030==" List-Id: --===============8203429709711977030== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please do not merge this yet. This will have to go into c168, but I am not entirely sure what side-effects = it might have for those people who have been running their systems on c167 an= d did a reboot. -Michael > On 16 May 2022, at 16:17, Peter M=C3=BCller wr= ote: >=20 > Reviewed-by: Peter M=C3=BCller >=20 >> This has changed in dracut 24 and we have used various hacks to enable >> this behaviour again when it would have been so easy to just enable this >> parameter. >> Fixes: #12862 - Upgrade from Core 166 to 167 does not use RAID anymore >> Reported-by: Dirk Sihling >> Reported-by: Adolf Belka >> Signed-off-by: Michael Tremer >> --- >> config/grub2/default | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> diff --git a/config/grub2/default b/config/grub2/default >> index c1b78237e..127d33445 100644 >> --- a/config/grub2/default >> +++ b/config/grub2/default >> @@ -1,6 +1,6 @@ >> GRUB_TIMEOUT=3D5 >> GRUB_DISTRIBUTOR=3D"$(sed 's, release .*$,,g' /etc/system-release)" >> GRUB_DEFAULT=3Dsaved >> -GRUB_CMDLINE_LINUX=3D"panic=3D10" >> +GRUB_CMDLINE_LINUX=3D"rd.auto panic=3D10" >> GRUB_DISABLE_RECOVERY=3D"true" >> GRUB_BACKGROUND=3D"/boot/grub/splash.png" --===============8203429709711977030==--