From 920699a5663631c93969914c307c1d32a8d9af80 Mon Sep 17 00:00:00 2001 From: RedbeanGit Date: Mon, 30 Oct 2023 10:14:33 +0100 Subject: [PATCH] fix: use new agent config Signed-off-by: RedbeanGit --- pages/docs/user-guide/build-initramfs.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/docs/user-guide/build-initramfs.mdx b/pages/docs/user-guide/build-initramfs.mdx index 50f74bb..8fc634b 100644 --- a/pages/docs/user-guide/build-initramfs.mdx +++ b/pages/docs/user-guide/build-initramfs.mdx @@ -87,9 +87,12 @@ You can write your own configuration file or use example one (must be named ```yaml copy filename="initramfs/config.yaml" apiVersion: lambdo.io/v1alpha1 kind: AgentConfig -serial: - path: /dev/pts/6 - baudRate: 9600 +# Leave empty if you want to use default Lambdo API. +grpc: + remote_port: 50051 + remote_host: 127.0.0.1 + local_port: 0 + local_host: 0.0.0.0 ``` ## Build initramfs by yourself