Try loading phram module twice to fix loading issue.
[live-boot-grml.git] / debian / control
1 Source: live-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Grml Team <team@grml.org>
5 Build-Depends: debhelper (>= 8), quilt (>= 0.46-7~)
6 Standards-Version: 3.9.2
7 Homepage: http://live.debian.net/devel/live-boot/
8 Vcs-Browser: http://git.grml.org/?p=live-boot-grml.git
9 Vcs-Git: git://git.grml.org/live-boot-grml.git
10 Origin: Grml
11 Bugs: mailto:bugs@grml.org
12
13 Package: live-boot-grml
14 Architecture: all
15 Depends: ${misc:Depends}, live-boot-grml-initramfs-tools
16 Recommends: live-boot-grml-doc, eject, file, rsync, uuid-runtime
17 Conflicts: live-boot
18 Replaces: live-boot
19 Provides: live-boot
20 Suggests: curlftpfs, cryptsetup, httpfs2, unionfs-fuse, wget
21 Description: Debian Live - System Boot Scripts
22  live-boot contains the scripts that configure a Debian Live system during the
23  boot process (early userspace).
24  .
25  In addition to live-boot, a backend for the initrd generation is required, such
26  as live-boot-initramfs-tools.
27  .
28  Please notice that this package is maintained by the grml.org team.
29  This is NOT a fork of Debian's live-boot, it's just a customized
30  version to better fit Grml's needs.
31
32 Package: live-boot-grml-doc
33 Architecture: all
34 Depends: ${misc:Depends}
35 Conflicts: live-boot (<< 3.0~a18~), live-boot-doc
36 Replaces: live-boot, live-boot-doc
37 Provides: live-boot-doc
38 Description: Debian Live - System Boot Scripts (documentation)
39  live-boot contains the scripts that configure a Debian Live system during the
40  boot process (early userspace).
41  .
42  This package contains the documentation.
43  .
44  Please notice that this package is maintained by the grml.org team.
45  This is NOT a fork of Debian's live-boot, it's just a customized
46  version to better fit Grml's needs.
47
48 Package: live-boot-grml-initramfs-tools
49 Architecture: all
50 Depends:
51  ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev
52 Conflicts: live-boot-backend
53 Replaces: live-boot-backend
54 Provides: live-boot-backend
55 Description: Debian Live - System Boot Scripts (initramfs-tools backend)
56  live-boot contains the scripts that configure a Debian Live system during the
57  boot process (early userspace).
58  .
59  This package contains the initramfs-tools backend.
60  .
61  Please notice that this package is maintained by the grml.org team.
62  This is NOT a fork of Debian's live-boot, it's just a customized
63  version to better fit Grml's needs.