diff options
Diffstat (limited to 'install/base')
-rw-r--r-- | install/base | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/base b/install/base index 0bb45db..78fbc1d 100644 --- a/install/base +++ b/install/base @@ -20,6 +20,10 @@ install () add_file "/lib/initcpio/init" "/init" add_file "${CONFIG}" "/config" + if [ "x${MESSAGE}" != "x" ]; then + echo -e "${MESSAGE}" > ${MESSAGEFILE} + add_file "${MESSAGEFILE}" "/message" + fi SCRIPT="" } |