mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 17:10:55 +08:00
fixed escape character issue
This commit is contained in:
parent
0f476f93c1
commit
e98a7629ce
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2022-09-30 五 10:15 -->
|
||||
<!-- 2022-09-30 五 10:21 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>CentOS/Fedora 不同配置/变体都默认安装了什么软件(组)</title>
|
||||
@ -208,17 +208,12 @@
|
||||
<div id="text-table-of-contents" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#orgf6fb102">1. CentOS</a></li>
|
||||
<li><a href="#org5d288aa">2. Fedora</a>
|
||||
<ul>
|
||||
<li><a href="#org654faf5">2.1. Workstation</a></li>
|
||||
<li><a href="#org4c366df">2.2. Server</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org5d288aa">2. Fedora</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
for cossig.org(CentOS 中文特别兴趣小组)<br />
|
||||
for <a href="https://cossig.org">https://cossig.org</a>(CentOS 中文特别兴趣小组)<br />
|
||||
所以我这回不用英文了哈哈<br />
|
||||
</p>
|
||||
|
||||
@ -340,7 +335,7 @@ CentOS-Stream 8 为例, 定义软件组的文件是 <a href="https://git.centos.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
comps-AppStream.x86<sub>64.xml</sub><br />
|
||||
<code>comps-AppStream.x86_64.xml</code><br />
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-xml"><<span style="font-weight: bold;">environment</span>>
|
||||
@ -421,7 +416,7 @@ comps-AppStream.x86<sub>64.xml</sub><br />
|
||||
</div>
|
||||
|
||||
<p>
|
||||
comps-BaseOS.x86<sub>64.xml</sub><br />
|
||||
<code>comps-BaseOS.x86_64.xml</code><br />
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-xml"><<span style="font-weight: bold;">environment</span>>
|
||||
@ -477,7 +472,7 @@ Fedora 分不同的变体, 常见的是 Server 和 Workstation<br />
|
||||
<h3 id="org654faf5"><span class="section-number-3">2.1.</span> Workstation</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
<p>
|
||||
workstation-product-environment<br />
|
||||
<code>workstation-product-environment</code><br />
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-xml"><<span style="font-weight: bold;">environment</span>>
|
||||
@ -510,7 +505,7 @@ workstation-product-environment<br />
|
||||
<h3 id="org4c366df"><span class="section-number-3">2.2.</span> Server</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
<p>
|
||||
server-product-environment<br />
|
||||
<code>server-product-environment</code><br />
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-xml"><<span style="font-weight: bold;">environment</span>>
|
||||
@ -536,7 +531,7 @@ server-product-environment<br />
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Date: 2022-09-29 四 00:00</p>
|
||||
<p class="author">Author: dongdigua</p>
|
||||
<p class="date">Created: 2022-09-30 五 10:15</p>
|
||||
<p class="date">Created: 2022-09-30 五 10:21</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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= 的 =<environment>= 的 =<display_order>=
|
||||
就正好是 1~4 和两个 99
|
||||
|
||||
comps-AppStream.x86_64.xml
|
||||
=comps-AppStream.x86_64.xml=
|
||||
#+BEGIN_SRC xml
|
||||
<environment>
|
||||
<id>graphical-server-environment</id>
|
||||
@ -187,7 +188,7 @@ comps-AppStream.x86_64.xml
|
||||
</environment>
|
||||
#+END_SRC
|
||||
|
||||
comps-BaseOS.x86_64.xml
|
||||
=comps-BaseOS.x86_64.xml=
|
||||
#+BEGIN_SRC xml
|
||||
<environment>
|
||||
<id>custom-environment</id>
|
||||
@ -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
|
||||
<environment>
|
||||
<id>workstation-product-environment</id>
|
||||
@ -257,7 +258,7 @@ workstation-product-environment
|
||||
</environment>
|
||||
#+END_SRC
|
||||
** Server
|
||||
server-product-environment
|
||||
=server-product-environment=
|
||||
#+BEGIN_SRC xml
|
||||
<environment>
|
||||
<id>server-product-environment</id>
|
||||
|
Loading…
Reference in New Issue
Block a user