SpectreOS/configs/install/archiso_pxe_http
2022-10-04 19:01:31 +02:00

15 lines
196 B
Bash
Executable file

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