<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">It was removed in this commit :</div><a href="https://github.com/ipxe/ipxe/commit/09b057ce841156cf8dfb8d356d36b046d875cdf4" class="">https://github.com/ipxe/ipxe/commit/09b057ce841156cf8dfb8d356d36b046d875cdf4</a><div class=""><br class=""></div><div class="">But I have to problems with it.</div><div class=""><br class=""></div><div class="">First the documentation was not udpated, that's not helpfull <a href="http://ipxe.org/cfgtype/string" class="">http://ipxe.org/cfgtype/string</a>.</div><div class=""><br class=""></div><div class="">But worst it suppose it's only needed in HTTP url, but that's wrong.</div><div class=""><br class=""></div><div class="">I'm building a kernel boot command line with it, doing :</div><div class="">isset ${hostname} && set host_info ${host_info} hostname=${hostname} ||</div><div class="">isset ${uuid} && set host_info ${host_info} uuid=${uuid} ||</div><div class="">isset ${serial} && set host_info ${host_info} serial=${serial:uristring} ||</div><div class="">isset ${platform} && set host_info ${host_info} platform=${platform:uristring} ||</div><div class="">isset ${product} && set host_info ${host_info} product=${product:uristring} ||</div><div class="">set kernel_args ... ${host_info}</div><div class="">kernel ${boot_kernel} ${kernel_args}</div><div class=""><br class=""></div><div class="">And ipxe can't detect I need an URI string, or something space-protected</div><div class=""><br class=""></div><div class="">Rather than removing :uristring, we instead need more formating, :nospace will fits my needs</div></body></html>