left some hints

This commit is contained in:
Kevin Veen-Birkenbach 2020-04-30 00:04:01 +02:00
parent 4978f6c54e
commit 2f30c4b67c

View File

@ -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