From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] dracut: Enable automatic assembly of any RAID/LVM devices Date: Mon, 16 May 2022 15:17:31 +0000 Message-ID: <8245a52f-58e7-438f-530f-0fb333609906@ipfire.org> In-Reply-To: <20220516144814.4143999-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6258638840835605713==" List-Id: --===============6258638840835605713== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > 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=5 > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > -GRUB_CMDLINE_LINUX="panic=10" > +GRUB_CMDLINE_LINUX="rd.auto panic=10" > GRUB_DISABLE_RECOVERY="true" > GRUB_BACKGROUND="/boot/grub/splash.png" --===============6258638840835605713==--