summaryrefslogtreecommitdiff
path: root/doc/devel.rst
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-05 15:07:02 +0000
committerNeil Williams <codehelp@debian.org>2015-11-05 15:07:02 +0000
commit12dc395c59e0ccb2377396d79e17f5d2106af83c (patch)
treead2ed843cd13416ab1fd212bb4686fda1de74021 /doc/devel.rst
parent0df079707118df72ba1131f53ace18d1561e0d17 (diff)
downloadvmdebootstrap-12dc395c59e0ccb2377396d79e17f5d2106af83c.tar.gz
update docs for live and squashfs changes
Diffstat (limited to 'doc/devel.rst')
-rw-r--r--doc/devel.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/devel.rst b/doc/devel.rst
index e5190bb..161133c 100644
--- a/doc/devel.rst
+++ b/doc/devel.rst
@@ -111,22 +111,6 @@ Packages which are not part of an existing task but which are useful for
all images and should be included in the set of packages to be installed
using all customisation scripts.
-.. index: testing
-
-.. _testing:
-
-Testing
--------
-
-Testing - ``unsquashfs <filename>`` creates a squashfs-root/ directory
-containing the original image which QEMU can now use::
-
- $ unsquashfs jessie.img.squash
- $ qemu-system-x86_64 -machine accel=kvm:tcg -m 4096 -smp 2 -drive file=squashfs-root/jessie.img,format=raw
-
-This needs to be done on a local system which has a usable display,
-not on pettersson itself.
-
.. _new_architectures:
New architectures