Browse Source

:new: 新增了创建硬盘镜像的脚本

fslongjin 3 năm trước cách đây
mục cha
commit
2c8f3a6424
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      tools/create_hdd_image.sh

+ 4 - 0
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/"