mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-15 12:00:43 -04:00
Merge branch 'code_block_prompts_full' into rst
This commit is contained in:
commit
ff68e782c8
30 changed files with 98 additions and 97 deletions
|
@ -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``:
|
||||
|
|
|
@ -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>'
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue