From 8747a081fef6affa6753dc6cd2778bfc8bc2ebfe Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 13 Dec 2007 14:13:53 +0000 Subject: [PATCH] typos & doc --- PLC/Methods/GetBootMedium.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index db60dca3..708b8514 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -93,11 +93,15 @@ class GetBootMedium(Method): of the result file; it is the caller's responsability to remove this file after use. - Security: + Options: an optional array of keywords. Currently supported are + - 'serial' + - 'cramfs' + + Security: When the user's role is not admin, the provided directory *must* be under the %d area - Housekeeping: + Housekeeping: Whenever needed, the method stores intermediate files in a private area, typically not located under the web server's accessible area, and are cleaned up by the method. -- 2.45.2