Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / debian / control @ 27a3b37a

History | View | Annotate | Download (1.1 kB)

1
Source: snf-image-helper
2
Section: admin
3
Priority: extra
4
Maintainer: Nikos Skalkotos <skalkoto@grnet.gr>
5
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, automake, xmlstarlet,
6
 parted, reglookup, chntpw
7
Standards-Version: 3.9.1
8
Homepage: https://code.grnet.gr/projects/snf-image
9
Vcs-Git: git://code.grnet.gr/git/snf-image
10
Vcs-Browser: https://code.grnet.gr/git/snf-image
11

    
12
Package: snf-image-helper
13
Architecture: all
14
Depends: ${python:Depends}, ${misc:Depends}, xmlstarlet,
15
 e2fsprogs (>= 1.41.12), ntfs-3g, ntfsprogs, parted, reglookup, chntpw
16
Breaks: ganeti (<< 1.2.7)
17
Replaces: snf-ganeti-instance-image
18
Enhances: ganeti
19
Description: Requisite for the snf-image Ganeti OS Provider
20
 This package needs to be installed in the Helper VM that is
21
 used by the snf-image-host Ganeti OS Provider. It implements the
22
 communication between the OS Provider and the VM that customizes
23
 the newly created Image.
24
 .
25
 The snf-image-host package should be installed on the host machine.
26
 The snf-image-helper package should be installed inside the VM,
27
 which is used by the snf-image-host package to customize the Image.