Merge branch 'code_block_prompts_full' into rst

This commit is contained in:
qubedmaiska 2025-09-06 06:04:30 -04:00
commit ff68e782c8
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501
30 changed files with 98 additions and 97 deletions

View file

@ -188,7 +188,7 @@ Set ``default_guivm`` as ``dom0``:
.. code:: console
qubes-prefs default_guivm dom0
$ qubes-prefs default_guivm dom0
and for every selected qubes not using default value for GUI domain property, for example with a qube ``personal``:

View file

@ -99,7 +99,7 @@ You can also use ``kstart`` to control virtual desktop placement like this:
.. code:: console
kstart --desktop 3 --windowclass <vm_name> -q --tray -a <vm_name> '<run_program_command>'
$ kstart --desktop 3 --windowclass <vm_name> -q --tray -a <vm_name> '<run_program_command>'

View file

@ -285,7 +285,7 @@ Finally, you need to create a GRUB configuration. You may want to adjust some se
You can safely ignore this error message:
.. code:: console
.. code:: output
grub2-probe: error: cannot find a GRUB drive for /dev/mapper/dmroot. Check your device.map

View file

@ -88,10 +88,10 @@ FreeBSD
.. code:: console
gpart recover ada0
sysctl kern.geom.debugflags=0x10
gpart resize -i index ada0
zpool online -e poolname ada0
$ gpart recover ada0
$ sysctl kern.geom.debugflags=0x10
$ gpart resize -i index ada0
$ zpool online -e poolname ada0

View file

@ -72,8 +72,8 @@ It is possible to use an existing Btrfs storage if it is configured. In dom0, av
.. code:: console
mount -t btrfs
btrfs show filesystem
$ mount -t btrfs
$ btrfs show filesystem
To register the storage to qubes use the following command where ``<pool_name>`` is a freely chosen pool name adn ``<dir_path>`` is the mounted path to the second btrfs storage:

View file

@ -393,7 +393,7 @@ Unzip VirtualBox zip file:
.. code:: console
unzip *.zip
$ unzip *.zip
@ -401,7 +401,7 @@ Extract OVA tar archive:
.. code:: console
tar -xvf *.ova
$ tar -xvf *.ova
@ -409,7 +409,7 @@ Convert vmdk to raw:
.. code:: console
qemu-img convert -O raw *.vmdk win10.raw
$ qemu-img convert -O raw *.vmdk win10.raw
@ -445,7 +445,7 @@ Filetype of OVA file:
.. code:: console
file *.ova
$ file *.ova
@ -453,7 +453,7 @@ List files of OVA tar archive:
.. code:: console
tar -tf *.ova
$ tar -tf *.ova
@ -461,7 +461,7 @@ List filetypes supported by qemu-img:
.. code:: console
qemu-img -h | tail -n1
$ qemu-img -h | tail -n1