Revision fa23cc50

b/man/gnt-instance.rst
913 913
useful for quick testing without having to modify an instance back and
914 914
forth, e.g.::
915 915

  
916
    # gnt-instance start -H root_args="single" instance1
916
    # gnt-instance start -H kernel_args="single" instance1
917 917
    # gnt-instance start -B memory=2048 instance2
918 918

  
919 919

  
......
921 921
and the instance instance2 with 2GB of RAM (this time only, unless
922 922
that is the actual instance memory size already). Note that the values
923 923
override the instance parameters (and not extend them): an instance
924
with "root\_args=ro" when started with -H root\_args=single will
924
with "kernel\_args=ro" when started with -H kernel\_args=single will
925 925
result in "single", not "ro single".  The ``--submit`` option is used
926 926
to send the job to the master daemon but not wait for its
927 927
completion. The job ID will be shown so that it can be examined via

Also available in: Unified diff