mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
更新 PVE 制作虚拟机模板
This commit is contained in:
+3
-3
@@ -215,7 +215,7 @@ $ sudo sysctl -f
|
|||||||
|
|
||||||
### 1.5.调整系统时间
|
### 1.5.调整系统时间
|
||||||
|
|
||||||
默认情况下的 Debian 云镜像的系统时间需要调整,执行以下命令将系统时区设置为中国时区。
|
默认情况下 Debian 云镜像的系统时间需要调整,执行以下命令将系统时区设置为中国时区。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 设置系统时区
|
## 设置系统时区
|
||||||
@@ -305,7 +305,7 @@ $ sudo dpkg-reconfigure -plow unattended-upgrades
|
|||||||
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
|
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
|
||||||
```
|
```
|
||||||
|
|
||||||
接下来调整 apt 的 `20auto-upgrades` 配置文件。
|
进一步调整 `20auto-upgrades` 配置文件。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 编辑 20auto-upgrades 配置文件
|
## 编辑 20auto-upgrades 配置文件
|
||||||
@@ -326,7 +326,7 @@ APT::Periodic::CleanInterval "1";
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
进一步调整 apt 的 `50unattended-upgrades` 配置文件。
|
进一步调整 `50unattended-upgrades` 配置文件。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## 编辑 50unattended-upgrades 配置文件
|
## 编辑 50unattended-upgrades 配置文件
|
||||||
|
|||||||
Reference in New Issue
Block a user