Skip to content

Commit

Permalink
Makefile: Fixing strange parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven-Hendrik Haase committed May 3, 2011
1 parent f1a4984 commit 479f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clean:
sudo ./buildscript.sh clean

vmgo:
qemu -cdrom out/lglive-0.9.7-i686-hybrid-lite.iso -drive ifde,cache=unsafe,aio=native,file=vmhdd.img -soundhw ac97 -m 1024M -boot order=dc
qemu -cdrom out/lglive-0.9.7-i686-hybrid-lite.iso -drive if=ide,cache=unsafe,aio=native,file=vmhdd.img -soundhw ac97 -m 1024M -boot order=dc

vmdisk:
qemu-img create -f qcow2 vmhdd.img 10G

0 comments on commit 479f628

Please sign in to comment.