diff --git a/anaconda-add-boot-options-for-raid-3408.patch b/anaconda-add-boot-options-for-raid-3408.patch new file mode 100644 index 0000000..0f383ac --- /dev/null +++ b/anaconda-add-boot-options-for-raid-3408.patch @@ -0,0 +1,24 @@ +From a5c305939ac0261c428da982891be2e753b54b4e Mon Sep 17 00:00:00 2001 +From: fengtao +Date: Sat, 11 Jan 2020 17:23:48 +0800 +Subject: [PATCH] add boot options for raid 3408 + +--- + pyanaconda/bootloader.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py +index e0e93d5..4f96c99 100644 +--- a/pyanaconda/bootloader.py ++++ b/pyanaconda/bootloader.py +@@ -1537,6 +1537,7 @@ class GRUB2(GRUB): + if blivet.arch.is_aarch64(): + log.info("check boot args:%s",arg_str) + arg_str=re.sub("console=[a-zA-Z0-9,]*","",arg_str) ++ arg_str+=" smmu.bypassdev=0x1000:0x17 smmu.bypassdev=0x1000:0x15" + else: + arg_str+=" quiet" + +-- +1.8.3.1 + diff --git a/anaconda.spec b/anaconda.spec index dd053c3..5546fa1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Name: anaconda Version: 29.24.7 -Release: 19 +Release: 20 Summary: Graphical system installer License: GPLv2+ and MIT URL: https://fedoraproject.org/wiki/Anaconda @@ -41,6 +41,7 @@ Patch9023: bugfix-fix-vender-issue.patch Patch9024: bugfix-disable-adding-virtual-device-in-network-spokes.patch Patch9025: bugfix-for-encrypting-partion.patch Patch9026: bugfix-modify-arguments-parsing.patch +Patch9027: anaconda-add-boot-options-for-raid-3408.patch BuildRequires: audit-libs-devel libtool gettext-devel >= 0.19.8 gtk3-devel >= 3.22.17 BuildRequires: gtk-doc gtk3-devel-docs >= 3.22.17 glib2-doc gobject-introspection-devel @@ -213,6 +214,12 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Sat Jan 11 2020 openEuler Buildteam - 29.24.7-20 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add boot options for raid 3408 + * Wed Jan 8 2020 openEuler Buildteam - 29.24.7-19 - Type:bugfix - ID:NA