summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorMichael Janczyk2007-01-30 18:46:30 +0100
committerMichael Janczyk2007-01-30 18:46:30 +0100
commit124d3dfdbd736ecc9cbe6d011700219fceb82094 (patch)
tree26e123e1e8c211d6136f6929be87f583c12d4ab6 /initramfs/distro-specs/ubuntu/functions-default
parent... still problems with stage3 / hwsetup in some cases (takes ages ... (diff)
downloadcore-124d3dfdbd736ecc9cbe6d011700219fceb82094.tar.gz
core-124d3dfdbd736ecc9cbe6d011700219fceb82094.tar.xz
core-124d3dfdbd736ecc9cbe6d011700219fceb82094.zip
general kdm config now in /etc/functions
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@658 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index b245f8fb..4badbcf7 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -338,9 +338,8 @@ config_kdm () {
kdmrcdir=/etc/kde3/kdm
xdmdir=/etc/kde3/kdm
-# fixme: check if a kdmrc was provided via ConfTGZ
-#[ -f /rootfs/etc/opt/???? kdmrc ] || \
-# echo " ..." > kdmrc
+testmkd /mnt/${kdmrcdir}
+
#if [ "x$late_dm" = "xyes" ] ; then
rllinker "kdm" "25" "01"
if [ "x$start_xdmcp" = "xkdm" ]; then
@@ -354,6 +353,7 @@ xdmdir=/etc/kde3/kdm
#fi
# write configuration file
+# use general config in /etc/functions
config_kdm_template
}