#----------------------------------------------------------------------------- # /etc/config.d/base - eisfair boot configuration parameters # # Creation: 31.12.2001 fm # Last Update: $Id$ # # Copyright (c) 2001-2010 The Eisfair Team # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # General settings: #------------------------------------------------------------------------------ HOSTNAME='eisfair2' # name of eisfair server #------------------------------------------------------------------------------ # Ether networks used with IP protocol: #------------------------------------------------------------------------------ IP_NET_N='1' # number of ip ethernet networks, usually 1 IP_NET_1_NAME='' # optional: other device name than ethX IP_NET_1_STATIC_IP='yes' # use dhcp or static address IP_NET_1_IPADDR='192.168.6.254' # IP address of your n'th ethernet card IP_NET_1_NETMASK='255.255.255.0' # netmask of your LAN IP_NET_1_GATEWAY='192.168.6.1' # netmask of your LAN IP_NET_1_POINTOPOINT='no' # set the geate as point to point link IP_NET_1_BIND_DEV='' # device do bind on IP_NET_%_NAME #------------------------------------------------------------------------------ # Additional routes #------------------------------------------------------------------------------ IP_ROUTE_N='0' # number of additional routes IP_ROUTE_1='192.168.7.0 255.255.255.0 192.168.6.99' # network netmask gateway #------------------------------------------------------------------------------ # Domain & DNS server #------------------------------------------------------------------------------ DOMAIN_NAME='lan.home' # your domain name DNS_SERVER='192.168.6.1' # your dns server, e.g. fli4l router #------------------------------------------------------------------------------ # Time zone #------------------------------------------------------------------------------ TIME_ZONE='CET' # time zone, use 'CET' or 'GMT' #------------------------------------------------------------------------------ # Optional PCMCIA support: #------------------------------------------------------------------------------ OPT_PCMCIA='no' # pcmcia cards used: yes or no PCMCIA_PCIC='i82365' # pcmcia socket driver: 'i82365' or 'tcic' PCMCIA_PCIC_OPTS='' # option for socket driver, usually empty PCMCIA_CORE_OPTS='' # option for pcmcia core driver, usually empty PCMCIA_CARDMGR_OPTS='' # option for pcmcia card manager, usually empty #------------------------------------------------------------------------------ # Syslog service #------------------------------------------------------------------------------ START_SYSLOG='yes' # start syslog: yes or no SYSLOG_AUTH_INTERVAL='weekly' SYSLOG_AUTH_MAXCOUNT='4' SYSLOG_AUTH_RELOAD='no' SYSLOG_MAIL_INTERVAL='weekly' SYSLOG_MAIL_MAXCOUNT='4' SYSLOG_MAIL_RELOAD='no' SYSLOG_MESSAGES_INTERVAL='daily' SYSLOG_MESSAGES_MAXCOUNT='14' SYSLOG_MESSAGES_RELOAD='yes' SYSLOG_KERNEL_INTERVAL='monthly' SYSLOG_KERNEL_MAXCOUNT='2' SYSLOG_KERNEL_RELOAD='no' #------------------------------------------------------------------------------ # Syslog external access #------------------------------------------------------------------------------ SYSLOG_SOURCE_UDP='no' SYSLOG_DEST_N='0' # number of destinations SYSLOG_DEST_1_TARGET='192.168.1.10' # target of log SYSLOG_DEST_1_FILTER='facility(auth, authpriv) or level(err, crit)' # filter string SYSLOG_DEST_1_INTERVAL='weekly' SYSLOG_DEST_1_MAXCOUNT='2' SYSLOG_DEST_2_TARGET='/var/log/debug.log' # target of log SYSLOG_DEST_2_FILTER='level(debug)' # filter string SYSLOG_DEST_2_INTERVAL='weekly' SYSLOG_DEST_2_MAXCOUNT='2' #------------------------------------------------------------------------------ # ATD service #------------------------------------------------------------------------------ START_ATD='no' # start atd: yes or no #------------------------------------------------------------------------------ # Keymapping #------------------------------------------------------------------------------ KEYMAP='de-nodeadkeys' # load german keymap #------------------------------------------------------------------------------ # Console setup #------------------------------------------------------------------------------ CONSOLEFONT='Lat15-TerminusBold16' CONSOLE_BLANK_TIME='30' #------------------------------------------------------------------------------ # Kernel modules treatment #------------------------------------------------------------------------------ MODULE_N='0' # number of modules to be treated MODULE_1='loop' # name of 1st module to be treated MODULE_1_ACTION='option' # action to apply to this module MODULE_1_STRING='max_loop=128' # string with option for module action MODULE_2='dummy' # name of 2st module to be treated MODULE_2_ACTION='option' # action to apply to this module MODULE_2_STRING='numdummies=8' # string with option for module action #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------