summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"