mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-17 21:10:50 -04:00
Add prompts to all code blocks with bash session
This commit is contained in:
parent
b0395e618c
commit
2d2bcb06a6
72 changed files with 513 additions and 497 deletions
|
@ -104,7 +104,7 @@ If you receive this error: ``ERROR: qubes-usb-proxy not installed in the qube``,
|
|||
|
||||
.. code:: console
|
||||
|
||||
sudo dnf install qubes-usb-proxy
|
||||
$ sudo dnf install qubes-usb-proxy
|
||||
|
||||
|
||||
|
||||
|
@ -112,7 +112,7 @@ If you receive this error: ``ERROR: qubes-usb-proxy not installed in the qube``,
|
|||
|
||||
.. code:: console
|
||||
|
||||
sudo apt-get install qubes-usb-proxy
|
||||
$ sudo apt-get install qubes-usb-proxy
|
||||
|
||||
|
||||
|
||||
|
@ -138,7 +138,7 @@ First, find out which USB bus the device is connected to (note that these steps
|
|||
|
||||
.. code:: console
|
||||
|
||||
lsusb
|
||||
$ lsusb
|
||||
|
||||
|
||||
|
||||
|
@ -174,7 +174,7 @@ Now you see the path: the text between ``/pci0000:00/0000:`` and ``/usb3`` i.e.
|
|||
|
||||
.. code:: console
|
||||
|
||||
qvm-pci attach --persistent personal dom0:00_1a.0
|
||||
$ qvm-pci attach --persistent personal dom0:00_1a.0
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue