dd: 修复 alpine 的 file -z 无法看透部分镜像导致文件类型验证失败

This commit is contained in:
bin456789
2024-10-24 21:28:50 +08:00
parent a976efffb7
commit 8d1ee541e3
4 changed files with 104 additions and 78 deletions

View File

@@ -199,7 +199,7 @@ bash reinstall.sh ubuntu --installer
### Feature 2: DD
- Supports `raw`, `vhd` images or those compressed with `xz` or `gzip`.
- Supports `raw` and `vhd` image formats (either uncompressed or compressed as `.gz`, `.xz`, `.zst`, `.tar`, `.tar.gz`, `.tar.xz`, `.tar.zst`).
- When deploy a Windows image, the system disk will be automatically expanded, and machines with a static IP will have their IP configured, and may take a few minutes after the first boot for the configuration to take effect.
- When deploy a Linux image, will **NOT** modify any contents of the image.