From 2f30c4b67cde389b1e13be3fb9ff3c5e6991e05b Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 30 Apr 2020 00:04:01 +0200 Subject: [PATCH] left some hints --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ec78a15..6810e3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # 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. +## Todo + +- Implement hostname setting +- Implement password change +- Implement ssh configuration +- Implement wifi automation ## Setup ### SD-Card @@ -28,6 +34,10 @@ To pase the configuration to the program use this syntax: ```bash pacman-key --init 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 ```bash