mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Correcting misspellings on installation pages
This commit is contained in:
parent
eb45739b81
commit
15a4086a64
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ You should see a screen like this:
|
|||
|
||||
* Select your language, your location and your keyboard layout
|
||||
|
||||
* If a partitionning screen appears, confirm.
|
||||
* If a partitioning screen appears, confirm.
|
||||
|
||||
<div class="alert alert-danger"><b>Caution:</b> This will totally erase the data on your hard drive</div>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ sudo fdisk -l
|
|||
|
||||
It should be `/dev/diskN`, where `N` is a number, or `/dev/sdX`, where `X` is a letter.
|
||||
|
||||
Carefull to not put the digit `N` cause it will create an [non-fonctional SD card](https://raspberrypi.stackexchange.com/questions/11880/sd-card-doesnt-works-after-dd).
|
||||
Carefull to not put the digit `N` cause it will create an [non-functional SD card](https://raspberrypi.stackexchange.com/questions/11880/sd-card-doesnt-works-after-dd).
|
||||
|
||||
* Copy the image by typing:
|
||||
|
||||
|
@ -44,4 +44,4 @@ You can resize it by using software like `resize2fs` (command-line) or `gparted`
|
|||
|
||||
<img src="https://yunohost.org/images/gparted.jpg" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
|
||||
|
||||
<p class="text-muted">Preview of the Gparted window</p>
|
||||
<p class="text-muted">Preview of the Gparted window</p>
|
||||
|
|
Loading…
Reference in a new issue