summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/messages
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-12-17 19:55:55 +0100
committerDirk von Suchodoletz2006-12-17 19:55:55 +0100
commitc392fef97b564badfd0e4d7e9181768034211d15 (patch)
treec0273d60ee852f618dba5a8c8024264bea97507f /initramfs/initrd-stuff/etc/messages
parentMove settings.local to settings.local.example. (diff)
downloadcore-c392fef97b564badfd0e4d7e9181768034211d15.tar.gz
core-c392fef97b564badfd0e4d7e9181768034211d15.tar.xz
core-c392fef97b564badfd0e4d7e9181768034211d15.zip
Improved "watchdog" for auto power off, if stage3 does not complete
after around two minutes. Removed klibc stuff (ipconfig, nfsmount) which was never really in use (klibc is deprecated and the busybox approach seems much more promising to keep the initramfs small and flexible). Little cleanups ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@564 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/messages')
-rw-r--r--initramfs/initrd-stuff/etc/messages6
1 files changed, 2 insertions, 4 deletions
diff --git a/initramfs/initrd-stuff/etc/messages b/initramfs/initrd-stuff/etc/messages
index 2136cc0f..1eb35d79 100644
--- a/initramfs/initrd-stuff/etc/messages
+++ b/initramfs/initrd-stuff/etc/messages
@@ -2,10 +2,10 @@
# bootup (within initialramfs) for OpenSLX linux diskless clients version 4
# this file could be used for localization of error messages
#
-# Dirk von Suchodoletz <dvs@openslx.com>, 29-10-2006
+# Dirk von Suchodoletz <dvs@openslx.com>, 17-10-2006
#
# (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - OpenSLX.org
+# (c) 2006 - OpenSLX.ORG Project
# messages from (slx) init
init_errmsg="functions file contains a lot of script \
@@ -109,8 +109,6 @@ 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_ipconf=" Config via ipconfig (from klibc) 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 ..."