install_packages(8) | System Manager's Manual | install_packages(8) |
install_packages - install FAI configured packages
install_packages
This command is only called internally by FAI and not directly by the user.
install_packages is a Perl script written for FAI to selectively install, hold, remove, or purge packages or tasks. Its function is to parse the package_config files based on the class definitions of the client. For example, if the client belonged to the SMTPSERVER class, install_packages would parse ../package_config/SMTPSERVER for instructions on what packages to install, hold, remove, or purge.
install_packages expects to find the FAI_ROOT directory, the location of class definitions, package configurations, and custom install scripts, somewhere in the filesystem.
apt(1), aptitude(8), apt-get(8), dpkg(8), tasksel(1)
This program is part of FAI (Fully Automatic Installation). See the FAI manual for more information on how to use install_packages. The FAI homepage is https://fai-project.org.
Thomas Lange <lange@cs.uni-koeln.de>
April 2018 | FAI 5.6 |