summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/gentoo
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-03-01 23:33:15 +0100
committerDirk von Suchodoletz2007-03-01 23:33:15 +0100
commit0bc0de926455aacd2140c216335b0f91eefe85e2 (patch)
tree384cc529e7d984a2b548201be89d6231cc572504 /initramfs/distro-specs/gentoo
parentSmall bug ... (diff)
downloadcore-0bc0de926455aacd2140c216335b0f91eefe85e2.tar.gz
core-0bc0de926455aacd2140c216335b0f91eefe85e2.tar.xz
core-0bc0de926455aacd2140c216335b0f91eefe85e2.zip
Heavy cleanup, proper variable assignement for D_XORGBIN (instead of
XBinPath in displayvars), bugfix ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@740 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/gentoo')
-rw-r--r--initramfs/distro-specs/gentoo/config-default3
-rw-r--r--initramfs/distro-specs/gentoo/functions-default1
2 files changed, 3 insertions, 1 deletions
diff --git a/initramfs/distro-specs/gentoo/config-default b/initramfs/distro-specs/gentoo/config-default
index 90dd5337..2275c685 100644
--- a/initramfs/distro-specs/gentoo/config-default
+++ b/initramfs/distro-specs/gentoo/config-default
@@ -21,6 +21,7 @@
# TempFS usage
# D_DIRINDXS - directories in client filesystem which should be present
# anyhow
+# D_XORGBIN - name of XFree/Xorg server with absolute path
# D_RCDIRS - runlevel directories relative to /etc
# D_HWMODTOIGNORE - hardware modules which should not tried to load (because
# already in kernel, nonexistent, ...)
@@ -43,8 +44,8 @@ D_INITDEFAULT="3"
D_RCDIRS="/runlevels/default /runlevels/single /runlevels/nonetwork"
D_INITSCRIPTS="localmount keymaps clock urandom"
D_XF86CONFFILE="/etc/X11/xorg.conf"
+D_XORGBIN=/usr/bin/Xorg
D_XFONTPATH="/usr/share/fonts/*"
D_DEFAULTCOUNTRY="de"
D_HWMODTOIGNORE="i8xx-tco ichxrom snd-atiixp-modem intel-rng"
D_BOOTLOCAL="conf.d/local.start"
-
diff --git a/initramfs/distro-specs/gentoo/functions-default b/initramfs/distro-specs/gentoo/functions-default
index 5da5bd68..9fb025fd 100644
--- a/initramfs/distro-specs/gentoo/functions-default
+++ b/initramfs/distro-specs/gentoo/functions-default
@@ -406,4 +406,5 @@ InputDevice='\tIdentifier\t"Keyboard1"\n
\tOption\t\t"XkbModel"\t\t"pc105"\n
\tOption\t\t"XkbOptions"\t\t"lv3:ralt_switch"\n
\tOption\t\t"XkbVariant"\t\t"nodeadkeys"'
+synapticsdrv="/usr/lib/xorg/modules/input/synaptics_drv.o"
}