Change pvc set up to local storage

This commit is contained in:
2024-08-18 22:29:58 +01:00
parent c3b68ec4fd
commit b3fe51e9da
9 changed files with 32 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
- Burn to usb
- Boot from usb, live install and go to the config webui
- Add the public keys to the config (from ~/.ssh - `ssh-keygen -t ed25519 -C "joemonk@hotmail.co.uk"`)
- Put the kairos_config in, check the shutdown button and let it install
- Put the kairos-config in, check the shutdown button and let it install
- Remove the usb, ssh in with using the specific private key (i.e. from ~/.ssh - `ssh -i ./kairos kairos@192.168.1.101` or add the following to ~/.ssh/config to just use `ssh 192.168.1.101`)
```