From: Michal Sojka Date: Mon, 21 Oct 2013 00:27:35 +0000 (+0200) Subject: Add target connection check phase to the documentation X-Git-Tag: 20140513~91 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/0bf453563bed59890d91bc773ed28ae473249922 Add target connection check phase to the documentation --- diff --git a/README.md b/README.md index fc3ed73..a19ec18 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,12 @@ scripts. Finally, binaries can be generated in this phases by running the MAC address specified either on the command line or taken from _.novaboot_ configuration file. +## Target connection check + +If supported by the target, the connection to it is made and it is +checked whether the target is not occupied by another novaboot +user/instance. + ## File deployment phase In some setups, it is necessary to copy the files needed for booting diff --git a/novaboot b/novaboot index 8030f90..7c8f60b 100755 --- a/novaboot +++ b/novaboot @@ -936,6 +936,12 @@ I<.novaboot> configuration file. =back +=head2 Target connection check + +If supported by the target, the connection to it is made and it is +checked whether the target is not occupied by another novaboot +user/instance. + =head2 File deployment phase In some setups, it is necessary to copy the files needed for booting