Adding explicit warning for people that do not understand what stable is.
This commit is contained in:
parent
9a28d557e6
commit
e3bc849953
|
@ -1488,6 +1488,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# New style configuration
|
# 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}"
|
Set_configuration "config/control" "Configuration-Version" "${LIVE_CONFIGURATION_VERSION}"
|
||||||
echo "" >> config/control
|
echo "" >> config/control
|
||||||
Set_configuration "config/control" "Name" "${LIVE_IMAGE_NAME}"
|
Set_configuration "config/control" "Name" "${LIVE_IMAGE_NAME}"
|
||||||
|
|
Loading…
Reference in New Issue