1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
Source: open-infrastructure-system-tools
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
asciidoc,
debhelper-compat (= 13),
docbook-xml,
docbook-xsl,
libxml2-utils,
xsltproc,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://open-infrastructure.net/software/system-tools
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-system-tools
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-system-tools
Package: open-infrastructure-system-boot
Section: admin
Architecture: all
Depends:
busybox | busybox-initramfs,
initramfs-tools,
udev,
${misc:Depends},
Recommends:
rsync,
uuid-runtime,
Suggests:
cryptsetup,
curlftpfs,
httpfs2,
wget,
Conflicts:
live-boot,
live-boot-doc,
live-boot-initramfs-tools,
Replaces:
live-boot,
live-boot-doc,
live-boot-initramfs-tools,
Provides:
system-boot,
Description: Boot Debian-based system images
system-boot provides the system integration for booting from a read-only root
filesystem such as a live system.
Package: open-infrastructure-system-build
Section: admin
Architecture: all
Depends:
debootstrap,
${misc:Depends},
Recommends:
apt-utils,
cpio,
live-manual-html | live-manual,
wget,
Suggests:
debian-keyring,
gpgv,
Conflicts:
live-build,
Replaces:
live-build,
Provides:
system-build,
Description: Build Debian-based system images
system-build is a tool to build system images such as a live system from a
configuration directory.
Package: open-infrastructure-system-config
Section: admin
Architecture: all
Depends:
systemd,
${misc:Depends},
Recommends:
dbus,
iproute2 | iproute,
keyboard-configuration,
locales | locales-all,
sudo,
user-setup,
Suggests:
pciutils,
wget,
Conflicts:
live-config,
live-config-doc,
live-config-systemd,
live-config-sysvinit,
Replaces:
live-config,
live-config-doc,
live-config-systemd,
live-config-sysvinit,
Provides:
system-config,
Description: Configure Debian-based system images
system-config provides the system integration for configuring a read-only root
filesystem such as a live system.
Package: open-infrastructure-system-images
Section: admin
Architecture: all
Depends:
open-infrastructure-system-build (>= 20161115),
${misc:Depends},
Provides:
system-images,
Description: Debian-based system images
system-images contains the configuration directories for system-build to
build live system images.
|