From 051f3ce32b8f93800f3c1d2c480dc0f6bf4314af Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 24 Jan 2024 20:29:46 +0000 Subject: [PATCH] Added instructions on how to use Signed-off-by: Brendan Golden --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 81f770a..8902804 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,11 @@ # Skynet LXC Generator +Scripts and config to generate LXC templates for Proxmox. + +## Instructions + +This needs to be run as ``root`` and on linux. +You need ``lxc``, ``debootstrap`` and ``distrobuilder`` to be installed. +For nix this can be done using ``nix-shell -p lxc debootstrap distrobuilder``. +Then ``./run.sh`` to build all the images listed in it.