summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-6.10
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-6.10')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-6.1010
1 files changed, 0 insertions, 10 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-6.10 b/initramfs/distro-specs/ubuntu/functions-6.10
index 0b5c19c0..76808347 100644
--- a/initramfs/distro-specs/ubuntu/functions-6.10
+++ b/initramfs/distro-specs/ubuntu/functions-6.10
@@ -50,13 +50,3 @@ sed -e "s,LANGUAGE=.*,LANGUAGE=${LANG},;s,LANG=.*,LANG=${LANG}," \
rllinker "console-screen.sh" 31 3
}
-# configure kdm as display manager
-config_kdm () {
-rllinker "kdm" 3 1
-if [ "x$start_xdmcp" = "xkdm" ]; then
- echo /usr/bin/kdm > /mnt/etc/X11/default-display-manager
-fi
-# write configuration file; use general config in /etc/functions
-config_kdm_template
-}
-