From fd422bbbbb272beedaf9049d68b28baa902a62b2 Mon Sep 17 00:00:00 2001 From: colben Date: Sun, 5 Jan 2025 20:55:09 +0800 Subject: [PATCH] update --- content/post/incus-install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/post/incus-install.md b/content/post/incus-install.md index c31b261..cf88cbc 100644 --- a/content/post/incus-install.md +++ b/content/post/incus-install.md @@ -12,7 +12,8 @@ categories: ["kvm", "container"] ---- | ---- | ---- | ---- | ---- 4核 | 8GB | 30GB | 30GB | Rocky9 -### 操作系统配置 + +### 操作系统配置 - 禁用 selinux ```BASH sed -i '/^SELINUX=/cSELINUX=disabled' /etc/selinux/config @@ -66,7 +67,8 @@ categories: ["kvm", "container"] - 重启操作系统 -### 安装 incus 环境 + +### 安装 incus 环境 - 安装 incus 包 ```BASH dnf copr enable neil/incus