From 8b6272ebfe3d3d2c415b64fe4c14cea8baffff62 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 3 Oct 2006 21:21:47 +0000 Subject: Naming in mkdxsinitrd and slxmkramfs (temporary directory where pre-cpio initialramfs stuff could be found -> /tmp/slx-tmpramfs), see MkinitrdHowto too ... (matched to documentation too) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@436 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/etc/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/initrd-stuff/etc/functions') diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index f241ebe1..6784c27e 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -401,14 +401,14 @@ local dst=/tmp/$(basename $1) # tftp get part case "$tftp" in */atftp) - atftp -g -r $1 -l $dst $2 2>/dev/null + atftp -g -r $1 -l $dst $2 2>&1>/dev/null ;; */tftp) # distinguish between busybox tftp and standalone (in.tftp) client if [ -x /bin/busybox ] ; then tftp -g -r $1 -l $dst $2 2>/dev/null else - echo "get $1 $dst" | tftp $2 2>/dev/null + echo "get $1 $dst" | tftp $2 2>&1>/dev/null fi ;; esac -- cgit v1.2.3-55-g7522