You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide single-binary / standalone executable builds of VILLASnode bundle all depdendencies in a [self-extracting ARX archive](https://en.wikipedia.org/wiki/Self-extracting_archive).
298
298
These standalone binaries allow running VILLASnode irrespectively of the underlying Linux distribution or availability of library dependencies.
@@ -333,7 +333,7 @@ To start the main daemon, you can pass a configuration file via a volume mount:
333
333
docker run --volume /path/to/my/local.conf:/config.conf --privileged registry.git.rwth-aachen.de/acs/public/villas/node node /config.conf
334
334
```
335
335
336
-
## Nix
336
+
## Nix {#nix}
337
337
338
338
VILLASnode is also packaged as a [Nix Flake](https://wiki.nixos.org/wiki/Flakes).
339
339
[Nix](https://nixos.org) is a cross-platform package manager for Unix-like systems, and a tool to instantiate and manage those systems, invented in 2003 by Eelco Dolstra.
@@ -357,22 +357,6 @@ nix run github:VILLASframework/node -- node --help
357
357
358
358
For more details please refer to the details here: https://github.com/VILLASframework/node/blob/master/packaging/nix/README.md
359
359
360
-
## Kickstart installation
361
-
362
-
[Kickstart](https://docs.fedoraproject.org/en-US/fedora/f35/install-guide/advanced/Kickstart_Installations/) is a method for automating the installation of Fedora/Redhat based Linux distributions.
363
-
It works by using a Kickstart (`.ks`) file which contains a configuration of all the installation options which the user would usually manually enter using the installation wizard.
364
-
365
-
We have prepared such a Kickstart file which installs Fedora with our recommended configuration as well as [installs VILLASnode from source](#source) as described above.
366
-
367
-
To use it, you will need to download a [Netinstall image of Fedora Server](https://getfedora.org/de/server/download/) and copy it to a USB stick or opticial disk.
368
-
You also need to interrupt the initial boot of the Fedora installer, in the boot manager and append the following Kernel command line:
Further details on how to start the Kickstart installation can be found [in the official Fedora documentation](https://docs.fedoraproject.org/en-US/fedora/f35/install-guide/advanced/Kickstart_Installations/#sect-kickstart-installation-starting).
375
-
376
360
## Test installation {#test}
377
361
378
362
Verify everything is working and required node-types are compiled-in:
0 commit comments