Remove instructions that don't work after rebase

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2023-12-20 14:47:19 +02:00
parent 3d2d2de9dc
commit 71e90b94aa
No known key found for this signature in database
GPG Key ID: 286DCAFD2C97DDE3

View File

@ -89,14 +89,8 @@ kcrypt:
challenger_server: "http://doesnt-matter-the-name.local" challenger_server: "http://doesnt-matter-the-name.local"
``` ```
- Test it out before installation (you need to put the config in /oem to be discovered):
```
echo '{ "data": "{ \"label\": \"COS_PERSISTENT\" }"}' | sudo /system/discovery/kcrypt-discovery-challenger "discovery.password"
```
- Install: - Install:
``` ```
kairos-agent manual-install --device auto /oem/config.yaml kairos-agent manual-install --device auto config.yaml
``` ```