Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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, 0 insertions, 18 deletions
diff --git a/archiso/install/archiso_pxe_curl b/archiso/install/archiso_pxe_curl
deleted file mode 100644
index a9342ae..0000000
--- a/archiso/install/archiso_pxe_curl
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}