adding patches

This commit is contained in:
2015-06-29 21:46:24 -04:00
parent 801c5950e6
commit 114fbed031
5 changed files with 71 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
build() {
add_runscript
add_binary curl
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via PXE and HTTP.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: