[archiso] Cleanup: pxe_curl: Remove download-iso-loopback support.

This was the first implementation that downloads the complete ISO,
but now we have the posibility of download only needed *.sfs files.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-12-03 17:45:45 -03:00
parent 305bca4692
commit 92dbba6c11
2 changed files with 23 additions and 40 deletions

7
README
View file

@ -89,10 +89,9 @@ INDEX
** hooks/archiso_pxe_curl
* archiso_curl_url= Set an HTTP/FTP URL of an ISO file (first form),
or a path (must end with /) where ${archisobasedir}
is found with all *.sfs files (second form).
In the IP part if ${pxeserver} is used, PXE IP will be used.
* archiso_curl_url= Set an HTTP/FTP URL (must end with /) where ${archisobasedir}
is found with all *.sfs files.
In the IP/domain part if ${pxeserver} is used, use PXE IP.
Default: (unset)
* curlspace_size= Set the size of tmpfs of "curlspace" where the specified
ISO image or *.sfs files are downloaded.