Create miso_pxe_http

This commit is contained in:
ppatpat 2015-05-08 08:23:03 -06:00
parent 6fc805c415
commit 712f2b95d4

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
}