dotfiles/etc/initcpio/install/bootmsg
2019-09-25 08:43:01 +03:00

11 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
}