summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_pxe_curl
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/install/archiso_pxe_curl')
-rw-r--r--archiso/install/archiso_pxe_curl18
1 files changed, 18 insertions, 0 deletions
diff --git a/archiso/install/archiso_pxe_curl b/archiso/install/archiso_pxe_curl
new file mode 100644
index 0000000..a9342ae
--- /dev/null
+++ b/archiso/install/archiso_pxe_curl
@@ -0,0 +1,18 @@
+# vim: set ft=sh:
+
+build ()
+{
+ MODULES=""
+ BINARIES=""
+ FILES=""
+ SCRIPT="archiso_pxe_curl"
+
+ add_binary "/usr/bin/curl"
+}
+
+help ()
+{
+cat<<HELPEOF
+ This hook loads the necessary modules for boot via PXE and HTTP/FTP with curl.
+HELPEOF
+}