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

12 lines
157 B
Plaintext
Raw Normal View History

2019-09-25 05:43:01 +00:00
#!/bin/bash
build() {
add_file /etc/bootmsg && add_runscript
}
help() {
cat <<HELPEOF
This hooks allows to output an arbitrary boot message.
HELPEOF
}