autoconfig
changeset 210: 725c7f63aae3
parent 156:e0f7991efa0e
manifest: 725c7f63aae3
author: Michael Prokop
date: Mon Jun 09 17:12:18 2008 +0200 (4 weeks ago)
permissions: -rw-r--r--
Mention job handling stuff when using debug=noscreen
        1 # Filename:      /etc/grml/autoconfig
        2 # Purpose:       configuration for grml-autoconfig
        3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
        4 # Bug-Reports:   see http://grml.org/bugs/
        5 # License:       This file is licensed under the GPL v2.
        6 # Latest change: Sat Mar 22 00:42:18 CET 2008 [mika]
        7 ################################################################################
        8 
        9 ################################################################################
       10 # Notice: you can configure grml-autoconfig via adjusting the following values.
       11 # Set them to 'yes' to activate them and to 'no' to deactivate them.
       12 # But please notice that some options might require an additional bootparam
       13 # ("cheatcode") anyway, some options just de-/activate a check!
       14 #
       15 # Take a look at the script 'grml-autoconfig' as well!
       16 ################################################################################
       17 
       18 ## These are the options you might want to adjust: #############################
       19 
       20 # set console font, default: Lat15-Terminus16
       21 # CONSOLEFONT='iso15graf-16'
       22 
       23 # check for network devices and run pump for every present network device?
       24 # use script grml-network for interactive configuration and
       25 # /etc/network/interfaces for persistent configuration
       26 # default: yes
       27 CONFIG_DHCP='yes'
       28 
       29 # check for frequency-scalable CPU and activate cpydyn/powernowd (default: yes)
       30 CONFIG_CPU='yes'
       31 
       32 # create/regenerate /etc/fstab using [grml-]rebuildfstab?
       33 CONFIG_FSTAB='yes'
       34 # define uid for rebuildfstab used in /etc/fstab (default: grml):
       35 CONFIG_FSTAB_USER='grml'
       36 # define guid for rebuildfstab used in /etc/fstab (default: users):
       37 CONFIG_FSTAB_GROUP='users'
       38 
       39 # load ACPI/APM modules (default: yes)
       40 CONFIG_ACPI_APM='yes'
       41 
       42 # start syslog-ng (default: yes)
       43 CONFIG_SYSLOG='yes'
       44 
       45 # start gpm (default: yes)
       46 CONFIG_GPM='yes'
       47 
       48 ################################################################################
       49 # Notice! Do not touch the following options except you really know
       50 # what you are doing!
       51 CONFIG_915RESOLUTION='yes'    # run 915resolution with specified options for adjusting resolution
       52 CONFIG_AGP='yes'              # check for bootparam forceagp
       53 CONFIG_AUTOMOUNTER='no'       # activate automounter
       54 CONFIG_AUTOMOUNT='yes'        # automounting of device labeled GRMLCFG
       55 CONFIG_BLANKING='yes'         # check for bootoption noblank to disable console blanking
       56 CONFIG_BLINDSOUND='yes'       # play 'beep' and play welcome message
       57 CONFIG_BLIND='yes'            # check for blind option or brltty
       58 CONFIG_CDROM_PERM='yes'       # for burning on IDE-CD-Roms, k3b (and others) check for special permissions
       59 CONFIG_CDROM_SCRIPTS='yes'    # run scripts from /cdrom/scripts
       60 CONFIG_CONSOLE='yes'          # activate mgetty when using console=... as bootparam
       61 CONFIG_CREATE_MNT_DIRS='no'   # create /mnt-directories
       62 CONFIG_DEBOOTSTRAP='yes'      # support automatic installation of Debian via grml-deboostrap
       63 CONFIG_DEBNET='yes'           # search for /etc/network/interfaces on partitions and set up network afterwards
       64 CONFIG_DEBS='yes'             # check for bootoption debs for installing .debs
       65 CONFIG_DEBUG='yes'            # activate start of shells during startup at several stages
       66 CONFIG_DISCOVER='no'          # use discover for hardware detection
       67 CONFIG_DISTCC='yes'           # activate and setup distcc through bootparam distcc=$NETWORK,$INTERFACE
       68 CONFIG_DISTRI='yes'           # support some customization via bootoption distri
       69 CONFIG_DMA='yes'              # Enable DMA for all IDE drives
       70 CONFIG_EXTRACT='yes'          # specify which (only in combination with bootparam myconfig/netconfig useful)
       71 CONFIG_FAST='yes'             # skip startup of w3m on tty1
       72 CONFIG_FIREWIRE_DEV='no'      # bugfix for kernel >=2.6.11 - create some firewire-devices
       73 CONFIG_FIX_PASSWD='yes'       # fix unionfs-problem with passwd
       74 CONFIG_FIX_UNIONFS='yes'      # fix/workaround for unionfs
       75 CONFIG_FWTIMEOUT='yes'        # set timeout for firmware loading
       76 CONFIG_GRML2HD='yes'          # check for 'grml2hd' bootoption
       77 CONFIG_HOMEDIR='yes'          # check for persistent homedir option
       78 CONFIG_HOSTNAME='yes'         # set hostname to 'grml' on systems running from CD
       79 CONFIG_HOTPLUG_AGENT='no'     # deactivate specific hotplug agent(s) via bootparam
       80 CONFIG_HOTPLUG_BLACKLIST='no' # check for blacklist bootparam
       81 CONFIG_HOTPLUG_MAIN='no'      # start hotplug system [should be handled by udev now]
       82 CONFIG_HWINFO='no'            # run hwinfo for module-detection (requires bootparam 'hwinfo'!)
       83 CONFIG_IPW3945='yes'          # check for broken ipw3945 module
       84 CONFIG_KERNEL='yes'           # display information on running kernel
       85 CONFIG_LANGUAGE='yes'         # allow language specification via commandline
       86 CONFIG_LD_MOD='yes'           # run ldconfig and depmod on systems running from harddisk; remove /etc/grml.first.boot for forcing
       87 CONFIG_LOCAL_NET='yes'        # bring up loopback interface
       88 CONFIG_LOG='yes'              # DEBUG=/dev/null or logfile int /tmp/...
       89 CONFIG_LVM='yes'              # logical volume setup
       90 CONFIG_MIXER='yes'            # set audio volumes [only in live-cd mode relevant, except for bootoption nosound]
       91 CONFIG_MODEM='yes'            # check for AC'97 Modem Controller modem
       92 CONFIG_MODULES='yes'          # load modules specified in /etc/grml/modules
       93 CONFIG_MOUSE='yes'            # show mouse information (expert-mode)
       94 CONFIG_MYCONFIG='yes'         # check if we want the config floppy
       95 CONFIG_MYPATH='yes'           # provide setting additional paths via bootoption mypath
       96 CONFIG_NETCONFIG='yes'        # download configuration archive provided by bootoption netconfig=...
       97 CONFIG_NETIPV6='yes'          # check for bootparam ipv6
       98 CONFIG_PASSWD='yes'           # set password via bootparam passwd
       99 CONFIG_PCMCIA='no'            # check for pcmcia and start cardmgr
      100 CONFIG_QEMU='yes'             # qemu specific stuff
      101 CONFIG_SERVICES='yes'         # check for services to run, provided via bootparam
      102 CONFIG_SETKEYCODES='yes'      # run setkeycodes when bootoption setkeycodes found
      103 CONFIG_SMALL='yes'            # use a less "bloat" /etc/inittab for small computer with less RAM
      104 CONFIG_SSH='yes'              # check for bootparam ssh
      105 CONFIG_SWRAID='yes'           # check for software raid devices [only in live-mode]
      106 CONFIG_SWSPEAK='yes'          # run software synthesizer via speakup
      107 CONFIG_TESTCD='yes'           # CD checker
      108 CONFIG_TIME='yes'             # set clock, check for bootparam utc/gmt [only in live-mode]
      109 CONFIG_TIMEZONE='yes'         # get bootparam 'tz' and set it as /etc/localtime [only in live-mode]
      110 CONFIG_USERFSTAB='yes'        # check for username of uid 1000
      111 CONFIG_VMWARE='yes'           # vmware specific stuff (use xorg.conf.vmware)
      112 CONFIG_WELCOME='yes'          # play welcome sound (audio)
      113 CONFIG_WONDERSHAPER='yes'     # start wondershaper with options provided via bootparam
      114 CONFIG_XSTARTUP='yes'         # start X window system via grml-x [only in live-mode]
      115 ## END OF FILE #################################################################