From 5cd2522ae1d2c3d1f72992edfdce9e09f7425135 Mon Sep 17 00:00:00 2001 From: Lzl <2745303623@qq.com> Date: Sat, 28 Jun 2025 00:15:37 +0800 Subject: [PATCH] Submit migration result https://gitee.com/anolis-challenge/summer2022/issues/ICI4F2 Signed-off-by: Lzl <2745303623@qq.com> --- lzlArea/centos2anolis.log | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lzlArea/centos2anolis.log diff --git a/lzlArea/centos2anolis.log b/lzlArea/centos2anolis.log new file mode 100644 index 0000000..50c601d --- /dev/null +++ b/lzlArea/centos2anolis.log @@ -0,0 +1,45 @@ +2025-06-27 23:53:09.682[INFO ]: ====== Start ====== +2025-06-27 23:53:09.682[INFO ]: Checking if the tool is executed by root user +2025-06-27 23:53:09.682[INFO ]: Get current OS version. +2025-06-27 23:53:09.687[INFO ]: Version is 8.5 +2025-06-27 23:53:09.688[INFO ]: Checking the version of Anolis OS +2025-06-27 23:53:09.688[INFO ]: Switch to Anolis OS 8 +2025-06-27 23:53:09.688[INFO ]: Checking required packages +2025-06-27 23:53:09.701[INFO ]: Checking i686 packages +2025-06-27 23:53:10.639[INFO ]: Verify before +2025-06-27 23:53:10.640[INFO ]: Checking: distribution +2025-06-27 23:53:10.650[INFO ]: centos-linux-release-8.5-1.2111.el8.noarch +2025-06-27 23:53:10.651[INFO ]: Checking: yum lock +2025-06-27 23:53:10.651[INFO ]: Checking network environment +2025-06-27 23:53:10.789[INFO ]: Check internal network environment is True +2025-06-27 23:53:10.790[INFO ]: Checking: dnf modules enable list +2025-06-27 23:53:10.790[INFO ]: Identifying dnf modules that are enabled... +2025-06-27 23:53:16.970[INFO ]: Looking for yumdownloader +2025-06-27 23:53:16.977[INFO ]: Process yum-utils install +2025-06-27 23:53:18.513[INFO ]: Checking mysql version +2025-06-27 23:53:18.527[INFO ]: Finding your repository directory +2025-06-27 23:53:18.528[INFO ]: Backing up and removing old repository files... +2025-06-27 23:53:21.245[INFO ]: Processing contentdir in repo files... +2025-06-27 23:53:21.250[INFO ]: Backing up and removing 3rd-part repository files... +2025-06-27 23:53:21.261[INFO ]: switch to anolis.repo +2025-06-27 23:53:21.273[INFO ]: Removing CentOS-specific yum configuration from /etc/yum.conf ... +2025-06-27 23:53:21.274[INFO ]: Downloading Anolis OS release package... +2025-06-27 23:53:28.332[INFO ]: Switching old release package with Anolis OS... +2025-06-27 23:53:29.311[INFO ]: optimise repofile +2025-06-27 23:53:29.327[INFO ]: Installing base packages for Anolis OS... +2025-06-27 23:53:38.921[INFO ]: Updating initrd... +2025-06-27 23:54:00.086[INFO ]: process pkgs for c7 +2025-06-27 23:54:00.088[INFO ]: Distro sync +2025-06-28 00:02:23.995[INFO ]: Process enabled modules after migration. +2025-06-28 00:02:33.618[INFO ]: Swap centos-logos related packages with Anolis OS packages +2025-06-28 00:02:33.641[INFO ]: Package redhat-lsb is replaced by system-lsb on Anolis OS +2025-06-28 00:02:33.663[INFO ]: Packages related to rhn are not provided by Anolis OS +2025-06-28 00:02:33.675[INFO ]: Packages related to subscription are not provided by Anolis OS 8 +2025-06-28 00:02:33.687[INFO ]: Package python3-syspurpose is not provided by Anolis OS +2025-06-28 00:02:35.508[INFO ]: Remove centos gpg-pubkey +2025-06-28 00:02:35.527[INFO ]: Removing yum cache +2025-06-28 00:02:35.535[INFO ]: Verify after +2025-06-28 00:02:35.536[INFO ]: Sync successfully, update grub.cfg. +2025-06-28 00:02:37.714[INFO ]: Resume 3rd-part repository files... +2025-06-28 00:02:37.723[INFO ]: Yum clean all +2025-06-28 00:02:51.936[INFO ]: Switch complete. Anolis OS recommends rebooting this system. \ No newline at end of file -- Gitee