This repository holds a skeleton to the mkfreebsdiso project for QuartzOS.
Run fetch.sh to pull the FreeBSD base system and the QuartzOS root filesystem.
curl
git
xorriso
mkfreebsdiso # https://github.com/MTSyntho/mkfreebsdiso
Start by running fetch.sh
chmod +x fetch.sh
./fetch.shAfterwards, simply run the following command
sudo /path/to/mkfreebsdiso build
You should get a final resulting iso image afterwards