From 40a12e85a0681c4d97b4fc200889f172a691c434 Mon Sep 17 00:00:00 2001 From: Pierre Neyron <pierre.neyron@imag.fr> Date: Wed, 9 Apr 2025 20:36:15 +0200 Subject: [PATCH] Add deploy_env_gerenation README.md -> kameleon --- addons/deploy_env_generation/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 addons/deploy_env_generation/README.md diff --git a/addons/deploy_env_generation/README.md b/addons/deploy_env_generation/README.md new file mode 100644 index 00000000..ab4d86d2 --- /dev/null +++ b/addons/deploy_env_generation/README.md @@ -0,0 +1,7 @@ +It is now advised to use [kameleon](https://kameleon.imag.fr) for the construction of the deployment mini-OS. + +Kameleon is an builder of operating systems, based on recipes. + +Recipes for the kadeploy mini-OS can be found in the [Grid'5000 environment recipes](https://gitlab.inria.fr/grid5000/environments-recipes/-/tree/master/kadeploy3-deploy-kernel?ref_type=heads) repository. + +Other methods (e.g. based on debirf) are not maintained. -- GitLab