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 0000000000000000000000000000000000000000..41b1eb3ce992999dce0439fa6797d3bc35fb0905 --- /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 a901ce638aad9f323105e9a7bdf9803157797c94..6309fa1a012dcd542186eca55c2eae5201d7f7a3 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