summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-rw-r--r--initramfs/initrd-stuff/etc/functions7
1 files changed, 0 insertions, 7 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 7c91391c..c0a45725 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -358,12 +358,8 @@ if [ "x$filepath" != "x" ] ; then
2>/dev/null && { unpack /tmp/$(basename $cfgfile) && break; }
;;
*)
-echo "tftp -g -r $cfgfile -l /tmp/$(basename $cfgfile) $fileserv" >> /tmp/fileblub
tftp -g -r $cfgfile -l /tmp/$(basename $cfgfile) $fileserv \
&& unpack /tmp/$(basename $cfgfile)
- ls -la /tmp/$(basename $cfgfile) >> /tmp/fileblub
- echo "F: /tmp/$(basename $cfgfile)" >>/tmp/fileblub
-
;;
esac
else
@@ -385,14 +381,11 @@ and as last\n# distro/default" >> /tmp/confviafile
2>/dev/null && { unpack /tmp/$(basename $cfgfile) && break; }
;;
tftp)
-echo "tftp -g -r $cfgfile -l /tmp/$(basename $cfgfile) $fileserv" >> /tmp/fileblub
tftp -g -r $cfgfile -l /tmp/$(basename $cfgfile) $fileserv \
&& { unpack /tmp/$(basename $cfgfile) && break; }
;;
esac
done
- ls -la /tmp/$(basename $cfgfile) >> /tmp/fileblub
- echo "F: /tmp/$(basename $cfgfile)" >>/tmp/fileblub
fi
test -f /initramfs/machine-setup && \
cat /initramfs/machine-setup >> /tmp/confviafile