From: Michael Tremer Date: Mon, 16 May 2022 14:48:14 +0000 (+0000) Subject: dracut: Enable automatic assembly of any RAID/LVM devices X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c1d9fd7bfdf5495069c3119982753a9ddc5fe24;p=people%2Fmfischer%2Fipfire-2.x.git dracut: Enable automatic assembly of any RAID/LVM devices 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 Reviewed-by: Peter Müller --- diff --git a/config/grub2/default b/config/grub2/default index c1b78237e8..127d334454 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"