ISO/configs/releng
Gerardo Exequiel Pozzi 8eb4c624dc [archiso] Add archiso_pxe_curl hook
Its add support for downloading the ISO image via HTTP/FTP with curl or download *.sfs files.
The files are downloaded on /run/archiso/curlspace (tmpfs) and setup a loop dev from it
(like in archiso_loop_mnt) in the ISO case, or just do a bind mount to
/run/archiso/bootmnt in the other case.

This hook must be located after archiso_pxe_nbd in mkinitcpio.conf, in that way
NBD is the default.

New bootparm:
* archiso_curl_url=(first form)
    archiso_curl_url=http://192.168.0.7/archlinux/iso/archlinux.iso (absolute form)
        Use an absolute URL. Fetch the entire ISO
    archiso_curl_url=ftp://${pxeserver}/archlinux/iso/archlinux.iso (relative form)
        Use the as IP the same server where PXE reside.  Fetch the entire ISO

* archiso_curl_url=(second form)
    archiso_curl_url=http://192.168.0.7/archlinux/iso/unpacked (absolute form)
        Use an absolute URL. Where unpacked (an example name) is a directory where
        ${archisobasedir} ("arch" by default) is located with all *.sfs.
        This fetch only needed files.
    archiso_curl_url=ftp://${pxeserver}/archlinux/iso/unpacked (relative form)
        Use the as IP the same server where PXE reside. Where unpacked (an example name)
        is a directory where ${archisobasedir} ("arch" by default)
        is located with all *.sfs. This fetch only needed files.

* curlspace_size= Set a size for a tmpfs filesystem where files are downloaded.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-11-28 12:28:03 -03:00
..
isolinux [archiso] Use dm-snapshot instead of aufs2 (A.K.A. "The Big Commit") 2011-06-18 18:38:27 -03:00
root-image [archiso] Unify -> 2011-10-12 14:40:19 -03:00
syslinux [archiso] Update kernel image name for linux-3.0 2011-07-24 18:25:33 -03:00
syslinux.dual [configs/releng] Add missing serial console support to syslinux 2011-08-18 22:08:48 -03:00
aitab.core [configs/releng] Set /lib/modules with 50% of free space 2011-08-18 22:26:08 -03:00
aitab.netinstall [configs/releng] Set /lib/modules with 50% of free space 2011-08-18 22:26:08 -03:00
build.sh [archiso] Add archiso_pxe_curl hook 2011-11-28 12:28:03 -03:00
core.exclude.i686 [archiso] Use dm-snapshot instead of aufs2 (A.K.A. "The Big Commit") 2011-06-18 18:38:27 -03:00
core.exclude.x86_64 [archiso] Use dm-snapshot instead of aufs2 (A.K.A. "The Big Commit") 2011-06-18 18:38:27 -03:00
mkinitcpio.conf [archiso] Add archiso_pxe_curl hook 2011-11-28 12:28:03 -03:00
packages.i686 [archiso] Add archiso_pxe_curl hook 2011-11-28 12:28:03 -03:00
packages.x86_64 [archiso] Add archiso_pxe_curl hook 2011-11-28 12:28:03 -03:00