summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-10-05 20:55:15 +0200
committerDirk von Suchodoletz2008-10-05 20:55:15 +0200
commit70a5a2924c6f43e7e5fb369fe53aa550baf0d44a (patch)
treee261b82ecbdff7a42e6a5d6ebbac8d808a77be0b /initramfs
parent * removed change (see #280) (diff)
downloadcore-70a5a2924c6f43e7e5fb369fe53aa550baf0d44a.tar.gz
core-70a5a2924c6f43e7e5fb369fe53aa550baf0d44a.tar.xz
core-70a5a2924c6f43e7e5fb369fe53aa550baf0d44a.zip
Minimal cosmetics. Setting version to 4.9.0 (preview of 5.0 release) ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2264 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/stage3-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 9b26eaa4..a3242588 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -316,7 +316,7 @@ tftp_get () {
do
if [ "$countdown" = "0" ]; then
[ $DEBUGLEVEL -ge 1 ] && \
- echo "[tftp_get] failed to get \"$file\" from \"$file_server\" !"
+ echo "[tftp_get] failed to get \"$file\" from \"$file_server\"!"
return 0;
fi
tftp -g -r $file -l /tmp/$(basename $file) $file_server