Create miso_pxe_common

This commit is contained in:
ppatpat 2015-05-08 08:22:11 -06:00 committed by Ramon Buldó
parent 3d86ee39cd
commit 66ffc146cb

View file

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