mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 14:32:53 +08:00
适配 trixie 版本
This commit is contained in:
+3
-3
@@ -6,7 +6,7 @@
|
||||
|
||||
本文将使用 Debian 的云镜像 `debian-12-generic-amd64.qcow2` 作为模板虚拟机的镜像。
|
||||
|
||||
访问 [Debian Official Cloud Images](https://cloud.debian.org/images/cloud/) 官方网站,下载最新版 `Bookworm` 云镜像以及对应的校验文件。
|
||||
访问 [Debian Official Cloud Images](https://cloud.debian.org/images/cloud/) 官方网站,下载最新版 `Trixie` 云镜像以及对应的校验文件。
|
||||
|
||||

|
||||
|
||||
@@ -104,10 +104,10 @@ $ cd /tmp/Debian
|
||||
|
||||
```bash
|
||||
## 下载云镜像校验文件
|
||||
$ wget https://cloud.debian.org/images/cloud/bookworm/latest/SHA512SUMS
|
||||
$ wget https://cloud.debian.org/images/cloud/trixie/latest/SHA512SUMS
|
||||
|
||||
## 下载云镜像
|
||||
$ wget https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2
|
||||
$ wget https://cloud.debian.org/images/cloud/trixie/latest/debian-13-generic-amd64.qcow2
|
||||
|
||||
## 检查文件是否存在
|
||||
$ ls -lah
|
||||
|
||||
Reference in New Issue
Block a user