dotfiles/system/files/etc/initcpio/install/bootmsg

12 lines
157 B
Bash

#!/bin/bash
build() {
add_file /etc/bootmsg && add_runscript
}
help() {
cat <<HELPEOF
This hooks allows to output an arbitrary boot message.
HELPEOF
}