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>
Mon, 25 May 2009 09:32:12 +0000 (11:32 +0200)
commitdb1fd6b2eda4f4591318263ab17df7d1f273587a
treedb41e85b48ee9bd0cbeb3acb1c1009b0027edbc1
parent336b248e5921aa89b44b22772379b7d2fcf5ff71
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