diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-12-24 18:31:08 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-12-24 18:31:08 +0000 |
commit | a727b996edbfb0e7d5a110b4748061bbe90ac170 (patch) | |
tree | 9cdf97a75911ddc79c16c6d579e83cc9e7671e3d /md | |
parent | 71b92750cd361f8945f2533ca2b7e302ea181149 (diff) | |
download | md-content-a727b996edbfb0e7d5a110b4748061bbe90ac170.tar.gz md-content-a727b996edbfb0e7d5a110b4748061bbe90ac170.zip |
QEMU_USAGE dont havent checked if network card settup works properly
Diffstat (limited to 'md')
-rw-r--r-- | md/writeup/qemu_usage.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/md/writeup/qemu_usage.md b/md/writeup/qemu_usage.md index 7e1baf6..04172f7 100644 --- a/md/writeup/qemu_usage.md +++ b/md/writeup/qemu_usage.md @@ -20,6 +20,7 @@ qemu-system-i386 -cdrom _iso_image_ -boot order=d _qemu_image_ -m 512 ``` +<!-- ### Setting up network card ``` @@ -31,7 +32,7 @@ qemu-system-i386 -cdrom _iso_image_ -boot order=d _qemu_image_ ``` brctl addbr tun0 ``` - +--> ### Lunching image If everything installed then image could be runed just with @@ -115,4 +116,4 @@ make 2. [http://www.cnx-software.com/2012/03/08/how-to-build-qemu-system-arm-in-linux/](http://www.cnx-software.com/2012/03/08/how-to-build-qemu-system-arm-in-linux/) 3. [https://wiki.linaro.org/PeterMaydell/KVM/HowTo/BuildQEMU](https://wiki.linaro.org/PeterMaydell/KVM/HowTo/BuildQEMU) 4. [http://www.cs.rochester.edu/~sandhya/csc256/assignments/qemu_linux.html](http://www.cs.rochester.edu/~sandhya/csc256/assignments/qemu_linux.html) -5. [https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt](https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt)
\ No newline at end of file +5. [https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt](https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt) |