]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Minor doc updates
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 4 May 2015 08:26:13 +0000 (10:26 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 4 May 2015 08:26:13 +0000 (10:26 +0200)
README.pod
novaboot

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
index 17261092e5c01ce733c9b4fbade5aae8e9833b99..05323cae562484cd89cd30f8fd8943ce5a86ab64 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -1230,9 +1230,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.
 
@@ -1244,6 +1247,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