Show README syntax highlighted
# 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
See more files for this project here
The Linux Common Operating Environment (LinuxCOE) facilitates provisioning and lifecycle support of many popular Linux distributions, versions and architectures.
Project homepage:
http://sourceforge.net/projects/linuxcoe
Programming language(s): JavaScript,Perl,Shell Script
License: gpl2
MID
Makefile.am
Makefile.in
POST
POST-APT
POST-YUM
PRE
README