]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - README.pod
Minor doc updates
[novaboot.git] / README.pod
index b5cf728f1d0a33d3112e32c6a20cd0c9bd38f8ec..327287fb9e6e503b14111ce42134552b358880c8 100644 (file)
@@ -45,9 +45,12 @@ Simple examples of using C<novaboot>:
 =item 1.
 
 Run an OS in Qemu. This is can be specified with the B<--qemu> option.
-Thus running C<novaboot --qemu myos> (or C<./myos --qemu> as described
-above) will run Qemu and make it boot the configuration specified in
-the F<myos> script.
+Thus running
+
+ novaboot --qemu myos
+
+(or C<./myos --qemu> as described above) will run Qemu and make it
+boot the configuration specified in the F<myos> script.
 
 =item 2.
 
@@ -59,6 +62,11 @@ target and receive its serial output.
 
  ./myos --grub2 --server=192.168.1.1:/tftp --iprelay=192.168.1.2
 
+Alternatively, you can put these switches to the configuration file
+and run:
+
+ ./myos --target mytarget
+
 =item 3.
 
 Run DHCP and TFTP server on developer's machine to boot the target