summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_pxe_http
blob: 38a8ee5022d3fafe1d374f33066a976766b255c1 (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_http"

    add_binary curl
}

help ()
{
cat<<HELPEOF
  This hook loads the necessary modules for boot via PXE and HTTP.
HELPEOF
}