Fexed qemu script to use only the ISO image by default.

This commit is contained in:
Ivan Davidov 2016-04-17 14:32:44 +03:00
parent efd9bd7424
commit cf7e917cb1

View File

@ -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.