index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archiso/install/archiso_pxe_http | 15 |
diff --git a/archiso/install/archiso_pxe_http b/archiso/install/archiso_pxe_http deleted file mode 100644 index 4e02f98..0000000 --- a/archiso/install/archiso_pxe_http +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -build() { - add_runscript - - add_binary curl -} - -help() { -cat<<HELPEOF - This hook loads the necessary modules for boot via PXE and HTTP. -HELPEOF -} - -# vim: set ft=sh ts=4 sw=4 et: |