Fexed qemu script to use only the ISO image by default.
This commit is contained in:
parent
efd9bd7424
commit
cf7e917cb1
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# 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.
|
# sparse file (/minimal.img) and put overlay content (/minimal.img/rootfs) in it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user