2024-01-24 16:56:57 +00:00
|
|
|
# Skynet LXC Generator
|
|
|
|
|
2024-01-24 20:29:46 +00:00
|
|
|
Scripts and config to generate LXC templates for Proxmox.
|
2024-01-24 16:56:57 +00:00
|
|
|
|
2024-01-24 20:29:46 +00:00
|
|
|
|
|
|
|
## 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.
|