From 71e90b94aa67dba2f03bc743699303f2226e6bbe Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Wed, 20 Dec 2023 14:47:19 +0200 Subject: [PATCH] Remove instructions that don't work after rebase Signed-off-by: Dimitris Karakasilis --- mdns-notes.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mdns-notes.md b/mdns-notes.md index 16e2853..d99abb2 100644 --- a/mdns-notes.md +++ b/mdns-notes.md @@ -89,14 +89,8 @@ kcrypt: 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: ``` -kairos-agent manual-install --device auto /oem/config.yaml +kairos-agent manual-install --device auto config.yaml ```