Making fetch to work with file on sub dir on tftp server.
authorSteven Shiau <steven@nchc.org.tw>
Mon, 25 May 2009 09:32:12 +0000 (11:32 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:05 +0000 (17:48 +0100)
commit67fde4e3bc3d532794205f6beda6a7ebe8243834
treedb41e85b48ee9bd0cbeb3acb1c1009b0027edbc1
parentc5e99d4a0d54ec199c5a229c9478a50629f14aa8
Making fetch to work with file on sub dir on tftp server.

This patch allows live-initramfs to fetch file from sub
dir on tftp server. The original one from live-initramfs 1.157.2 only
works for the file existing on the root of tftp server, e.g.
fetch=tftp://192.168.101.254/filesystem.squashfs

It allows the PXE client to get the file either on the root, or on
the sub dir, e.g. fetch=tftp://192.168.101.254/live/filesystem.squashfs
is working now.
scripts/live