
# Here are additional rpms to be loaded during install before
# the client's final script runs.  You can think of these as
# 'forced' add-on software.
#
# File format is 1 package per line, with a fully qualified URL.
#   NOTE: you are also encouraged to parameterize the lines
#         to make this track your installation preferences
#         entered via the SystemDesigner web interface that is, use:
#           @METHOD@ to indicate ftp/http
#           @WAYSTATION@ to dynamically point to the waystation selected
#           @DISTRO@ to fill in the selected distribution name
#           @VERSION@ to fill in the selected version of the distribution
#           @ARCH@ to fill in the desired architecture
#           @COE_VER@ to fill in LinuxCOE version
#
# The PRE file will be sourced by all installations and installed first 
#   then PRE-DISTRO-VER-ARCH file will be sourced and appended if a match
# The MID file will be sourced and installed next
#   then MID-DISTRO-VER-ARCH file will be sourced and appended if a match 
# The POST file will be sourced and installed last
#   then POST-DISTRO-VER-ARCH file will be sourced and appended if a match 
#
# After the OS installs but before addon software is processed,
# the package installer (like rpm / apt) will be called on the 
# for the PRE/MID/POST sections with the list of packages built above
# 

PRE     - applies to RPM-based distros
PRE-DEB - applies to DEB-based distros

Same for MID/MID-DEB

POST	 - applies to RPM-based distros
POST-DEB - applies to DEB-based distros

NOTE: Contents will be overridden by same name file placed
        in configuration hierarchy

