From 8b89995d838e3849c0db987ae2a281f09fce9077 Mon Sep 17 00:00:00 2001 From: majianhan Date: Fri, 11 Oct 2024 14:58:45 +0800 Subject: [PATCH] Update openeuler.conf network config to DEFAULT_ROUTE_DEVICE --- anaconda.spec | 8 +++++++- openeuler.conf | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index a8f0000..615b9ee 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 25 +Release: 26 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -308,6 +308,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 11 2024 majianhan - 36.16.5-26 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Update openeuler.conf network config to DEFAULT_ROUTE_DEVICE + * Thu Jun 20 2024 liwei - 36.16.5-25 - Type:performance - ID:NA diff --git a/openeuler.conf b/openeuler.conf index 0e356ef..e1af026 100644 --- a/openeuler.conf +++ b/openeuler.conf @@ -12,7 +12,7 @@ os_id = openEuler can_detect_enabled_smt = False [Network] -default_on_boot = FIRST_WIRED_WITH_LINK +default_on_boot = DEFAULT_ROUTE_DEVICE [Bootloader] efi_dir = openEuler -- Gitee