nix-tools/initcpio/inst/miso_pxe_common
2015-05-27 06:39:08 +02:00

12 lines
135 B
Bash

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