This commit is contained in:
colben 2025-01-05 20:55:09 +08:00
parent 8e362a1bc3
commit fd422bbbbb

View File

@ -12,7 +12,8 @@ categories: ["kvm", "container"]
---- | ---- | ---- | ---- | ---- ---- | ---- | ---- | ---- | ----
4核 | 8GB | 30GB | 30GB | Rocky9 4核 | 8GB | 30GB | 30GB | Rocky9
### 操作系统配置 <a id="os"></a> <a id="os"></a>
### 操作系统配置
- 禁用 selinux - 禁用 selinux
```BASH ```BASH
sed -i '/^SELINUX=/cSELINUX=disabled' /etc/selinux/config sed -i '/^SELINUX=/cSELINUX=disabled' /etc/selinux/config
@ -66,7 +67,8 @@ categories: ["kvm", "container"]
- 重启操作系统 - 重启操作系统
### 安装 incus 环境 <a id="incus"></a> <a id="incus"></a>
### 安装 incus 环境
- 安装 incus 包 - 安装 incus 包
```BASH ```BASH
dnf copr enable neil/incus dnf copr enable neil/incus