## Description: This is configuration file for kiwi-ltsp profile

## Type:        string
## Default:   
# Name of distribution 
# This variable could also be defined in image profile configuration file
# If it is defined in profile kiwi-ltsp file - this take no effect
# DISTRO_NAME format:
#       -  suse   for openSUSE
#       -  sles   for SUSE Linux Enterprise
#       -  rhel   for RedH at
#       -  fedora for Fedora
#       -  etc...
DISTRO_NAME=

## Type:        string
## Default:   
# Version of distribution 
# This variable could also be defined in image profile  configuration file
# If it defined in profile kiwi-ltsp file - it take no effect
# DISTRO_VERSION format:
#       -  1120 for openSUSE 11.2
#       -  1130 for openSUSE 11.3
#       -  etc...
# also see version format at:
# http://en.opensuse.org/Build_Service/cross_distribution_package_how_to#Detect_a_distribution_flavor_for_special_code
DISTRO_VERSION=

## Type:        list(i586,x86_64)
## Default:     i586
# Set the imaging product architecture, must be same as the installation source used
# Also, see man kiwi "--target-arch" option
ARCH="i586"

## Type:        list(yes,no,all)
## Default:     "$COPY_LOCAL_CONF_INTO_IMG"
# Copy system config files into this image.
# If used yes - only locale related config files will be copied.
# If used all - all files from $TFTPBOOTPATH/KIWI/root.default and 
#               $TFTPBOOTPATH/KIWI/root.$prfName/ will be copied.
# If used no  - local config will not be copied into image.
# Note: it will not change your profile in any case, if you use "yes" or "all" 
# in profile directory will be created temporary directory img-kiwitmp 
# and all config files will be copied into it.
COPY_LOCAL_CONF_INTO_IMG="$COPY_LOCAL_CONF_INTO_IMG"