Copyright (c) 2018 Martin Matuska
Read hints in the default configuration files in the config/default directory. You may copy these files to the config directory and make modifications to suit your needs.
If you want any additional packages downloaded and installed, you need to copy the package list from config/default to config and edit it.
You need to build as root (ext4 image extraction and chrooting is required).
- openssl, git, mkisofs or genisoimage
- git (devel/git), mkisofs (sysutils/cdrtools), opkg-cl (archivers/opkg)
- linux64 module loaded for opkg chroot
Simply run make on Linux or gmake on FreeBSD
- create mfslinux.iso bootable ISO file on Linux with a different root password:
make ROOTPW=testpass
- create mfslinux.iso bootable ISO file on FreeBSD with increased verbosity:
gmake VERBOSE=1