summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-19 12:35:24 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:03 +0200
commit36d36414d89fe376030c40f59a2f8d5b3229316d (patch)
tree3877e3c71416500b41fdce3856a911f4bc577398 /scripts
parent2a9486d108408006959bb77cac37f9eb0612728a (diff)
downloadvyos-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-xscripts/build/config4
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}"