mclu boot: Add --size and --timezone options.
[mclu.git] / mclu.pod
index 570aef3..081d233 100644 (file)
--- a/mclu.pod
+++ b/mclu.pod
@@ -74,7 +74,16 @@ the same as using the C<mclu console> subcommand, but quicker.
 =item B<--memory nnG>
 
 Specify the amount of memory (RAM) to give this guest.  You can use
-a number followed by a unit, eg. C<--memory=4G>
+a number followed by a unit, eg. C<--memory 4G>
+
+=item B<--size nnG>
+
+Specify the amount of disk space to give this guest.  You can use
+a number followed by a unit, eg. C<--size 20G>
+
+=item B<--timezone TZ>
+
+Specify the timezone, eg. C<--timezone Europe/London>
 
 =item B<--vcpus N>