From 878b24232c6a424026526ac258f609a8fc68e62f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 30 Aug 2006 23:01:14 +0000 Subject: Major cleanup in several scripts, bugfix for installation (make install), messages, functions, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@346 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/etc/messages | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) (limited to 'initrd/initrd-stuff/etc/messages') diff --git a/initrd/initrd-stuff/etc/messages b/initrd/initrd-stuff/etc/messages index b9c4e155..da6c25ba 100644 --- a/initrd/initrd-stuff/etc/messages +++ b/initrd/initrd-stuff/etc/messages @@ -1,16 +1,15 @@ -# Description: messages file for all error and info messages generated -# during client bootup (within initialramfs) for linux -# diskless clients of version 4 -# this file could be used for localization of error messages +# messages file for all error and info messages generated during client +# bootup (within initialramfs) for OpenSLX linux diskless clients version 4 +# this file could be used for localization of error messages # -# Author(s): Dirk von Suchodoletz , 26-06-2006 +# Dirk von Suchodoletz , 30-08-2006 # -# Copyright: (c) 2006 - RZ Universitaet Freiburg -# (c) 2006 - odlx.org project -# -# Version: 0.0.3f +# (c) 2006 - RZ Universitaet Freiburg +# (c) 2006 - OpenSLX.org +# +# Version: 0.0.3g -# messages from init +# messages from (slx) init init_errmsg="functions file contains a lot of script \ functionality. Without this\ninit script will not run." init_mff="The main $init_errmsg" @@ -149,9 +148,29 @@ creatable\n (e.g. because of UnionFS writeable root directory)." scfg_erratpld=" Only toplevel directories \ are allowed as mount points for user home\n directories. Please set the \ variable \${automnt_dir} appropriately in\n machine-setup file." +scfg_country=" No configuration for localization found in config file. \ +Using default\n country setting '${D_DEFAULTCOUNTRY}' defined in $0." # messages from hwautocfg hcfg_xcfg=" You should define the variable D_XF86CONFFILE in yours distro \ configuration\n file" hcfg_hwsetup=" The xserver configuration file generated by hwsetup could \ not\n be found." +hcfg_keyb=" No settings found for keyboard, using default of \ +'${DEFKEYTABLE}' defined\n in $0." +gfx_msg="Please check your graphic adaptor settings ($hw_graphic)." +hcfg_gfxdrv=" Manual configuration of your graphic hardware module setting \ +failed.\n $gfx_msg" +hcfg_gfxcdp=" Manual configuration of your graphic systems color depth \ +failed.\n $gfx_msg" +hw_msg=" Please check your predefined monitor settings ($hw_monitor): \ +Automatic\n configuration of display" +hcfg_hfrq=" $hwmsg timings was attempted, but the horizontal frequency \ +could not be detected. Using default frequency range (${HSYNCRANGE})" +hcfg_vfrq=" $hwmsg timings was attempted, but the vertical frequency \ +could not be detected. Using default frequency range (${VSYNCRANGE})" +hcfg_res=" $hwmsg resolution was attempted but not established. Using \ +default resolutions (${DEFAULTMODES})" +hcfg_hwsetup=" Expected information from hwsetup to appear in \ +/tmp/hwsetup.info.\n Unable to configure parts of the systems hardware. \ +Please check that\n hwsetup is properly installed and executable." -- cgit v1.2.3-55-g7522