summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-default
diff options
context:
space:
mode:
authorVolker Uhrig2008-02-06 22:22:09 +0100
committerVolker Uhrig2008-02-06 22:22:09 +0100
commite28f5780fc328d7f8797f62d9350e62f6861014c (patch)
tree5786b48004e710a801621adbdc0837a0283c2930 /initramfs/distro-specs/suse/functions-default
parent* added the contents of the following dirs to the exclude filter, since (diff)
downloadcore-e28f5780fc328d7f8797f62d9350e62f6861014c.tar.gz
core-e28f5780fc328d7f8797f62d9350e62f6861014c.tar.xz
core-e28f5780fc328d7f8797f62d9350e62f6861014c.zip
* vmware plugin is no longer offering the list of available vmwares
* Prepared vmware plugin for the new vm-chooser menu * VMware plugin could now be broken. Currently untested. * cleaned servconfig * check if SuSE systems have /opt/gdm/... perhaps the GDM configuration is broken. At least it suppresses an error. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1519 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse/functions-default')
-rw-r--r--initramfs/distro-specs/suse/functions-default3
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index d3ed074b..5bb0e678 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -360,6 +360,9 @@ $host_name\n\n\
-audit 0\n\
flexible=true\nhandled=true\nchooser=true" >>/mnt/etc/opt/gnome/gdm/gdm.conf
else
+ if [ ! -d /mnt/etc/opt/gnome/gdm ];
+ testmkd /mnt/etc/opt/gnome/gdm
+ fi
echo -e "\n[servers]\n0=Standard\n\n\
[server-Standard]\nname=Standard server\ncommand=/usr/X11R6/bin/X\n\
flexible=true\nhandled=true" >>/mnt/etc/opt/gnome/gdm/gdm.conf