File: control.modules.in

package info (click to toggle)
translucency 0.6.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 240 kB
  • ctags: 221
  • sloc: ansic: 2,133; makefile: 260; perl: 172; sh: 102
file content (24 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: translucency
Section: misc
Priority: extra
Maintainer: Eduard Bloch <blade@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.0

Package: translucency-module-_KVERS_
Architecture: any
Depends: kernel-image-_KVERS_
Provides: translucency-module
Suggests: translucency
Description: translucency module for Linux (kernel _KVERS_).
 The translucency module adds a new feature to the Linux kernel:
 translucency between two filesystem directories. All changes on files
 in the working directory are in reality stored in the another location.
 .
 Similar concepts are known as inheriting (ifs), stacking (bind mount),
 translucency (tfs), loopback (lofs), overlay (ovlfs).
 .
 If you have compiled your own kernel, you will most likely need to build
 your own translucency-module.  The translucency-source package has been
 provided for use with the module-assistant utility to produce a version
 of translucency-module for your kernel.