summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-29 21:33:30 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-29 21:33:30 +0200
commit42afcc1aabf26d6e9f3ae231082014698f50154d (patch)
tree6f8965ffadceaa4d70e4087f1fe06d8bb8e9009d /src/core/procedures/base
parent57344fc7a3d918314fab9626ec27976e55af6bab (diff)
add disclaimer
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index fb7a60f..47ebd8a 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -44,7 +44,7 @@ phase_finish=(msg_report)
###### Workers ( can be overridden by more specific procedures) ######
worker_intro ()
{
- ask_yesno "This is a low-interactivity 'common defaults' installation. Do you really want to do this? We may overwrite your data."
+ ask_yesno "This is a low-interactivity 'common defaults' installation, not meant for direct invocation. Do you really want to do this? We may overwrite your data."
if [ $? -gt 0 ]
then
die_error "User aborted base profile execution"