mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2024-11-22 18:11:03 +01:00
left some hints
This commit is contained in:
parent
4978f6c54e
commit
2f30c4b67c
10
README.md
10
README.md
@ -1,5 +1,11 @@
|
|||||||
# Raspberry Pi sdc tools
|
# Raspberry Pi sdc tools
|
||||||
This repository contains some shell scripts to install Arch Linux for the Raspberry Pi on a SD-Card and to backup a SD-Card.
|
This repository contains some shell scripts to install Arch Linux for the Raspberry Pi on a SD-Card and to backup a SD-Card.
|
||||||
|
## Todo
|
||||||
|
|
||||||
|
- Implement hostname setting
|
||||||
|
- Implement password change
|
||||||
|
- Implement ssh configuration
|
||||||
|
- Implement wifi automation
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
### SD-Card
|
### SD-Card
|
||||||
@ -28,6 +34,10 @@ To pase the configuration to the program use this syntax:
|
|||||||
```bash
|
```bash
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate archlinuxarm
|
pacman-key --populate archlinuxarm
|
||||||
|
install -m640 /etc/netctl/examples/wireless-wpa domo-de-kosmopolitoj-wpa
|
||||||
|
nano domo-de-kosmopolitoj-wpa
|
||||||
|
netctl start domo-de-kosmopolitoj-wpa
|
||||||
|
netctl enable domo-de-kosmopolitoj-wpa
|
||||||
```
|
```
|
||||||
#### Ubuntu\\Debian
|
#### Ubuntu\\Debian
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user