This tool is created to help in 42IX development, LIFS disk images creation and possibility to create LIFS under Linux and Windows.
Further development is a part of XxxxStorageSystem (link will be later).
To see LIFS documentation follow this link.
To compile this tool on Linux you need these dependencies installed:
- gcc
- ld
- make
Follow these steps to compile LIFS creation tool:
- Clone tis repo:
git clone https://github.com/eastev/lifs.git - Go to its dir:
cd lifs - Run compilation:
make - If you want - install it:
sudo make install - Profit!
To see instructions run: mklifs -h and see output.
To compile it on Windows you need MinGW and Git installed. Follow Linux
steps wit MinGW or Git bash.
In this repo there is an example of configuration file for creating 3 different partitions of minimal size. You can use it to write your own config.
LIFS too is a free software licensed under GNU GPL v. 3.0.
