diff --git a/src/qemu64.sh b/src/qemu64.sh index 55c9d2644..cf9a0b94e 100755 --- a/src/qemu64.sh +++ b/src/qemu64.sh @@ -1,6 +1,6 @@ #!/bin/sh -qemu-system-x86_64 -m 64M -hda hdd.img -cdrom minimal_linux_live.iso -boot d +qemu-system-x86_64 -m 64M -cdrom minimal_linux_live.iso -boot d # Use this when you want to play with hard disk content. You can manually create # sparse file (/minimal.img) and put overlay content (/minimal.img/rootfs) in it.