More verbose for cloning
This commit is contained in:
parent
6e6a6d6b9d
commit
e4d80fe4e3
@ -421,17 +421,29 @@ $ systemctl start cps
|
|||||||
## Cloning
|
## Cloning
|
||||||
|
|
||||||
We provide a pre-made SD-card for Bibliotecha which you can copy onto your own
|
We provide a pre-made SD-card for Bibliotecha which you can copy onto your own
|
||||||
SD-card and get moving fast. We currently offer a 32 GB image, meaning, if you
|
SD-card and get moving fast. This can be useful if you don't want to dive into
|
||||||
want to use it, you **must also have a 32 GB SD-card**. If you would like
|
all the system adminstration work.
|
||||||
other options, please get in touch.
|
|
||||||
|
|
||||||
The process is as follows:
|
!!! warning
|
||||||
|
|
||||||
- Download [bibliotecha.img](https://manual.bibliotecha.info/files/bibliotecha.img) (32 GBs, will take some time!)
|
We currently offer a 32 GB image, meaning, if you want to use it, you
|
||||||
- Plug in your own SD-card into your laptop
|
**must also have a 32 GB SD-card**. If you would like other options, please
|
||||||
- Run `lsblk` and take note of the path available for the card (e.g. `/dev/mmcblk0`)
|
get in touch.
|
||||||
- Run `sudo dd bs=4M if=bibliotecha.img of=/dev/mmcblk0 status=progress conv=fsync`
|
|
||||||
- Plug your SD-card out and into your Raspberry Pi and turn the Pi on
|
Download
|
||||||
|
[bibliotecha.img](https://manual.bibliotecha.info/files/bibliotecha.img). It is
|
||||||
|
32 GBs in size, so it could take some time!
|
||||||
|
|
||||||
|
Plug in your own SD-card into your laptop. Run the `lsblk` command and take
|
||||||
|
note of the path available for the card (e.g. `/dev/mmcblk0`).
|
||||||
|
|
||||||
|
Start copying the image onto your SD-card with the `dd` command.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo dd bs=4M if=bibliotecha.img of=/dev/mmcblk0 status=progress conv=fsync`
|
||||||
|
```
|
||||||
|
|
||||||
|
Then plug your SD-card out of your laptop and plug it into your Raspberry Pi and turn the Pi on.
|
||||||
|
|
||||||
You should now be able to log into the Pi using SSH or via a screen using the following credentials:
|
You should now be able to log into the Pi using SSH or via a screen using the following credentials:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user