diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 12:35:24 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | 36d36414d89fe376030c40f59a2f8d5b3229316d (patch) | |
tree | 3877e3c71416500b41fdce3856a911f4bc577398 /scripts | |
parent | 2a9486d108408006959bb77cac37f9eb0612728a (diff) | |
download | vyos-live-build-36d36414d89fe376030c40f59a2f8d5b3229316d.tar.gz vyos-live-build-36d36414d89fe376030c40f59a2f8d5b3229316d.zip |
Adding explicit warning for people that do not understand what stable is.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/config b/scripts/build/config index 007e1703f..6c09d90ff 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1488,6 +1488,10 @@ then fi # New style configuration +Echo_warning "WARNING: THIS VERSION OF LIVE-BUILD IS EXPERIMENTAL!" +Echo_warning "IT IS FULL OF BUGS AND CHANGES HEAVILY WITHOUT PRIOR NOTICE." +Echo_warning "USER DISCRETION IS ADVISED." + Set_configuration "config/control" "Configuration-Version" "${LIVE_CONFIGURATION_VERSION}" echo "" >> config/control Set_configuration "config/control" "Name" "${LIVE_IMAGE_NAME}" |