From e6ad7b1c62f50370c325cd3380ecb90fd8f1924f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 4 May 2015 10:26:13 +0200 Subject: [PATCH] Minor doc updates --- README.pod | 14 +++++++++++--- novaboot | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/README.pod b/README.pod index b5cf728..327287f 100644 --- a/README.pod +++ b/README.pod @@ -45,9 +45,12 @@ Simple examples of using C: =item 1. Run an OS in Qemu. This is can be specified with the B<--qemu> option. -Thus running C (or C<./myos --qemu> as described -above) will run Qemu and make it boot the configuration specified in -the F 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 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 diff --git a/novaboot b/novaboot index 1726109..05323ca 100755 --- a/novaboot +++ b/novaboot @@ -1230,9 +1230,12 @@ Simple examples of using C: =item 1. Run an OS in Qemu. This is can be specified with the B<--qemu> option. -Thus running C (or C<./myos --qemu> as described -above) will run Qemu and make it boot the configuration specified in -the F 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 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 -- 2.39.2