summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-6.10
diff options
context:
space:
mode:
authorMichael Janczyk2008-01-29 19:11:40 +0100
committerMichael Janczyk2008-01-29 19:11:40 +0100
commite24bb48700c4c4e36467374808dcb35c03f8d1d1 (patch)
treedeceb93ff6c815c8db11718db32cae37f7e3d39d /initramfs/distro-specs/ubuntu/functions-6.10
parent* removed debugging output (diff)
downloadcore-e24bb48700c4c4e36467374808dcb35c03f8d1d1.tar.gz
core-e24bb48700c4c4e36467374808dcb35c03f8d1d1.tar.xz
core-e24bb48700c4c4e36467374808dcb35c03f8d1d1.zip
switched kdmrc path to config-default variable, and removed from each kdm function, hope kdm theme works now everywhere, cleaning still to be done + gdm completely renewed
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1502 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-6.10')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-6.104
1 files changed, 1 insertions, 3 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-6.10 b/initramfs/distro-specs/ubuntu/functions-6.10
index e84898da..cc856d1a 100644
--- a/initramfs/distro-specs/ubuntu/functions-6.10
+++ b/initramfs/distro-specs/ubuntu/functions-6.10
@@ -103,9 +103,7 @@ rllinker "console-screen.sh" 31 3
# configure kdm as display manager
config_kdm () {
# first define directories for kdm
-local kdmrcdir=/etc/kde3/kdm
-local xdmdir=/etc/kde3/kdm
-testmkd /mnt/${kdmrcdir}
+testmkd /mnt/${D_KDMRCPATH}
rllinker "kdm" 3 1
if [ "x$start_xdmcp" = "xkdm" ]; then