diff options
| author | Dirk von Suchodoletz | 2009-08-13 18:03:10 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2009-08-13 18:03:10 +0200 |
| commit | ee34300abd8684bdc50b708258f784ec6aa55a50 (patch) | |
| tree | 7fa51c6855a8a1e6d86b7c56d957cd929f361635 | |
| parent | Trivial fixes to virtualbox plugin and uclibc-wrapper ... (diff) | |
| download | core-ee34300abd8684bdc50b708258f784ec6aa55a50.tar.gz core-ee34300abd8684bdc50b708258f784ec6aa55a50.tar.xz core-ee34300abd8684bdc50b708258f784ec6aa55a50.zip | |
Fixes for Ubuntu 9.04 ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3089 95ad53e4-c205-0410-b2fa-d234c58c8868
| -rw-r--r-- | initramfs/distro-specs/ubuntu/functions-default | 1 | ||||
| -rw-r--r-- | os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default index f3882239..efb0abf1 100644 --- a/initramfs/distro-specs/ubuntu/functions-default +++ b/initramfs/distro-specs/ubuntu/functions-default @@ -268,6 +268,7 @@ if [ -f /mnt/etc/init.d/autofs ] ; then -e "s,TIMEOUT.*,TIMEOUT=60," -i /mnt/etc/default/autofs config_portmap rllinker "autofs" 12 4 + rllinker "nfs-common" 11 5 fi } # start portmapper (needed at least for nfsN and nis services) diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm index 0a2b7e36..6e69ee14 100644 --- a/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm +++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm @@ -133,6 +133,7 @@ sub KDMConfigHashForWorkstation $configHash->{'X-:0-Core'}->{Reset} = "/etc/kde$kdmVer/kdm/Xreset"; $configHash->{'X-:0-Core'}->{SessionsDirs} = '/etc/X11/sessions,/usr/share/xsessions,/usr/share/apps/kdm/sessions'; + $configHash->{'X-:0-Core'}->{ServerAttempts} = "2"; return $configHash; } |
