Added instructions on how to use
Signed-off-by: Brendan Golden <git_laptop@brendan.ie>
This commit is contained in:
parent
7990053403
commit
051f3ce32b
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue