Explorar el Código

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

fslongjin hace 3 años
padre
commit
2c8f3a6424
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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/"