typos & doc
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 13 Dec 2007 14:13:53 +0000 (14:13 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 13 Dec 2007 14:13:53 +0000 (14:13 +0000)
PLC/Methods/GetBootMedium.py

index db60dca..708b851 100644 (file)
@@ -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.