From 50efa2a8afb7e12623149b09a18ea9458d722022 Mon Sep 17 00:00:00 2001 From: tingyin Date: Thu, 24 Jul 2025 12:25:01 +0000 Subject: [PATCH] =?UTF-8?q?update=20DEVELOPER=5FDOCS/=E8=BF=9B=E9=98=B6?= =?UTF-8?q?=E5=BC=80=E5=8F=91/Anolis=E5=86=85=E6=A0=B8=E8=A1=A5=E4=B8=81?= =?UTF-8?q?=E5=90=88=E5=85=A5=E5=AE=9E=E8=B7=B5.md.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E6=BA=90=E6=98=AF=E5=A2=9E=E5=8A=A0repo?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=8D=A2=E8=A1=8C=EF=BC=8C=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=86=85=E6=A0=B8=E6=BA=90=E7=A0=81=E4=B8=8B=E8=BD=BD=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tingyin --- ...10\345\205\245\345\256\236\350\267\265.md" | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git "a/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" "b/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" index b7ddcdb..dd9acce 100644 --- "a/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" +++ "b/DEVELOPER_DOCS/\350\277\233\351\230\266\345\274\200\345\217\221/Anolis\345\206\205\346\240\270\350\241\245\344\270\201\345\220\210\345\205\245\345\256\236\350\267\265.md" @@ -44,15 +44,15 @@ **vim /etc/yum.repos.d/local.repo** [BaseOS] -name=BaseOS -baseurl=[file:///mnt/iso/BaseOS](file:///mnt/iso/BaseOS) -gpgcheck=0 -enabled=1 -[AppStream] -name=AppStream -baseurl=[file:///mnt/iso/AppStream](file:///mnt/iso/AppStream) -gpgcheck=0 -enabled=1 +name=BaseOS
+baseurl=[file:///mnt/iso/BaseOS](file:///mnt/iso/BaseOS)
+gpgcheck=0
+enabled=1
+[AppStream]
+name=AppStream
+baseurl=[file:///mnt/iso/AppStream](file:///mnt/iso/AppStream)
+gpgcheck=0
+enabled=1
最后,执行yum makecache。 @@ -77,7 +77,7 @@ wget [https://mirrors.openanolis.cn/anolis/8.2/PowerTools/x86\_64/os/Packages/li 首先,切到mockbuild用户,然后下载安装内核源码。 内核源码下载链接: -https://mirrors.openanolis.cn/anolis/8.2/BaseOS/source/Packages/kernel-4.18.0-193.70.1.an8\_2.src.rpm +https://mirrors.openanolis.cn/anolis/8.2/BaseOS/source/Packages/kernel-4.18.0-193.70.1.an8_2.src.rpm **su - mockbuild** -- Gitee