manjaro-tools/initcpio/inst/miso_pxe_http

14 lines
186 B
Text
Raw Normal View History

2015-05-08 16:23:03 +02:00
#!/bin/bash
build() {
2015-05-11 00:12:30 +02:00
add_binary "/usr/bin/curl" "/bin/curl"
2015-05-08 16:23:03 +02:00
add_runscript
}
help() {
cat<<HELPEOF
This hook loads the necessary modules for boot via PXE by HTTP.
HELPEOF
}