Initial commit
This commit is contained in:
38
SETUP.md
Normal file
38
SETUP.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Installation on hardware (Raspberry PI)
|
||||
Raspberry Pi imager (.img)
|
||||
|
||||
> If no internet connection: setup-interfaces with DHCP, rc-service networking restart
|
||||
|
||||
```sh
|
||||
setup-alpine
|
||||
us
|
||||
us
|
||||
|
||||
hostname: alpi
|
||||
ip: 192.168.2.22/24
|
||||
gateway: router (192.168.2.254)
|
||||
netmask 255.255.255.0
|
||||
|
||||
Europe/Amsterdam
|
||||
chrony
|
||||
1
|
||||
YOURUSERNAME
|
||||
YOURNAME
|
||||
github.com/YOURUSERNAME.keys
|
||||
|
||||
openssh
|
||||
y
|
||||
mmcblk0
|
||||
sys
|
||||
y
|
||||
reboot
|
||||
```
|
||||
|
||||
FIRST. Make sure your public key is configured for SSH! Else, next step will LOCK YOU OUT SSH!
|
||||
|
||||
Then, run install.sh by getting it from the internet (wget is in busybox):
|
||||
```sh
|
||||
wget https://TODO
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
```
|
||||
Reference in New Issue
Block a user