diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-03 18:08:57 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-03 18:08:57 -0300 |
commit | 9ca157c14073f672effb6e13f9f2c0413fe42008 (patch) | |
tree | 2ffcfb2f00b9d4b482e69cee90e5fa50e82f5051 /archiso/install/archiso_pxe_http | |
parent | 92dbba6c110a39bec4654415c9957e173fdec28a (diff) | |
download | archiso32-9ca157c14073f672effb6e13f9f2c0413fe42008.tar.xz |
[archiso] archiso_pxe_curl rename to archiso_pxe_http
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install/archiso_pxe_http')
-rw-r--r-- | archiso/install/archiso_pxe_http | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archiso/install/archiso_pxe_http b/archiso/install/archiso_pxe_http new file mode 100644 index 0000000..9731732 --- /dev/null +++ b/archiso/install/archiso_pxe_http @@ -0,0 +1,18 @@ +# vim: set ft=sh: + +build () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="archiso_pxe_http" + + add_binary "/usr/bin/curl" +} + +help () +{ +cat<<HELPEOF + This hook loads the necessary modules for boot via PXE and HTTP/FTP with curl. +HELPEOF +} |