diff options
| author | Dirk von Suchodoletz | 2007-02-04 18:42:44 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2007-02-04 18:42:44 +0100 |
| commit | 5d0890ca42edecd5f7356bc6dac856eb56bd8ec2 (patch) | |
| tree | 5980c55b7a07a3798a864d15967faf9a94a63f4a /initramfs/initrd-stuff/etc/messages | |
| parent | Renaming of variables (in slx init/functions) to be compatible with (diff) | |
| download | core-5d0890ca42edecd5f7356bc6dac856eb56bd8ec2.tar.gz core-5d0890ca42edecd5f7356bc6dac856eb56bd8ec2.tar.xz core-5d0890ca42edecd5f7356bc6dac856eb56bd8ec2.zip | |
Fix for subnet_mask in machine-setup (via slx init from kernel cmdline).
Some improvement for stage3 error exit ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@678 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/messages')
| -rw-r--r-- | initramfs/initrd-stuff/etc/messages | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/etc/messages b/initramfs/initrd-stuff/etc/messages index a8f203d1..1658aa4d 100644 --- a/initramfs/initrd-stuff/etc/messages +++ b/initramfs/initrd-stuff/etc/messages @@ -7,7 +7,7 @@ # If you have any feedback please consult http://openslx.org/feedback and # send your feedback to feedback@openslx.org # -# General information about OpenSLX can be found under http://openslx.org +# General information about OpenSLX can be found at http://openslx.org # # messages file for all error and info messages generated during client # bootup (within initialramfs) for OpenSLX linux diskless clients version 4 @@ -21,6 +21,8 @@ init_dff="The distro $init_errmsg" init_dscf="The distribution specific configuration file could not be found." init_sscf="The slx configuration variables could not be found. Please provide the slxconfig file." +init_noeth=" Unable to configure the ethernet device (eth0). Please check \ +for an\n appropriate kernel module." init_errip=" Unable to setup at \ least basic functionality, because no IP configuration\n available. You \ might pass that information via kernel command line\n through setting of \ |
