summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/messages
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-28 14:37:27 +0200
committerDirk von Suchodoletz2007-04-28 14:37:27 +0200
commit953a3090ab7cb1f55ebf5e335aa531a9086d79f4 (patch)
treecb81391ece935e8106e72e8909aea0b72eaceab2 /initramfs/initrd-stuff/etc/messages
parentSimplification of (u)sleep (applets in busybox) (diff)
downloadcore-953a3090ab7cb1f55ebf5e335aa531a9086d79f4.tar.gz
core-953a3090ab7cb1f55ebf5e335aa531a9086d79f4.tar.xz
core-953a3090ab7cb1f55ebf5e335aa531a9086d79f4.zip
Further simplifications and cleanups (because of busybox switchover)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@939 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/messages')
-rw-r--r--initramfs/initrd-stuff/etc/messages7
1 files changed, 1 insertions, 6 deletions
diff --git a/initramfs/initrd-stuff/etc/messages b/initramfs/initrd-stuff/etc/messages
index 39f6c2bb..e550401b 100644
--- a/initramfs/initrd-stuff/etc/messages
+++ b/initramfs/initrd-stuff/etc/messages
@@ -9,7 +9,7 @@
#
# General information about OpenSLX can be found at http://openslx.org
#
-# messages file for all error and info messages generated during client
+# 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
@@ -113,9 +113,6 @@ error_nfe="\n -> This error is not fatal - continuing ...\n"
error_shell="\n -> Running shell for debugging purposes now ...\n"
error_modload="Failed to load module "
error_modnfs="needed for mounting rootfs"
-error_iptool=" No tool for local IP configuration found. You should at \
-least add\n one of the following programs to your ramdisk: ip \
-ipconfig\n ifconfig."
error_portm=" Portmapper should be present, if normal mount \
command is used. Please\n check your initial ramdisk setup (mkdxsinitrd)."
error_mntt=" No suitable mount tool found."
@@ -128,8 +125,6 @@ error_dhcp=" The following problems could produce that error:\n\
was loaded nor present in kernel.\n You might want to run 'lsmod'."
error_dhclient=" Fatal error occured while trying to run dhclient.\n\
$error_dhcp"
-error_dhcpcd=" Fatal error occured while trying to run dhcpcd.\n$error_dhcp"
-error_pump=" Config via pump not implemented yet.\n$error_dhcp"
error_ldapcfg=" The configuration via ldap is not implemented yet."
error_errdcfg=" Did not get any configuration data via dhcp until now ..."
error_errfcfg=" Did not get any configuration data via tftp until now ..."