]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Sort documentation of variables alphabetically
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 6 Jan 2014 16:29:19 +0000 (17:29 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 6 Jan 2014 16:29:19 +0000 (17:29 +0100)
README.md
novaboot

index dec403e5cbfad2cc4a54c6f10beac703be1da873..2b2f7d39c6deeb77e140f5a770ee3afa0f8c37e7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -426,16 +426,17 @@ The following variables are interpreted in the novaboot script:
     directory name specified here is relative to the build directory
     specified by other means (see ["--build-dir"](#build-dir)).
 
-- WVDESC
+- HYPERVISOR\_PARAMS
 
-    Description of the wvtest-compliant program.
+    Parameters passed to hypervisor. The default value is "serial", unless
+    overriden in configuration file.
 
-- WVTEST\_TIMEOUT
+- KERNEL
 
-    The timeout in seconds for WvTest harness. If no complete line appears
-    in the test output within the time specified here, the test fails. It
-    is necessary to specify this for long running tests that produce no
-    intermediate output.
+    The kernel to use instead of NOVA hypervisor specified in the
+    configuration file. The value should contain the name of the kernel
+    image as well as its command line parameters. If this variable is
+    defined and non-empty, the variable HYPERVISOR\_PARAMS is not used.
 
 - QEMU
 
@@ -448,17 +449,16 @@ The following variables are interpreted in the novaboot script:
 
     Use specific qemu flags (can be overriden with __\-q__).
 
-- HYPERVISOR\_PARAMS
+- WVDESC
 
-    Parameters passed to hypervisor. The default value is "serial", unless
-    overriden in configuration file.
+    Description of the wvtest-compliant program.
 
-- KERNEL
+- WVTEST\_TIMEOUT
 
-    The kernel to use instead of NOVA hypervisor specified in the
-    configuration file. The value should contain the name of the kernel
-    image as well as its command line parameters. If this variable is
-    defined and non-empty, the variable HYPERVISOR\_PARAMS is not used.
+    The timeout in seconds for WvTest harness. If no complete line appears
+    in the test output within the time specified here, the test fails. It
+    is necessary to specify this for long running tests that produce no
+    intermediate output.
 
 # CONFIGURATION FILE
 
index 6632e876fd7138c23a097ad20f3a7c6ab6e309ee..e6085f1c34cf82eee2b9c62d8e982240f45ed020 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -1253,16 +1253,17 @@ Novaboot chdir()s to this directory before file generation phase. The
 directory name specified here is relative to the build directory
 specified by other means (see L</--build-dir>).
 
-=item WVDESC
+=item HYPERVISOR_PARAMS
 
-Description of the wvtest-compliant program.
+Parameters passed to hypervisor. The default value is "serial", unless
+overriden in configuration file.
 
-=item WVTEST_TIMEOUT
+=item KERNEL
 
-The timeout in seconds for WvTest harness. If no complete line appears
-in the test output within the time specified here, the test fails. It
-is necessary to specify this for long running tests that produce no
-intermediate output.
+The kernel to use instead of NOVA hypervisor specified in the
+configuration file. The value should contain the name of the kernel
+image as well as its command line parameters. If this variable is
+defined and non-empty, the variable HYPERVISOR_PARAMS is not used.
 
 =item QEMU
 
@@ -1275,17 +1276,16 @@ QEMU_FLAGS.
 
 Use specific qemu flags (can be overriden with B<-q>).
 
-=item HYPERVISOR_PARAMS
+=item WVDESC
 
-Parameters passed to hypervisor. The default value is "serial", unless
-overriden in configuration file.
+Description of the wvtest-compliant program.
 
-=item KERNEL
+=item WVTEST_TIMEOUT
 
-The kernel to use instead of NOVA hypervisor specified in the
-configuration file. The value should contain the name of the kernel
-image as well as its command line parameters. If this variable is
-defined and non-empty, the variable HYPERVISOR_PARAMS is not used.
+The timeout in seconds for WvTest harness. If no complete line appears
+in the test output within the time specified here, the test fails. It
+is necessary to specify this for long running tests that produce no
+intermediate output.
 
 =back