更新 PVE 系统安装

This commit is contained in:
CallMeR
2023-06-26 20:05:46 +08:00
parent 91998771d3
commit 32e67f530b
+4 -4
View File
@@ -195,14 +195,14 @@ PVE 安装完成后会自动重启,等待系统重启完成会显示如下界
```bash ```bash
## 查看系统硬盘与挂载 ## 查看系统硬盘与挂载
df -hT $ df -hT
df -hiT $ df -hiT
cat /etc/fstab $ cat /etc/fstab
## 查看系统代号 ## 查看系统代号
cat /etc/os-release $ cat /etc/os-release
``` ```
此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `bookworm` ,该代号后续会使用到。 此处显示出 PVE 底层使用的是 Debian 的系统,代号为 `bookworm` ,该代号后续会使用到。