Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
3a5b9a2e
Commit
3a5b9a2e
authored
Jan 05, 2020
by
sajolida
Browse files
Merge remote-tracking branch 'gokturk/install-expert-dd-update'
parents
3615e00f
cc810ccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/install/expert/usb.mdwn
View file @
3a5b9a2e
...
...
@@ -173,11 +173,11 @@ Install Tails using <span class="command">dd</span>
- <span class="command-placeholder">device</span> with the device name found in step 5
<p class="pre command">dd if=<span class="command-placeholder">tails.img</span> of=<span class="command-placeholder">device</span> bs=16M
&& sync
</p>
<p class="pre command">dd if=<span class="command-placeholder">tails.img</span> of=<span class="command-placeholder">device</span> bs=16M
oflag=direct status=progress
</p>
You should get something like this:
<p class="pre command-example">dd if=/home/user/tails-amd64-3.12.img of=/dev/sdb bs=16M
&& sync
</p>
<p class="pre command-example">dd if=/home/user/tails-amd64-3.12.img of=/dev/sdb bs=16M
oflag=direct status=progress
</p>
If no error message is returned, Tails is being copied on the USB
stick. The copy takes some time, generally a few minutes.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment