ServNest system images generator
Go to file
Miraty 26529e4c91 Fix tor on debian + use unix sockets for tor<=>nginx 2023-01-29 23:31:51 +01:00
mkosi.cache Commit empty directories using .gitkeep 2022-05-03 19:28:40 +02:00
mkosi.default.d Niver > ServNest 2023-01-29 21:14:36 +01:00
mkosi.extra Fix tor on debian + use unix sockets for tor<=>nginx 2023-01-29 23:31:51 +01:00
mkosi.skeleton Fix tor on debian + use unix sockets for tor<=>nginx 2023-01-29 23:31:51 +01:00
.gitignore Move everything in /srv/niver 2022-06-23 19:50:50 +02:00
LICENSE.md Set CNPLv7+ as license 2022-08-29 21:01:16 +02:00
README.md Niver > ServNest 2023-01-29 21:14:36 +01:00
mkosi.default Niver > ServNest 2023-01-29 21:14:36 +01:00
mkosi.nspawn Initial commit 2022-04-20 00:29:47 +02:00
mkosi.postinst Fix tor on debian + use unix sockets for tor<=>nginx 2023-01-29 23:31:51 +01:00
mkosi.prepare Niver > ServNest 2023-01-29 21:14:36 +01:00

README.md

ServNest system images generator

This is the sources to build system images of ServNest using mkosi. You can then use them with systemd-nspawn.

Usage

This generator allows to build images for both Arch Linux and Debian Testing, you can replace <sysid> by either arch or debian in the following examples. Note that mkosi may require tools that are not available on your distribution.

You can generate a new image in /var/lib/machines/servnest-<sysid> by running mkosi --force -d <sysid> from this directory (--force will erase an already existing image).

You will need to copy mkosi.nspawn into /etc/systemd/nspawn/servnest-<sysid>.nspawn to allow the container to use network without restrictions.

You can then boot the container:

machinectl start servnest-<sysid>
machinectl shell servnest-<sysid>

The full explanation of the structure in this repository can be found on the mkosi manpage. Here is a summary of what mkosi will do in this repository:

  1. Load configuration from mkosi.default and mkosi.default.d/<sysid>/mkosi.default
  2. Add mkosi.skeleton
  3. Install packages according to configuration
  4. Run mkosi.prepare
  5. Add mkosi.extra
  6. Run mkosi.postinst

License

ServNest system images generator is ethical libre software: you can use, redistribute or modify it under the terms of the CNPL-NAv7+ as found in LICENSE.md or at https://git.pixie.town/thufie/npl-builder.