summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/gentoo/config-2005.1
blob: 2cf9331f058f354311ddad31740f6d5d7f126007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Description:  distro specific settings for Gentoo
#
# Author(s):    Dirk von Suchodoletz <dirk@goe.net>, 09-04-2006
#
# Copyright:    (c) 2005,6 - RZ Universitaet Freiburg

# D_SYSCONFDIR - system wide configuration settings in /etc - sysconfig in  
# SuSE and RedHat, default in Debian and Ubuntu, conf.d in Gentoo
# D_ETCEXCL - list of files, wildcards to be excluded from /etc when using 
# bind mounts
# D_DIRINBINDMNT - lists of directories to be created in bind mounted rw
# part of the client filesystem
# D_RODIRSINRW - ReadOnly Directories in RW part of filesystem to save on 
# TempFS usage
# D_DIRINDXS - directories in client filesystem which should be present 
# anyhow
# D_BINDMNT - any code which is specific in bind mount environment
# D_RCDIRS - runlevel directories relative to /etc
# D_HWMODTOIGNORE - hardware modules which should not tried to load (because
# already in kernel, nonexistent, ...)
# D_BOOTLOCAL - script for user specified stuff which should be started 
# during client bootup, path and file relative to /etc

D_SYSCONFDIR=conf.d
D_ETCEXCL="opt/gnome/gconf/*\n*.old\n*-\n\
etc/autoinstall\nlogrotate*\nbootloader\n*~\n\
pptp.d\nisdn\nyouservers\nhardware/hwcfg*\n\
X11/xdm/pixmaps\ndhclient.script\nrunlevels/boot/*\n\
runlevels/default/*\nrunlevels/nonetwork/*"
D_BINDMPTS="tmp root home"
D_DIRINBINDMNT="/var/run /var/log /var/tmp"
D_RODIRSINRW="/var/adm /var/lib/texmf"
D_DIRINDXS="/var/X11R6/compose-cache \
/var/run/sysconfig/tmp /var/lib/init.d/started /var/lib/nobody \
/var/lib/bluetooth \
/var/lib/texmf /var/lib/nfs/sm /var/lib/nfs/state \
/var/lib/misc /var/lib/acpi /var/spool/cron \
/var/lock/subsys/sysconfig"
D_BINDMNT="# spielspass fuer splash"
D_INITDIR="/init.d"
D_INITBOOTD="/runlevels/boot"
D_RCDIRS="/runlevels/default /runlevels/nonetwork /runlevels/single"
D_INITSCRIPTS="bootmisc clock urandom boot.ld"
D_XF86CONFFILE="/etc/X11/xorg.conf"
D_XFONTPATH="/usr/share/fonts/*"
D_DEFAULTCOUNTRY="de"
D_BOOTLOCAL="conf.d/local.start"