summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-03 17:45:45 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-03 17:45:45 -0300
commit92dbba6c110a39bec4654415c9957e173fdec28a (patch)
treec9d05de89e87edae5df0b5ad774e88574314e974 /README
parent305bca4692ed9741a425a8c77f81ef50aaa8fc39 (diff)
[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>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 9de113d..c8f7331 100644
--- a/README
+++ b/README
@@ -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.