Ben Pratt wrote:
OK, so I figured out how to get my own custom freesbie.conf working, and
I thank you for your help on that, but I've come across something else...

I am now trying to use the FILE_LIST variable inside of that
freesbie.conf so that I may specify packages to be installed. When that
variable is not set I have no problems building an ISO but when that
variable is set I get the following error:

FILE_LIST has to contain a list of all *files* that should be installed. This is useful if you want to do a very very small system. You're looking fore PKGFILE:

# Set PKGFILE variable to a text file containing a list of packages to
# install in the built system. This file can be either a pkg_info(1)
# like output either a list of packages without version number. Please
# note that this file will be rewritten if you run `make pkgselect'
#
#PKGFILE=/my/own/pkg_info_output.txt

As noted, you can use make pkgselect to have a ncurses frontend to the package choice. Output file is conf/packages (which also is the default PKGFILE value.
--
FreeSBIE mailing list (http://www.freesbie.org)

Reply via email to