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.
|