]> rtime.felk.cvut.cz Git - novaboot.git/blob - debian/control
60b153dc91207b990fed4a79e54412a3006ee7c3
[novaboot.git] / debian / control
1 Source: novaboot
2 Section: devel
3 Priority: optional
4 Maintainer: Michal Sojka <sojkam1@fel.cvut.cz>
5 Build-Depends: debhelper (>= 8.0.0), perl, libexpect-perl
6 Standards-Version: 3.9.4
7 Homepage: https://github.com/wentasah/novaboot
8 Vcs-Git: https://github.com/wentasah/novaboot.git
9 Vcs-Browser: https://github.com/wentasah/novaboot
10
11 Package: novaboot
12 Architecture: all
13 Depends: perl, libexpect-perl, ${misc:Depends}
14 Recommends: perl-doc, rsync, qemu-system, openssh-client,
15  isolinux, syslinux-common, genisoimage, amtterm, libwww-perl, procps,
16  sudo, file
17 Suggests: scons, make, isc-dhcp-server, tftpd-hpa, iproute | iproute2
18 Description: Tool for booting operating systems on remote hardware
19  This program makes booting of an operating system (e.g. Linux or
20  NOVA) as simple as running a local program. It facilitates booting on
21  local or remote hosts or in emulators such as qemu. Novaboot
22  operation is controlled by command line options and by a so called
23  novaboot script, which can be thought as a generalization of
24  bootloader configuration files. Based on this input, novaboot setups
25  everything for the target host to boot the desired configuration,
26  i.e. it generates the bootloader configuration file in the proper
27  format, deploy the binaries and other needed files to required
28  locations, perhaps on a remote TFTP server and reset the target host.
29  Finally, target host's serial output is redirected to standard output
30  if that is possible.