manjaro-tools/initcpio/inst/miso_pxe_http
2015-05-27 06:39:08 +02: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
}