From 009bef0359d6426e89878d782346feb31d922ee3 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Fri, 9 Dec 2011 14:07:37 +0100 Subject: Reject systools:make_script if kernel and stdlib are not permanent in .rel It should not be possible to create a .boot file unless kernel and stdlib are stated as permanent applications in the .rel file. Note that 'permanent' is the default start type, so not specifying a start type for kernel and stdlib is, as always, ok. --- lib/sasl/doc/src/systools.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/sasl/doc') diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml index 32c2149a8d..84fed0a25f 100644 --- a/lib/sasl/doc/src/systools.xml +++ b/lib/sasl/doc/src/systools.xml @@ -196,6 +196,10 @@

The applications are sorted according to the dependencies between the applications. Where there are no dependencies, the order in the .rel file is kept.

+

The function will fail if the mandatory + applications kernel and stdlib are not + included in the .rel file and have start + type permanent (default).

If sasl is not included as an application in the .rel file, a warning is emitted because such a release can not be used in an upgrade. To turn off this -- cgit v1.2.3