From: Steven Shiau Date: Mon, 25 May 2009 09:32:12 +0000 (+0200) Subject: Making fetch to work with file on sub dir on tftp server. X-Git-Tag: debian/1.157.3-1~21 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=db1fd6b2eda4f4591318263ab17df7d1f273587a;hp=db1fd6b2eda4f4591318263ab17df7d1f273587a;p=live-boot-grml.git 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. ---