From 4193b0262f4b26c97c8b41b0a375d786d1690995 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 21 Apr 2008 12:51:24 +0000 Subject: * intermediate check-in of recent work at the desktop plugin - GDM handling now seems to work with SUSE and Ubuntu, but proper integration will have to wait until I have shaken off the flu git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1752 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/desktop/OpenSLX/Distro/Debian.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'os-plugins/plugins/desktop/OpenSLX/Distro/Debian.pm') diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Debian.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Debian.pm index 361543e9..d8503973 100644 --- a/os-plugins/plugins/desktop/OpenSLX/Distro/Debian.pm +++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Debian.pm @@ -26,6 +26,17 @@ use OpenSLX::Utils; ### interface methods ################################################################################ -# TODO: implement! +sub patchGDMScript +{ + my $self = shift; + my $script = shift; + + $script .= unshiftHereDoc(<<' End-of-Here'); + rllinker gdm 1 1 + echo '/usr/bin/gdm' > /mnt/etc/X11/default-display-manager + End-of-Here + return $script; +} + 1; \ No newline at end of file -- cgit v1.2.3-55-g7522