diff --git a/04.PVE创建模板虚拟机.md b/04.PVE创建模板虚拟机.md index 2f7ef53..d1d0101 100644 --- a/04.PVE创建模板虚拟机.md +++ b/04.PVE创建模板虚拟机.md @@ -8,7 +8,7 @@ 访问 [Debian Official Cloud Images](https://cloud.debian.org/images/cloud/) 官方网站,下载最新版 `Bookworm` 云镜像以及对应的校验文件。 -![下载镜像](img/p04/download_generic_image_qcow2.jpg) +![下载镜像](img/p04/download_generic_image_qcow2.jpeg) ## 1.创建虚拟机 @@ -126,7 +126,7 @@ $ sha512sum debian-12-generic-amd64.qcow2 $ qm importdisk 1001 debian-12-generic-amd64.qcow2 local-lvm #### 镜像导入示例输出 -Successfully imported disk as 'unused0:local-lvm:vm-1001-disk-0' +unused0: successfully imported disk 'local-lvm:vm-1001-disk-0' ``` 磁盘导入成功后,虚拟机硬件列表中将显示一块未使用的磁盘设备,可鼠标 **双击** 该设备进行配置调整。 @@ -143,15 +143,15 @@ Successfully imported disk as 'unused0:local-lvm:vm-1001-disk-0' ![虚拟机使用该磁盘](img/p04/vm_enable_hd.jpeg) -导入的镜像只有 `2G` 磁盘空间,为了后续方便使用,需要对磁盘进行扩容。 +导入的镜像只有 `3G` 磁盘空间,为了后续方便使用,需要对磁盘进行扩容。 鼠标 **单击** 选中该磁盘,选择页面顶部 `磁盘操作` 菜单的子菜单 `调整大小` 。 ![虚拟机磁盘扩容](img/p04/vm_hd_resize.jpeg) -在弹出的对话框中,给该磁盘增加 `18G` 磁盘空间。 +在弹出的对话框中,给该磁盘增加 `21G` 磁盘空间。 -![虚拟机磁盘增加18G](img/p04/vm_hd_18g.jpeg) +![虚拟机磁盘增加18G](img/p04/vm_hd_scale_up.jpeg) ### 2.3.添加 CloudInit diff --git a/img/p04/download_generic_image_qcow2.jpeg b/img/p04/download_generic_image_qcow2.jpeg new file mode 100644 index 0000000..5b5e6f5 Binary files /dev/null and b/img/p04/download_generic_image_qcow2.jpeg differ diff --git a/img/p04/download_generic_image_qcow2.jpg b/img/p04/download_generic_image_qcow2.jpg deleted file mode 100644 index 456f0f8..0000000 Binary files a/img/p04/download_generic_image_qcow2.jpg and /dev/null differ diff --git a/img/p04/vm_ci_details.jpeg b/img/p04/vm_ci_details.jpeg index ea5c297..0dfeb64 100644 Binary files a/img/p04/vm_ci_details.jpeg and b/img/p04/vm_ci_details.jpeg differ diff --git a/img/p04/vm_cloudinit.jpeg b/img/p04/vm_cloudinit.jpeg index 5901aff..6bd4db1 100644 Binary files a/img/p04/vm_cloudinit.jpeg and b/img/p04/vm_cloudinit.jpeg differ diff --git a/img/p04/vm_confirm.jpeg b/img/p04/vm_confirm.jpeg index 57ed90c..9a46238 100644 Binary files a/img/p04/vm_confirm.jpeg and b/img/p04/vm_confirm.jpeg differ diff --git a/img/p04/vm_delete_cd.jpeg b/img/p04/vm_delete_cd.jpeg index cb1f3af..260637c 100644 Binary files a/img/p04/vm_delete_cd.jpeg and b/img/p04/vm_delete_cd.jpeg differ diff --git a/img/p04/vm_enable_hd.jpeg b/img/p04/vm_enable_hd.jpeg index 6fd99c5..49d3655 100644 Binary files a/img/p04/vm_enable_hd.jpeg and b/img/p04/vm_enable_hd.jpeg differ diff --git a/img/p04/vm_hardware_all.jpeg b/img/p04/vm_hardware_all.jpeg index d497db0..1d73fc4 100644 Binary files a/img/p04/vm_hardware_all.jpeg and b/img/p04/vm_hardware_all.jpeg differ diff --git a/img/p04/vm_hd_18g.jpeg b/img/p04/vm_hd_18g.jpeg deleted file mode 100644 index ed97bc5..0000000 Binary files a/img/p04/vm_hd_18g.jpeg and /dev/null differ diff --git a/img/p04/vm_hd_resize.jpeg b/img/p04/vm_hd_resize.jpeg index 67289c3..00a6772 100644 Binary files a/img/p04/vm_hd_resize.jpeg and b/img/p04/vm_hd_resize.jpeg differ diff --git a/img/p04/vm_hd_scale_up.jpeg b/img/p04/vm_hd_scale_up.jpeg new file mode 100644 index 0000000..66321ee Binary files /dev/null and b/img/p04/vm_hd_scale_up.jpeg differ diff --git a/img/p04/vm_id.jpeg b/img/p04/vm_id.jpeg index 88fab47..35329af 100644 Binary files a/img/p04/vm_id.jpeg and b/img/p04/vm_id.jpeg differ diff --git a/img/p04/vm_unused_hd.jpeg b/img/p04/vm_unused_hd.jpeg index e8bea36..259a870 100644 Binary files a/img/p04/vm_unused_hd.jpeg and b/img/p04/vm_unused_hd.jpeg differ