From 28e282d157c47f5a64cca0ae3165e6a1e59e3dfe Mon Sep 17 00:00:00 2001 From: fslongjin Date: Mon, 1 Aug 2022 17:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A3=81=E7=9B=98=E7=A9=BA=E9=97=B4=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E6=94=B9=E4=B8=BA32M?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/create_hdd_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/create_hdd_image.sh b/tools/create_hdd_image.sh index 6065d787..792b0adb 100755 --- a/tools/create_hdd_image.sh +++ b/tools/create_hdd_image.sh @@ -1,7 +1,7 @@ echo "Creating virtual disk image..." -# 创建一至少为16MB磁盘镜像(类型选择raw) -qemu-img create -f raw disk.img 16M +# 创建一至少为32MB磁盘镜像(类型选择raw) +qemu-img create -f raw disk.img 32M # 使用fdisk把disk.img的分区表设置为MBR格式(下方的空行请勿删除) fdisk disk.img << EOF