dotfiles/system/files/etc/initcpio/install/bootmsg
2019-10-09 00:30:58 +03:00

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
}