Skip to content

Commit

Permalink
updated as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed May 26, 2020
1 parent 300cdb1 commit a9465d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/admin/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ The instructions below assume the use of a Linux-based computer for the creation
- download the ISO in Tails using the Unsafe Browser as follows:

- Start Tails with an administration password set in the Welcome Screen.
- Open the Unsafe Browser: **Applications > Internet > Unsafe Browser** and find and download the ISO.
- Open the Unsafe Browser: **Applications > Internet > Unsafe Browser** and find and download the ISO
- Note the filename, as you'll need it for subsequent steps.
- Leave the Unsafe Browser running, and open a terminal via **Applications > System Tools > Terminal**.
- Copy the ISO to the desktop with the command:

Expand All @@ -57,7 +58,7 @@ The instructions below assume the use of a Linux-based computer for the creation

.. code-block:: sh
sudo chown amnesia:amnesia ~/Desktop/<fileName.iso>
sudo chown amnesia:amnesia ~amnesia/Desktop/<fileName.iso>
- Verify the checksum of the downloaded ISO file using the following command, comparing it against the checksum in the file listing above:

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In order to install SecureDrop Workstation and configure it to use an existing S
- The SecureDrop instance's Admin Workstation and Secure Viewing Station (SVS) USBs, and the full GPG fingerprint of the submission key.
- A working computer (Linux is recommended and assumed in this guide) to use for verification and creation of the Qubes installation medium.

.. note:: A Tails USB can be used to perform the tasks below, but due to the size of the Qubes installation ISO, it may make sense to download it on another computer rather than via Tor, and then to use a uSB stick to transfer it to Tails for verification and creation of the installation medium.
.. note:: A Tails USB can be used to perform the tasks below, but due to the size of the Qubes installation ISO, it may make sense to download it on another computer rather than via Tor, and then to use a USB stick to transfer it to Tails for verification and creation of the installation medium.

- A password manager or other system to generate and store strong passphrases for Qubes full disk encryption (FDE) and user accounts.

Expand Down

0 comments on commit a9465d4

Please sign in to comment.