Skip to content

Commit

Permalink
comments about network config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matfayt committed Feb 27, 2024
1 parent 538eb16 commit 33378ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dotpi_password='!raspberry' # [!code --]
dotpi_password='yoursuperpasssword' # [!code ++]
```

Setting the password is mandatory and the installation full fail
Setting the password is mandatory, the installation will fail if this is not done

::: info
Note that in this first guide, we don't configure nor use any SSH keys. In very simple settings that could be OK, but it is likely that you will soon find such functionality convenient. See [@todo](../index.md) for further information on that point.
Expand Down Expand Up @@ -136,12 +136,12 @@ By default, the Imager will automatically eject the SD Card when the installatio
Note that this behavior can be changed in the "Option" panel of the Raspberry Pi Imager settings
:::

Once re-plugged into your computer, you should see a volume called `fsboot` mounted in the "Finder"
Once re-plugged into your computer, you should see a volume called `bootfs` mounted in the "Finder"

![finder-fsboot](../assets/introduction/getting-started/finder-fsboot.png)


Let then go back into your "Terminal" on launch the following command to finalize the preparation of the SD Card with your _dotpi_ project configuration:
Let then go back into your "Terminal" and launch the following command to finalize the preparation of the SD Card with your _dotpi_ project configuration:

```sh
# go into the dotpi-install directory
Expand Down

0 comments on commit 33378ab

Please sign in to comment.