summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_pxe_http
blob: a636f3b51375b1c9cc24d9e2dcfe5a5b0b1b3923 (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 "/usr/bin/curl"
}

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