manjaro-tools/initcpio/inst/miso_pxe_http

13 lines
143 B
Text
Raw Normal View History

2015-05-08 16:23:03 +02:00
#!/bin/bash
build() {
add_runscript
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via PXE by HTTP.
HELPEOF
}