diff options
author | Jeff Bailey <jbailey@ubuntu.com> | 2005-08-16 13:38:52 -0400 |
---|---|---|
committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-08-16 13:38:52 -0400 |
commit | f903a759dea3c85c88bbec151337efd2c64ba3bf (patch) | |
tree | 704d8b8b345dfdc7ca8bc4994bb2abbc7ecd3b5d /debian/control | |
parent | baab5f5fc3d6cfe4821a82e5b17f0f57bef060b0 (diff) | |
download | initramfs-tools-f903a759dea3c85c88bbec151337efd2c64ba3bf.tar.gz initramfs-tools-f903a759dea3c85c88bbec151337efd2c64ba3bf.zip |
Commit colin's changes to initramfs-tools
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1c1a6b2..cd47480 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2.0 Package: initramfs-tools Architecture: all -Depends: klibc-utils, busybox-cvs-initramfs (>= 20040623-1ubuntu19), mdadm, lvm2 (>= 2.01.04-5) +Depends: klibc-utils, busybox-cvs-initramfs (>= 20040623-1ubuntu19), cpio, mdadm, lvm2 (>= 2.01.04-5) Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for prepackaged 2.6 Linux kernel. The initramfs is an cpio archive. At boot time, the kernel |