]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - debian/control
debian: Fix version syntax in Depends
[novaboot.git] / debian / control
index 296c2cb78c9e3fb54b39cffa04ad5e17573e56af..953cf64b945bd2948a7be31e5a9b655e6ddff920 100644 (file)
@@ -27,3 +27,17 @@ Description: Tool for booting operating systems on remote hardware
  locations, perhaps on a remote TFTP server and reset the target host.
  Finally, target host's serial output is redirected to standard output
  if that is possible.
+
+Package: novaboot-server
+Architecture: all
+Depends: dash | bash, util-linux (>= 2.29), coreutils, rsync, ${misc:Depends}
+Description: Server-side scripts simplifying novaboot target configuration
+ This package allows controlling novaboot target hardware via simple,
+ unified, SSH-based interface. Most of the target configuration
+ happens on the server, novaboot clients only need to specify '--ssh
+ user@server' to use the target. The server is easily usable also
+ without novaboot - e.g. resetting the target is as simple as running
+ 'ssh user@server reset'. The server contains logic that blocks other
+ user's requests, while somebody else is connected to target's
+ console. Blocked users see who is using the target and are
+ automatically unblocked when the target becomes free.