summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_pxe_curl
blob: a9342ae0c7ae314c0c18869df834a0f5e6b62e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}