Show linuxcoe.rc.in syntax highlighted
# linuxcoe.rc
# Author: Lee Mayes - leem@hp.com
#
# Here lies the config file for the LinuxCOE System Designer.
#
# If there's something that is not configurable that you
# think should be, open a LinuxCOE support request at:
# http://linuxcoe.sourceforge.net
# or meet us on IRC irc.freenode.net:6667 channel #linuxcoe
# or send email to linuxcoe-devel@lists.sourceforge.net
#
# Lines starting with # and blank lines are ignored...
#----------------------------------------------------------------------#
# SystemDesigner Instance Configuration
#
# LOGFILE - defines where SysDes writes it's debug data,
# if undef, hurls on STDERR
# Make sure the user your webserver runs ( @httpd_user@ )
# as has WRITE/CREATE permissions here!
# This is *REQUIRED* for Apache 2.X, recommended for Apache 1.X.
# >> appends, > recreates
LOGFILE >>/var/log/@PACKAGE_NAME@/sysdes.log
# NOTE: DB* not supported in this version of installation package
# Ability to setup multiple waystations for any given distribution
# requires a database
# WARNING - these should only be set if you want to use all LinuxCOE waystations
# If set, the OSVEND values at the bottom of this script are ignored.
# Also, if set, you *MUST* have perl's DBI and DBD::MySQL modules installed!
# DB_NAME - Name of Database
# DB_USER - User to access DB
# DB_HOST - Access MySQL on this host
# DB_PASS - Password for DB access
# Security/Paths for System Designer
# NONE - runs however called
# NORMAL - switches to https anytime a password is passed/required
# also must adjust SSL_HOST below
# SECURE - https on everything, final images in personal/password protected directory https fetch only
# also must adjust SSL_HOST below
SECURITY_LEVEL NONE
# FINAL - How/Where does end client pick up images files
# How does browser fetch final images/helper files (ftp:// | http:// | https://)
FINAL_URL_METHOD http://
# Path to point browser at images/helper files
FINAL_URL_PATH /scratch_monkey/@PACKAGE_NAME@/
# Where to put images/helper files on filesystem
FINAL_ABS_PATH @docrootdir@/scratch_monkey/@PACKAGE_NAME@/
# Use Server Push/Client pull during image creation?
FINAL_INTERACTIVE 0
# Futures - perhaps. Do not change
# SIM integration - set this to a dir that's writeable by apache, it's where I'll drop the stuff
#SIM /SomeWritableDirectoryPath
CREATE_IMAGE 1
SHOW_ASSET 0
ASSET_URL /templates
ASSET_PATH @docrootdir@/templates
# End of futures
# POST_TRIGGER
# If you specify an executeable script here, it will be called with 5 arguments after
# nph-whatever does the heavy lifting:
# 1 2 3 - Distro Version Arch
# 4 Absolute path of the created image (iso or tarball if SIM)
# 5 Absolute path to config file (ks.cfg, preseed, autoyast.xml, etc.)
#POST_TRIGGER /opt/SystemDesigner/4/test_trigger
# POST_LOG
# Spec full path to logfile here, must be writeable by apache, >> to append, > to recreate each pass
# If not spec'd, defaults to LOGFILE above
#POST_LOG >>/var/opt/SystemDesigner/4/logs/POST_LOG
# NO_COE - this tells SystemDesigner not to drop our post-processing
# environment in place. Probably only usefull for instalinux and the
# like.
# NO_COE 1
# ADMIN_EMAIL - email address of this site's administrator, users will receive this email address in a
# HTML 'mailto' tag when something catastrophic happens. If unset, you should have a feedback link in
# navigation somewhere
#ADMIN_EMAIL you@your.address
# End of System Designer Instance Configuration
#----------------------------------------------------------------------#
#----------------------------------------------------------------------#
# FTP Services Configuration
#
# FTP_PATH - where the bootable images are made available for download
FTP_PATH @ftppubdir@/LinuxCOE/images
# End of FTP Services Configuration
#----------------------------------------------------------------------#
#----------------------------------------------------------------------#
# Web Services Configuration
#
# COETHEME - Wrap SysDes in this theme.
# will read this directory, tossing all header*html files at the browser
# before its data, and all footer*html files afterwards
COETHEME @prefix@/html/themes/default
# SSLHOST - Utilize SSL for connections
# To force use of SSL, set this to hostname:port
# Obviously, it should be the same host! Port defaults to 443 (https)
# so the :port is unneeded unless you have moved apache-ssl
#SSLHOST YourWebServer:port
# HTDOCS - What's the path to the HTML. Only if HTDOCS ENV variable is not
# properly set. Apache sets this.
HTDOCS @docrootdir@
# End of Web Services Configuration
#----------------------------------------------------------------------#
#----------------------------------------------------------------------#
# Web UI Default Settings Configuration
#
# DDNS - set to one and I'll use DHCP if hostname is unresolveable or you override
#DDNS 1
# AGE - Remove images/text files greater than this many seconds old
AGE 300
# SHOW_MD5SUM - set this and MD5SUM's will be shown for all custom created images
SHOW_MD5SUM 1
# NO_LOOPMOUNT_KS_ISO - set this to disable loopmount of initrd and simply drop ks.cfg on root if ISO.
# NOTE: THIS IS kickstart ONLY at present (preseed doesn't loopmount already, no AutoYaST support yet)
NO_LOOPMOUNT_KS_ISO 1
# SHOW_PROXY - if enabled, Deb/Ubuntu/SuSE prompt for this
#SHOW_PROXY 1
# DEF_PROXY - if SHOW_PROXY enabled, this is the DEFAULT value, MUST BE IP for SuSE!!!!
#DEF_PROXY http://192.168.1.5:80/
# NO_OV - disable the mouseover help
# (http://www.bosrup.com/web/overlib/) - in progress
NO_OV 1
# AT_HP - Turn on or off the AT_HP includes 0=off, 1=on (default - on)
AT_HP 0
# HTML_DEBUG - turn on or off debug output on web page
HTML_DEBUG 0
# COE_VER - Current LinuxCOE revision
COE_VER @PACKAGE_VERSION@
# COE_NAME - What's the version name of this puppy
COE_NAME Emperor
# ADDONS - Additional Software Depots
# ex: ADDONS LinuxCOE HPONLY Delivery
#ADDONS LinuxCOE
# ALT_DATA - Look in the directory first for data overrides
# ( overrides @prefix@ $sysconfdir )
#ALT_DATA /absolute/path
# DIST - DEFAULT Distribution to vend
#DIST SuSE 9.3
# WAYSTATION - DEFAULT LinuxCOE Waystation
#WAYSTATION YourWaystationRepository
# Override a hostname in the final HTML pages
#HOSTNAME YourWebServer
# METHOD - DEFAULT installation Method
METHOD HTTP
# ARCH - DEFAULT architecture
ARCH i386
# NUMNIC - will create a pulldown of install nic choices of 0 - NUMIC (DEFAULT 7)
#NUMNIC 7
# DEFNIC - select nic #X as DEFAULT in pulldown menu (DEFAULT is eth0)
#DEFNIC eth1
# NICTYPES - create an array of these nic types as install candidates
# list of nic types seperated by white space, e.g. default is 'eth' only
# NICTYPES eth lan ath
# PROFILE - If set, selects a DEFAULT profile
#PROFILE myProfile
# TZ - DEFAULT TimeZone
# If unset, DEFAULTS to TimeZone guess on clients IP, or if DHCP, TimeZone guess
# based on IP address of the browser creating the floppy, and finally, US/Pacific
TZ US/Pacific
# -- DEFAULTS --
# NAME_SRV - DEFAULT Name Server - if unset takes 15.41.144.99
#NAME_SRV YourNameServerIP
# NETMASK - DEFAULT Netmask - if unset, takes 255.255.248.0
#NETMASK YourNetMask
# GATEWAY - DEFAULT Gateway - if unset there is no DEFAULT
#GATEWAY YourGatewayIP
# UTC - DEFAULT Hardware clock set to UTC? (Yes or No)
UTC Yes
# LANG - DEFAULT language
LANG en_US
# KYDB - DEFAULT Keyboard
KYBD us
# MOUSE - DEFAULT mouse type
MOUSE generic3ps/2
# coe_express options (future)
# ONLY_PROFILE - Don't office a choice of profiles (for coe_express)
#ONLY_PROFILE myONLYProfile
# ONLY_DIST - Don't offer a choice of distributions (for coe_express)
#ONLY_DIST Redhat 7.2
# ONLY_WAY - don't offer a choice of waystations (for coe_express)
#ONLY_WAY office.silicon.heaven
# ONLY_METHOD - don't offer a choice of methods (for coe_express)
#ONLY_METHOD HTTP
# ONLY_ARCH - Don't office a choice of architectures (for coe_express)
#ONLY_ARCH i386
# PASS_WARN
# Drop this in the table data font under the root password required warning.
#PASS_WARN All passwords should be changed after installation! (example)
# End of Web UI Default Settings Configuration
#----------------------------------------------------------------------#
#######################################################################
# OSVEND - One can append OSVEND fragments here (subject to the
same syntax and restrictions as noted in osvend.d/README). This
location is less preferred than the osvend.d configuration space.
#######################################################################
See more files for this project here