This directory is used to enable cross-distro support and set baseline ISO packages needed for it to boot. A list of packages is needed for the *host* to build the ISO as well, which you'll find detailed below. Adding distro support is easy; there simply needs to be the following added: /lib/prereqs//{meta,pkgs} "pkgs" should contain a list of the specific package names needed to install for that specific distro (as this isn't always standardized). "meta" is a file consisting of the following variables (enclosed in single or double quotes, please: NAME= SUPPORTED= CHECK_METHOD= PKG_MGR= PRE_RUN= PKG_CHK= URL= Oh- and your distro *must be able to install the package*. That means if you need to enable/add additional repositories, be sure to do so ahead of time.