Use LANGUAGE="en" instead of LANGUAGE="us" for lang=en*,
[grml-autoconfig.git] / autoconfig.small
1 # Filename:      /etc/grml/autoconfig.small
2 # Purpose:       configuration for grml-autoconfig on grml-small-system
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: Don Nov 16 20:20:59 CET 2006 [mika]
7 ################################################################################
8
9 ################################################################################
10 # Notice: you can configure grml-autoconfig via adjusting the following values.
11 # Set them to 'yes' to activate them. But please notice that some options
12 # require an additional bootparam ("cheatcode") anyway, some options just
13 # de-/activate a check!
14 #
15 # If you want to deactivate an option just set it to 'no'.
16 #
17 # Take a look at the script 'grml-autoconfig' as well!
18 ################################################################################
19
20 ## These are the options you might want to adjust: #############################
21
22 # configure language - set keyboard layout
23 # notice: overwriting this variable is still possible through
24 #         bootparameter lang=...
25 # See http://grml.org/faq/#language for more information.
26 # default: us
27 # LANGUAGE='de'
28
29 # console font
30 # default: Lat15-Terminus16
31 # CONSOLEFONT='iso15graf-16'
32
33 # check for network devices and run dhclient
34 CONFIG_DHCP='yes'
35
36 # check for frequency-scalable CPU and activate cpydyn/powernowd
37 CONFIG_CPU='no'
38
39 # create /etc/fstab (this also de-/activates swap-partition)
40 CONFIG_FSTAB='yes'
41
42 # load ACPI/APM modules
43 CONFIG_ACPI_APM='yes'
44
45 # start syslog-ng
46 CONFIG_SYSLOG='yes'
47
48 # start gpm
49 CONFIG_GPM='yes'
50
51 ################################################################################
52 # Notice! Do not touch the following options except you really know
53 # what you are doing!
54 CONFIG_915RESOLUTION='no'     # run 915resolution with specified options for adjusting resolution
55 CONFIG_AGP='yes'              # check for bootparam forceagp
56 CONFIG_AUTOMOUNTER='no'       # activate automounter
57 CONFIG_AUTOMOUNT='yes'        # automounting of device labeled GRMLCFG
58 CONFIG_BLANKING='yes'         # check for bootoption noblank to disable console blanking
59 CONFIG_BLINDSOUND='yes'       # play 'beep' and play welcome message
60 CONFIG_BLIND='yes'            # check for blind option or brltty
61 CONFIG_CDROM_PERM='yes'       # for burning on IDE-CD-Roms, k3b (and others) check for special permissions
62 CONFIG_CDROM_SCRIPTS='yes'    # run scripts from /cdrom/scripts
63 CONFIG_CONSOLE='yes'          # activate mgetty when using console=... as bootparam
64 CONFIG_DMA='yes'              # Enable DMA for all IDE drives
65 CONFIG_CREATE_MNT_DIRS='no'   # create /mnt-directories
66 CONFIG_DEBNET='yes'           # search for /etc/network/interfaces on partitions and set up network afterwards
67 CONFIG_DEBS='yes'             # check for bootoption debs for installing .debs
68 CONFIG_DEBUG='yes'            # activate start of shells during startup at several stages
69 CONFIG_DISCOVER='no'          # use discover for hardware detection
70 CONFIG_DISTCC='no'            # activate and setup distcc through bootparam distcc=$NETWORK,$INTERFACE
71 CONFIG_EXTRACT='yes'          # specify which (only in combination with bootparam myconfig/netconfig useful)
72 CONFIG_FAST='yes'             # skip startup of w3m on tty1
73 CONFIG_FIREWIRE_DEV='no'      # bugfix for kernel >=2.6.11 - create some firewire-devices
74 CONFIG_FIX_PASSWD='yes'       # fix unionfs-problem with passwd
75 CONFIG_FIX_UNIONFS='yes'      # fix/workaround for unionfs
76 CONFIG_USERFSTAB='yes'        # check for username of uid 1000
77 CONFIG_FWTIMEOUT='yes'        # set timeout for firmware loading
78 CONFIG_GRML2HD='yes'          # check for 'grml2hd' bootoption
79 CONFIG_HOMEDIR='yes'          # check for persistent homedir option
80 CONFIG_HOSTNAME='yes'         # set hostname to 'grml' on systems running from CD
81 CONFIG_HOTPLUG_MAIN='no'      # start hotplug system [should be handled by udev now]
82 CONFIG_HOTPLUG_AGENT='no'     # deactivate specific hotplug agent(s) via bootparam
83 CONFIG_HOTPLUG_BLACKLIST='no' # check for blacklist bootparam
84 CONFIG_HWINFO='no'            # run hwinfo for module-detection (requires bootparam 'hwinfo'!)
85 CONFIG_INTERACTIVE='yes'      # check for expert-mode as bootparam
86 CONFIG_KERNEL='yes'           # display information on running kernel
87 CONFIG_LANGUAGE='yes'         # allow language specification via commandline
88 CONFIG_LD_MOD='yes'           # run ldconfig and depmod on systems running from harddisk; remove /etc/grml.first.boot for forcing
89 CONFIG_LOCAL_NET='yes'        # bring up loopback interface
90 CONFIG_LOG='yes'              # DEBUG=/dev/null or logfile int /tmp/...
91 CONFIG_MIXER='no'             # set audio volumes [only in live-cd mode relevant, except for bootoption nosound]
92 CONFIG_MODEM='yes'            # check for AC'97 Modem Controller modem
93 CONFIG_MODULES='yes'          # load modules specified in /etc/grml/modules
94 CONFIG_MOUSE='yes'            # show mouse information (expert-mode)
95 CONFIG_MYCONFIG='yes'         # check if we want the config floppy
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_SERVICES='yes'         # check for services to run, provided via bootparam
101 CONFIG_SETKEYCODES='yes'      # run setkeycodes when bootoption setkeycodes found
102 CONFIG_SMALL='yes'            # use a less "bloat" /etc/inittab for small computer with less RAM
103 CONFIG_SSH='yes'              # check for bootparam ssh
104 CONFIG_SWRAID='yes'           # check for software raid devices [only in live-mode]
105 CONFIG_SWSPEAK='no'           # run software synthesizer via speakup
106 CONFIG_TESTCD='yes'           # CD checker
107 CONFIG_TIME='yes'             # set clock, check for bootparam utc/gmt [only in live-mode]
108 CONFIG_TIMEZONE='yes'         # get bootparam 'tz' and set it as /etc/localtime [only in live-mode]
109 CONFIG_VMWARE='no'            # vmware specific stuff (use xorg.conf.vmware)
110 CONFIG_WELCOME='yes'          # play welcome sound (audio)
111 CONFIG_WONDERSHAPER='yes'     # start wondershaper with options provided via bootparam
112 CONFIG_XSTARTUP='no'          # start X window system via grml-x
113 ## END OF FILE #################################################################