manjaro-tools/initcpio/inst/miso_pxe_common
2015-05-08 08:22:11 -06: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
}