]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - debian/control
server: Always use flock with --no-fork
[novaboot.git] / debian / control
index 60b153dc91207b990fed4a79e54412a3006ee7c3..aea9a6b258531a7a8436581a44edf7aba5e69f63 100644 (file)
@@ -12,8 +12,7 @@ Package: novaboot
 Architecture: all
 Depends: perl, libexpect-perl, ${misc:Depends}
 Recommends: perl-doc, rsync, qemu-system, openssh-client,
- isolinux, syslinux-common, genisoimage, amtterm, libwww-perl, procps,
- sudo, file
+ syslinux, genisoimage, amtterm, libwww-perl, procps, sudo, file
 Suggests: scons, make, isc-dhcp-server, tftpd-hpa, iproute | iproute2
 Description: Tool for booting operating systems on remote hardware
  This program makes booting of an operating system (e.g. Linux or
@@ -28,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.