Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Nethserver-7.9.2009-Final
  • Loading branch information
markVnl committed Jan 25, 2021
1 parent 1d7c32e commit fd607d8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Images can be downloaded from the Assets at the [release tab](https://github.com
The image can be flashed with [ecther](https://etcher.io/) - or - on linux:

```
xzcat Nethserver-7.8.2003-RaspberryPi-img.raw.xz | sudo dd of=$/path/to/sd/card bs=4M status=progress && sudo sync
xzcat Nethserver-7.8.2009-Final-RaspberryPi-img.raw.xz | sudo dd of=$/path/to/sd/card bs=4M status=progress && sudo sync
````
See instructions in [UBOOT.md](https://github.com/NethServer/arm-dev/blob/master/UBOOT.md) for uboot-based boards.

Expand All @@ -39,12 +39,6 @@ After the initialization on first-boot you can finalize your installation in one
https://<your_ip>:9090
````

or

```
https://<your_ip>:980
````

Before installing additional software packages you need to expand the root_fs partition. To use the hole SD-card simply run `rootfs-expand` on the command prompt.

</br>
Expand Down

0 comments on commit fd607d8

Please sign in to comment.