From 468ad39114a3c2fe3cf0954e4db710d4bfebeaae Mon Sep 17 00:00:00 2001 From: "Iain R. Learmonth" Date: Mon, 23 Jan 2017 02:00:47 +0000 Subject: [PATCH] Updates to quickstart guide --- doc/quickstart.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 7c6ecb5..a4df269 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -30,13 +30,18 @@ live-wrapper. These change the behaviour to create a customised image. Changing the Distribution ~~~~~~~~~~~~~~~~~~~~~~~~~ -By default, the ISO image will be built using the ``stable`` distribution. If -you'd like to build using ``testing`` or ``unstable`` you can pass the ``-d`` +By default, the ISO image will be built using the ``stretch`` distribution. If +you'd like to build using ``buster`` or ``sid`` you can pass the ``-d`` parameter to live-wrapper like so: .. code-block:: shell - sudo lwr -d testing + sudo lwr -d buster + +.. note:: + + You must use the codename, and not the suite (e.g. stable), when specifying + the distribution. Using an Alternative Mirror ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -103,6 +108,13 @@ To test with an emulated USB device, run: qemu-system-x86_64 -m 2G -usbdevice disk:live.iso +To test the speech synthesis installer option, you will need to add the +following to the QEMU invocation: + +.. code-block:: shell + + -soundhw sb16,es1370,adlib + .. note:: Using -hda to attach the disk image will prevent the installer from detecting