diff options
author | maximilian attems <maks@debian.org> | 2009-04-23 11:25:34 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-04-23 11:26:17 +0200 |
commit | 88462fef31e21ec066c9e71f09310b6320b135c0 (patch) | |
tree | 3e42a53147d708c054efba7b159d6972679ce5e5 /debian/control | |
parent | 2d23dd1950e24ec6b64ae2405464a89b82e4cca5 (diff) | |
download | initramfs-tools-88462fef31e21ec066c9e71f09310b6320b135c0.tar.gz initramfs-tools-88462fef31e21ec066c9e71f09310b6320b135c0.zip |
debian/control: No longer mention EVMS in long description.
evms seems dead, so no longer list it explicitly.
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5551acb..72af0d2 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,6 @@ Description: tools for generating an initramfs Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the kernel unpacks that archive into RAM, mounts and uses it as initial root file system. The mounting of the real root file system occurs in early user space. - klibc provides utilities to setup root. Having the root on EVMS, MD, LVM2, - LUKS or NFS is also supported. + klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or + NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive. |