From 7ecbe7d69c1483c9ed275081a2fde0660a6de28f Mon Sep 17 00:00:00 2001 From: dongdigua Date: Fri, 30 Sep 2022 10:22:16 +0800 Subject: [PATCH] fixed escape character issue --- org/anaconda_kickstarts.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/org/anaconda_kickstarts.org b/org/anaconda_kickstarts.org index 1462510..763df28 100644 --- a/org/anaconda_kickstarts.org +++ b/org/anaconda_kickstarts.org @@ -1,8 +1,9 @@ #+TITLE: CentOS/Fedora 不同配置/变体都默认安装了什么软件(组) #+DESCRIPTION: Default Software(Group) in Different Installation Config/Variation of CentOS/Fedora #+DATE: <2022-09-29 四> +#+OPTIONS: toc:1 ^:{} -for cossig.org(CentOS 中文特别兴趣小组) +for [[https://cossig.org]](CentOS 中文特别兴趣小组) 所以我这回不用英文了哈哈 * CentOS @@ -109,7 +110,7 @@ CentOS-Stream 8 为例, 定义软件组的文件是 [[https://git.centos.org/cen 那里面的 =*-comps-*.xml= 的 == 的 == 就正好是 1~4 和两个 99 -comps-AppStream.x86_64.xml +=comps-AppStream.x86_64.xml= #+BEGIN_SRC xml graphical-server-environment @@ -187,7 +188,7 @@ comps-AppStream.x86_64.xml #+END_SRC -comps-BaseOS.x86_64.xml +=comps-BaseOS.x86_64.xml= #+BEGIN_SRC xml custom-environment @@ -231,7 +232,7 @@ Fedora 分不同的变体, 常见的是 Server 和 Workstation 在 =[Payload]= 中定义了安装哪些软件(组) 然后根据 [[https://pagure.io/fedora-comps/blob/main/f/comps-f37.xml.in][comps.xml]] 就知道安装了什么软件 ** Workstation -workstation-product-environment +=workstation-product-environment= #+BEGIN_SRC xml workstation-product-environment @@ -257,7 +258,7 @@ workstation-product-environment #+END_SRC ** Server -server-product-environment +=server-product-environment= #+BEGIN_SRC xml server-product-environment