archboot/lib/initcpio/install/arch_bootmessage_allinone
2011-06-10 08:26:54 +02:00

16 lines
No EOL
386 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
### generate boot.msg
[ -s "${APPENDBOOTMESSAGE}" ] && cat ${APPENDBOOTMESSAGE} >> ${BOOTMESSAGE}
[ -s "${APPENDOPTIONSBOOTMESSAGE}" ] && cat ${APPENDOPTIONSBOOTMESSAGE} >> ${OPTIONSBOOTMESSAGE}
}
help ()
{
cat <<HELPEOF
This hook sets up dynamically the boot message, depending on
your system.
HELPEOF
}