diff options
author | cbreton <corentin.breton@fullsave.com> | 2019-12-18 11:51:36 +0100 |
---|---|---|
committer | cbreton <corentin.breton@fullsave.com> | 2019-12-18 11:58:58 +0100 |
commit | ecc25dcecac342a7b39376ba969f1c5ea25a8aaa (patch) | |
tree | 0ecf1c44b61b08bd2ba35bd9a01e78953ed2bf96 /dotfiles/cheat/qemu | |
parent | 649f04f75130b85a2c8efd10b9edee41c26d3f46 (diff) | |
download | dotfiles_dotdrop-ecc25dcecac342a7b39376ba969f1c5ea25a8aaa.tar.xz dotfiles_dotdrop-ecc25dcecac342a7b39376ba969f1c5ea25a8aaa.zip |
Add more cheats
Diffstat (limited to 'dotfiles/cheat/qemu')
-rw-r--r-- | dotfiles/cheat/qemu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/cheat/qemu b/dotfiles/cheat/qemu index f749c29..a59ef29 100644 --- a/dotfiles/cheat/qemu +++ b/dotfiles/cheat/qemu @@ -12,3 +12,8 @@ qemu-system-x86_64 -cdrom ~/Download/image.iso -boot order=d -drive file=/home/< tips: Get the mouse after grabbed by qemu: Ctrl+Alt+g +# sous le coude +# convertion d'une image du browser de crosoft pour des tests de siteweb par exemple avec un windows dedans + +qemu-img convert -O qcow2 MSEdge\ -\ Win10.vhdx msedge.qcow2 +qemu-system-x86_64 -m 4G msedge.qcow2 |