mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 06:22:52 +08:00
update PVE系统安装.md.
This commit is contained in:
+28
-1
@@ -132,4 +132,31 @@ PVE必须选择一个管理网口,默认情况下,PVE会使用编号较小
|
||||
|
||||
安装完成后,PVE会告知用户登录的IP地址和端口。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## PVE安装后检查
|
||||
|
||||
PVE安装完成后会自动重启,等待系统重启完成会显示如下界面,并使用 root 账户进行登录,密码为刚才设置的管理密码。
|
||||
**注意:Linux操作系统,在输入密码时是不显示任何字符信息的,输入完成后输入回车即可。**
|
||||
|
||||

|
||||
|
||||
登录系统后,我们使用一些命令来查看一些基本信息:
|
||||
|
||||

|
||||
|
||||
|
||||
```bash
|
||||
## 查看系统磁盘与挂载
|
||||
df -hT
|
||||
cat /etc/fstab
|
||||
|
||||
## 查看系统代号
|
||||
cat /etc/os-release
|
||||
|
||||
```
|
||||
|
||||
此处显示出PVE底层使用的是Debian的系统,代号为 “bullseye”,该代号后续会使用到。
|
||||
|
||||
至此PVE的安装步骤已经完成,后续将对管理网口的设置以及系统源进行调整,使用国内镜像源,去掉PVE的订阅仓库,使用开源PVE仓库。
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 529 KiB |
Reference in New Issue
Block a user