nix-tools/initcpio/inst/miso_pxe_http
2015-05-08 08:23:03 -06:00

12 lines
143 B
Bash

#!/bin/bash
build() {
add_runscript
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via PXE by HTTP.
HELPEOF
}