From 44887a976163f082b433e6a97f472c7222a53a27 Mon Sep 17 00:00:00 2001 From: Yogev Cohen Date: Mon, 6 Jan 2025 12:57:26 +0200 Subject: [PATCH] docs(lightbits-howto.md): add instructions how to build the image --- lightbits-howto.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lightbits-howto.md diff --git a/lightbits-howto.md b/lightbits-howto.md new file mode 100644 index 00000000..63f9e6e6 --- /dev/null +++ b/lightbits-howto.md @@ -0,0 +1,19 @@ +## howto build image + +for building the hook image we have the following options: + +```bash +./build.sh kernel hook-latest-lts-amd64 +``` + +```bash +./build.sh build hook-latest-lts-amd64 +``` + +the products will be placed at: `out/hook/` + +in order to build the images with sshd support should run the following: + +```bash +./build.sh debug hook-latest-lts-amd64 +```