From: Thierry Parmentelat Date: Thu, 13 Dec 2007 14:13:53 +0000 (+0000) Subject: typos & doc X-Git-Tag: PLCAPI-4.2-0~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8747a081fef6affa6753dc6cd2778bfc8bc2ebfe;hp=10a5a7de81a0793d4b365d1d1e312dcd95504166;p=plcapi.git typos & doc --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index db60dca..708b851 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.