manjaro-tools/initcpio/install/miso_pxe_http

16 lines
196 B
Text
Raw Normal View History

2015-05-08 16:23:03 +02:00
#!/bin/bash
build() {
add_runscript
2016-10-11 00:16:36 +02:00
add_binary curl
2015-05-08 16:23:03 +02:00
}
help() {
cat<<HELPEOF
2016-10-11 00:16:36 +02:00
This hook loads the necessary modules for boot via PXE and HTTP.
2015-05-08 16:23:03 +02:00
HELPEOF
}
2016-10-11 00:16:36 +02:00
# vim: set ft=sh ts=4 sw=4 et: