This repository hosts the source code for the installation back-end for Magix Linux, a Gentoo based distribution, spiritual successor of Orchid Linux
Currently only amd64 is supported, sorry gang!
Currently only libjansson and meson are required to build and use this installer.
meson setup builddir
cd builddir
ninja # Or meson compile
All you need is a json file in This format and pass it as an argument to the resulting binary.
- All checks should be done in the frontend, refer to the Coding conventions repository for more info.
- This installer WILL fail in the case of No Internet and Missing permissions, so this should be taken care of in the installer.