Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 1b70177ce2e93a8e55e632603ff65ed4aef28244 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 27 14:49:59 2019 +0000
doc: open-mesh/OpenWrt_in_QEMU
1b70177ce2e93a8e55e632603ff65ed4aef28244 open-mesh/OpenWrt_in_QEMU.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/OpenWrt_in_QEMU.textile b/open-mesh/OpenWrt_in_QEMU.textile index 2e43d5b..f765a80 100644 --- a/open-mesh/OpenWrt_in_QEMU.textile +++ b/open-mesh/OpenWrt_in_QEMU.textile @@ -58,7 +58,7 @@ chmod +x interconnect.sh
h3. VM instances bringup
-Each instance will need to write to the provided image. If the same image is specified as drive for each instance then write to this file would conflict and data corruption would happen. To avoid this, each instance gets its own (copy on write) snapshot of the base image. +Each instance will need to write to the provided image. If the same image is specified as drive for each instance then writes to this file would conflict and data corruption would happen. To avoid this, each instance gets its own (copy on write) snapshot of the base image.
The three node environment must be started inside a screen session. Each instance will end up in an own screen window. This allows access to the serial console of each instance while having each instance's output separated from each other.