From ebcfe2456b34ca8c3748e09a6ae5d53fe247c391 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 18 Aug 2006 21:52:43 +0000 Subject: (hopefully) fixed #71 - please check! git-svn-id: http://svn.openslx.org/svn/openslx/trunk@317 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/etc/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initrd/initrd-stuff/etc') diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions index cc1694b0..22827b01 100644 --- a/initrd/initrd-stuff/etc/functions +++ b/initrd/initrd-stuff/etc/functions @@ -2,7 +2,7 @@ # linux diskless clients (included by init, hwautocfg, # servconfig, ... within initial ramdisk) # -# Author(s): Dirk von Suchodoletz , 17-08-2006 +# Author(s): Dirk von Suchodoletz , 18-08-2006 # Felix Endres, 30-04-2006 # Tobias Maier # @@ -373,7 +373,7 @@ case "$tftp" in esac # unpack part (only gzip is supported) if [ -s $dst ] ; then - tar -xpzf $dst + tar -xpzf $dst 2>/dev/null [ "$DEBUGLEVEL" -le 2 ] && rm $dst return 0 else -- cgit v1.2.3-55-g7522