summaryrefslogtreecommitdiff
path: root/archiso/initcpio/install/archiso_pxe_nbd
blob: 9fe3fdd07fd6d412343ee3a8d79fe286dccca493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

build() {
    add_module "nbd"

    add_runscript

    add_binary nbd-client
}

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