summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-03-16 15:25:35 +0100
committerDirk von Suchodoletz2008-03-16 15:25:35 +0100
commitad4d3b604f6f1a1b25ad6acc38735f5ef7218efe (patch)
tree633b659e6278c9e09f851e89c2e12a0bd45f2b69 /initramfs/distro-specs/ubuntu/functions-default
parentChanged to default indentation for vmware plugin files (two (diff)
downloadcore-ad4d3b604f6f1a1b25ad6acc38735f5ef7218efe.tar.gz
core-ad4d3b604f6f1a1b25ad6acc38735f5ef7218efe.tar.xz
core-ad4d3b604f6f1a1b25ad6acc38735f5ef7218efe.zip
Moving setup of client mode (variable desktop::kind) and displaymanager
(variable desktop::manager) into the desktop plugin ... the old variables start_x and start_xdmcp are deprecated in the near future ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1636 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default3
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index ed973fa9..29cc3122 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -193,10 +193,13 @@ config_acpi () {
rllinker "udev" 11 25
}
+# deprecated, moved to "desktop" plugin! Some of the preparations should
+# be moved to the ubuntu "desktop.sh" script to be defined in ubuntu.pm
# configure gdm as display manager
config_gdm () {
ln -sf ../${D_INITDIR}/gdm /mnt/etc/rc3.d/K20gdm
if [ "x$start_xdmcp" = "xgdm" ]; then
+ # existance is handled in Stage1 already!!
# configure fallback if no gdm binary present
if ! binfinder gdm; then
config_kdm