Fix formattings and other issues

See issue 8180.
This commit is contained in:
Tobias Killer 2025-08-09 09:50:36 +02:00
parent 810901e5d6
commit 0cfd755295
25 changed files with 114 additions and 76 deletions

View file

@ -201,6 +201,7 @@ When you install a new template or :ref:`upgrade <user/how-to-guides/how-to-upda
- If your only keyboard and mouse are *not* connected through a :doc:`USB qube </user/advanced-topics/usb-qubes>`, or that USB qube is *not* a disposable, then shut down all disposables. In the App Menu, go to Qubes Tools, then click on Qube Manager. In the Qube Manager, find your disposable template(s). (By default, they end in ``-dvm``.) Right click, hover over Template, then click on the new template. Repeat for each disposable template.
- If your only keyboard or mouse *are* connected through a USB qube, and that USB qube *is* a disposable, then you will have to enter a special command that shuts down all of your qubes, switches the USB qubes disposable template to the new template, then starts the USB qube again. In order to avoid being locked out of your system, you must be very careful to enter this command without typos and with the correct substitutions.
In the App Menu, click on Terminal Emulator. Type the command below, substituting ``<SYS_USB_DISPOSABLE_TEMPLATE>`` with the name of the disposable template on which ``sys-usb`` is based, ``<NEW_TEMPLATE>`` with the name of the new template, and ``<USB_QUBE>`` with the name of your USB qube. Other than these substitutions, make sure to enter the command exactly as written.
.. code:: bash
@ -249,7 +250,7 @@ Once an app qube has been created, any changes in its ``/home``, ``/usr/local``,
* - :ref:`template <user/reference/glossary:template>`
- N/A (templates cannot be based on templates)
- everything
* - :ref:`app qubes <user/reference/glossary:app qube>`:superscript:`3`
* - :ref:`app qube <user/reference/glossary:app qube>`:superscript:`3`
- ``/etc/skel`` to ``/home``; ``/usr/local.orig`` to ``/usr/local``
- ``/rw`` (includes ``/home``, ``/usr/local``, and ``bind-dirs``)
* - :ref:`disposable <user/reference/glossary:disposable>`

View file

@ -143,7 +143,7 @@ This will allow you to install the Qubes Windows Tools on Windows 10 both as a S
**Note:** If this property is not set or set to a wrong value, files copied to this VM are stored in the folder
.. code:: bash
.. code:: text
C:\Windows\System32\config\systemprofile\Documents\QubesIncoming\<source_VM>
@ -507,9 +507,9 @@ If a specific component is malfunctioning, you can increase its log verbosity as
* - network-setup
- Service that sets up network parameters according to VMs configuration.
* - prepare-volume
- Utility that initializes and formats the disk backed by private.img file. Its registered to run on next system boot during QWT setup, if that feature is selected (it cant run during the setup because Xen block device drivers are not yet active). It in turn registers move-profiles (see below) to run at early boot.
- Utility that initializes and formats the disk backed by ``private.img`` file. Its registered to run on next system boot during QWT setup, if that feature is selected (it cant run during the setup because Xen block device drivers are not yet active). It in turn registers move-profiles (see below) to run at early boot.
* - relocate-dir
- Utility that moves user profiles directory to the private disk. Its registered as an early boot native executable (similar to chkdsk) so it can run before any profile files are opened by some other process. Its log is in a fixed location: c:\move-profiles.log (it cant use our common logger library so none of the log settings apply).
- Utility that moves user profiles directory to the private disk. Its registered as an early boot native executable (similar to chkdsk) so it can run before any profile files are opened by some other process. Its log is in a fixed location: ``c:\move-profiles.log`` (it cant use our common logger library so none of the log settings apply).

View file

@ -536,9 +536,9 @@ If a specific component is malfunctioning, you can increase its log verbosity as
* - network-setup
- Service that sets up network parameters according to VMs configuration.
* - prepare-volume
- Utility that initializes and formats the disk backed by private.img file. Its registered to run on next system boot during QWT setup, if that feature is selected (it cant run during the setup because Xen block device drivers are not yet active). It in turn registers move-profiles (see below) to run at early boot.
- Utility that initializes and formats the disk backed by ``private.img`` file. Its registered to run on next system boot during QWT setup, if that feature is selected (it cant run during the setup because Xen block device drivers are not yet active). It in turn registers move-profiles (see below) to run at early boot.
* - relocate-dir
- Utility that moves user profiles directory to the private disk. Its registered as an early boot native executable (similar to chkdsk) so it can run before any profile files are opened by some other process. Its log is in a fixed location: C:\\move-profiles.log (it cant use our common logger library so none of the log settings apply).
- Utility that moves user profiles directory to the private disk. Its registered as an early boot native executable (similar to chkdsk) so it can run before any profile files are opened by some other process. Its log is in a fixed location: ``C:\move-profiles.log`` (it cant use our common logger library so none of the log settings apply).

View file

@ -100,8 +100,11 @@ Installation procedure:
- Install on first disk.
- Windows license may be read from flash via root in dom0:
``strings < /sys/firmware/acpi/tables/MSDM``
Alternatively, you can also try a Windows 7 license key (as of 2018/11 they are still accepted for a free upgrade).
I first installed Windows and all updates, then entered the license key.