diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-04 11:25:51 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-04 11:26:02 +0100 |
commit | 4be0cce940c88b7dccb2231677bff94ed4353b2a (patch) | |
tree | 24eec7e20d530758013d4f0cadca00823b617c43 /functions/defaults.sh | |
parent | 1855adbbd011e3448e8f2ce74109d32a33ad4c76 (diff) | |
download | vyos-live-build-4be0cce940c88b7dccb2231677bff94ed4353b2a.tar.gz vyos-live-build-4be0cce940c88b7dccb2231677bff94ed4353b2a.zip |
Updating wording about regenerating config trees.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 5607cbbc6..c9440d75f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1230,12 +1230,12 @@ Check_defaults () elif [ ${CURRENT_CONFIG_VERSION} -eq 2 ] then Echo_error "This config tree is too old for this version of live-build (${VERSION})." - Echo_error "Aborting build, please repopulate the config tree." + Echo_error "Aborting build, please regenerate the config tree." exit 1 elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ] then Echo_warning "This config tree does not specify a format version or has an unknown version number." - Echo_warning "Continuing build, but it could lead to errors or different results. Please repopulate the config tree." + Echo_warning "Continuing build, but it could lead to errors or different results. Please regenerate the config tree." fi fi |