index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-11-28 12:28:03 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-11-28 12:28:03 -0300 |
commit | 8eb4c624dc41f47f93a04d9e42f531e0642e228b (patch) | |
tree | 6e2acec694aec8acca21a86aa5f12df1bc673b1a /README | |
parent | 1edaf15cef3420484d1dfbf08de43fe8d800ab64 (diff) |
-rw-r--r-- | README | 15 |
@@ -74,6 +74,7 @@ INDEX BOOTIF=<hardware-address-of-boot-interface> Default: (set via PXELINUX) + ** hooks/archiso_pxe_nbd * archiso_nbd_name= Set NBD export name used by the server. @@ -82,6 +83,18 @@ INDEX Default: "${pxeserver}" (The <boot-server-ip from ip=) +** 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. + Default: (unset) +* curlspace_size= Set the size of tmpfs of "curlspace" where the specified + ISO image or *.sfs files are downloaded. + Default: "75%" + + ** hooks/archiso_loop_mnt * img_label= Set the filesystem label where archiso-image.iso. @@ -127,6 +140,8 @@ if nothing is specified on command line. + mkinitcpio-nfs-utils for ipconfig * archiso_pxe_nbd + nbd for nbd-client +* archiso_pxe_curl + + curl for curl * archiso_shutdown + (none) |