From 2c8f3a64242e1b2cb69d5fea2789a67a68cd907a Mon Sep 17 00:00:00 2001 From: fslongjin Date: Tue, 22 Mar 2022 18:11:15 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E6=96=B0=E5=A2=9E=E4=BA=86=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=A1=AC=E7=9B=98=E9=95=9C=E5=83=8F=E7=9A=84=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/create_hdd_image.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/create_hdd_image.sh diff --git a/tools/create_hdd_image.sh b/tools/create_hdd_image.sh new file mode 100644 index 00000000..b999720e --- /dev/null +++ b/tools/create_hdd_image.sh @@ -0,0 +1,4 @@ +echo "Creating virtual disk image..." +qemu-img create -f qcow2 disk.img 16M +mkfs.vfat disk.img +echo "Successfully created disk image, please move it to folder ../bin/"