diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-12-24 18:32:15 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-12-24 18:32:15 +0000 |
commit | 587d9395b3cae9eafd2525ccef7d1cdb880e8665 (patch) | |
tree | 482924a0e66d6aaf40d1c7dbbe7723f8c899a7ea /md/writeup/qemu_usage.md | |
parent | a727b996edbfb0e7d5a110b4748061bbe90ac170 (diff) | |
download | md-content-587d9395b3cae9eafd2525ccef7d1cdb880e8665.tar.gz md-content-587d9395b3cae9eafd2525ccef7d1cdb880e8665.zip |
QEMU_USAGE dont havent checked if network card settup works properly2
Diffstat (limited to 'md/writeup/qemu_usage.md')
-rw-r--r-- | md/writeup/qemu_usage.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/md/writeup/qemu_usage.md b/md/writeup/qemu_usage.md index 04172f7..f022f37 100644 --- a/md/writeup/qemu_usage.md +++ b/md/writeup/qemu_usage.md @@ -20,19 +20,6 @@ qemu-system-i386 -cdrom _iso_image_ -boot order=d _qemu_image_ -m 512 ``` -<!-- -### Setting up network card - -``` --net nic -``` - -### Setting up tun device - -``` -brctl addbr tun0 -``` ---> ### Lunching image If everything installed then image could be runed just with |