summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-06 18:07:49 +0200
committerDirk von Suchodoletz2008-08-06 18:07:49 +0200
commitcfcc61f813bff741a8173927e48e669f633b3c55 (patch)
tree604138d2b593b9c207571b0f3a7bea7dc0ed2928 /os-plugins
parentImproved Xorg setup stage3 script (xserver plugin) (diff)
downloadcore-cfcc61f813bff741a8173927e48e669f633b3c55.tar.gz
core-cfcc61f813bff741a8173927e48e669f633b3c55.tar.xz
core-cfcc61f813bff741a8173927e48e669f633b3c55.zip
More fixes/changes for the new stage3 ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1973 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index 6879c5fe..69369f7c 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -20,8 +20,8 @@
if [ -e /initramfs/machine-setup ] ; then
. /initramfs/machine-setup
else
- error " The central configuration file 'machine-setup' is not present" \
- nonfatal
+ error " The central configuration file 'machine-setup' (produced by the \
+slxconfig-demuxer\n and transported via fileget) is not present" nonfatal
fi
xfc="/mnt/etc/X11/xorg.conf"