manjaro-tools/initcpio/inst/miso_pxe_http
2015-05-11 00:12:30 +02:00

13 lines
186 B
Bash

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