bdisk/extra/pre-build.d/usr/lib/initcpio/install/archiso_http_custom
2015-06-29 21:46:24 -04:00

16 lines
196 B
Bash

#!/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: