Create miso_pxe_http

This commit is contained in:
ppatpat 2015-05-08 08:23:03 -06:00 committed by Ramon Buldó
parent 66ffc146cb
commit b74d898772

View file

@ -0,0 +1,12 @@
#!/bin/bash
build() {
add_runscript
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via PXE by HTTP.
HELPEOF
}