From ec5397f119239828fb13b270b102a1775f9342b8 Mon Sep 17 00:00:00 2001 From: "Fengfei.Xi" Date: Wed, 10 Aug 2022 22:59:12 +0800 Subject: [PATCH] Fix the default boot item order for arch x86_64 --- ...ault-boot-item-order-for-arch-x86_64.patch | 24 +++++++++++++++++++ oemaker.spec | 1 + 2 files changed, 25 insertions(+) create mode 100644 0012-fix-the-default-boot-item-order-for-arch-x86_64.patch diff --git a/0012-fix-the-default-boot-item-order-for-arch-x86_64.patch b/0012-fix-the-default-boot-item-order-for-arch-x86_64.patch new file mode 100644 index 0000000..41b1eb3 --- /dev/null +++ b/0012-fix-the-default-boot-item-order-for-arch-x86_64.patch @@ -0,0 +1,24 @@ +From 494a9653c02d909f7a3ddfac5393b35534f88cd9 Mon Sep 17 00:00:00 2001 +From: "Fengfei.Xi" +Date: Wed, 10 Aug 2022 22:42:33 +0800 +Subject: [PATCH] Fix the default boot item order for arch x86_64 + +Signed-off-by: Fengfei.Xi +--- + isomaker/config/x86_64/ks.cfg | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/isomaker/config/x86_64/ks.cfg b/isomaker/config/x86_64/ks.cfg +index 129d653..ae4f211 100644 +--- a/isomaker/config/x86_64/ks.cfg ++++ b/isomaker/config/x86_64/ks.cfg +@@ -24,5 +24,5 @@ make + %end + + %post +-grub2-set-default 1 ++grub2-set-default 0 + %end +-- +2.33.0 + diff --git a/oemaker.spec b/oemaker.spec index a901ce6..6309fa1 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -37,6 +37,7 @@ Patch0008: 0008-add-parse_everything_deb_exclude.patch Patch0009: 0009-automated-kickstart-function.patch Patch0010: 0010-do-not-cleanup-pkg.patch Patch0011: 0011-support-desktop-iso.patch +Patch0012: 0012-fix-the-default-boot-item-order-for-arch-x86_64.patch %description a building tool for DVD ISO making and ISO cutting -- Gitee