improve readability

This commit is contained in:
Michael Carbone 2016-06-03 16:02:08 +00:00
parent 5ea4380647
commit aa858ba13a

View File

@ -9,13 +9,13 @@ redirect_from:
Running Tails in Qubes Running Tails in Qubes
============================ ============================
Tails is the amnesic incognito live system. Its aims are preserving privacy and anonymity. [Tails](https://tails.boum.org) is the amnesic incognito live system. It is a live operating system that aims to preserve your privacy and anonymity.
To run Tails under Qubes: To run Tails under Qubes:
1. Read about [creating and using HVM qubes](https://www.qubes-os.org/doc/hvm/) 1. Read about [creating and using HVM qubes](https://www.qubes-os.org/doc/hvm/)
2. Download and verify Tails from http://tails.boum.org in a qube, (saved as `/home/user/Downloads/tails.iso` on qube "isoVM" for purposes of this guide). 2. Download and verify Tails from [https://tails.boum.org](https://tails.boum.org) in a qube, (saved as `/home/user/Downloads/tails.iso` on qube "isoVM" for purposes of this guide).
3. Create a HVM 3. Create a HVM
@ -33,12 +33,12 @@ To run Tails under Qubes:
6. Once the Tails qube has started, configure networking in the qube. 6. Once the Tails qube has started, configure networking in the qube.
- Check the IP address allocated to the qube - either from GUI Manager, or ```qvm-ls -n Tails``` in Konsole. (E.g. 10.137.1.101 with gateway 10.137.1.1) - Check the IP address allocated to the qube - either from GUI Manager, or ```qvm-ls -n Tails``` in Konsole. (E.g. `10.137.1.101` with gateway `10.137.1.1`)
- In the Tails qube, open systems menu in top-right corner. Select "Wired Settings", and change IPv4 configuration from "Automatic (DHCP)" to "Manual". - In the Tails qube, open systems menu in top-right corner. Select "Wired Settings", and change IPv4 configuration from "Automatic (DHCP)" to "Manual".
- Enter the Address: 10.137.1.101 in our example. - Enter the Address: `10.137.1.101` in our example.
- Enter the Netmask: 255.255.255.0 - Enter the Netmask: `255.255.255.0`
- Enter the Gateway: 10.137.1.1 in our example. - Enter the Gateway: `10.137.1.1` in our example.
- Enter DNS: 10.137.1.1 in our example. - Enter DNS: `10.137.1.1` in our example.
- Click "Apply". You should now see "Connected". - Click "Apply". You should now see "Connected".
7. Use Tails as normal. 7. Use Tails as normal.
@ -50,7 +50,7 @@ To run Tails under Qubes:
This was reported with earlier versions of Tails: I believe the problem is now fixed. This was reported with earlier versions of Tails: I believe the problem is now fixed.
If you do encounter this problem, you can try to constrain display settings by appending vga codes to the Tails boot parameters. If you do encounter this problem, you can try to constrain display settings by appending vga codes to the Tails boot parameters.
(If you do not know the codes, append vga=999, and a helpful prompt will appear.) (If you do not know the codes, append `vga=999`, and a helpful prompt will appear.)
N.B Tails 2.3 does not appear to honour the vga code. N.B Tails 2.3 does not appear to honour the vga code.