This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
- 幻网 N5000
|
||||
|
||||
## 下载 ISO 镜像
|
||||
|
||||
[ISO - Proxmox Virtual Environment](https://www.proxmox.com/en/downloads/proxmox-virtual-environment/iso)
|
||||
|
||||
## 制作 USB 启动盘
|
||||
|
||||
- [Rufus](https://rufus.ie/zh)
|
||||
@@ -11,7 +15,7 @@
|
||||
|
||||
## 安装
|
||||
|
||||
按 `` 进入启动项菜单。
|
||||
按 ++del++ 进入启动项菜单。
|
||||
|
||||
选择 `Install Proxmox VE (Graphical)`。
|
||||
|
||||
@@ -66,7 +70,7 @@ Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
|
||||
``` bash
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
|
||||
|
||||
Disabled subscription nag Yes
|
||||
Disabled subscription nag - Yes
|
||||
```
|
||||
|
||||
## 存储
|
||||
@@ -84,6 +88,8 @@ Disabled subscription nag Yes
|
||||
|
||||
## Tailscale
|
||||
|
||||
在 [Tailscale Admin](https://login.tailscale.com/admin/settings/keys) 创建 Auth Key。
|
||||
|
||||
``` bash
|
||||
curl -fsSL https://tailscale.com/install.sh | sh
|
||||
|
||||
@@ -180,4 +186,10 @@ lvextend -l +100%FREE /dev/pve/data
|
||||
|
||||
```bash
|
||||
lvextend -l +100%FREE /dev/pve/data
|
||||
```
|
||||
```
|
||||
|
||||
## 参考
|
||||
|
||||
[Installation - Proxmox VE](https://pve.proxmox.com/wiki/Installation)
|
||||
|
||||
[Proxmox Beginner’s Guide: Everything You Need to Get Started - YouTube](https://www.youtube.com/watch?v=lFzWDJcRsqo)
|
||||
Reference in New Issue
Block a user