diff options
author | maximilian attems <maks@debian.org> | 2005-10-21 18:24:58 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-10-21 18:24:58 +0200 |
commit | 347d6ecf62c2b0ce237deb38e7e80988b90fc078 (patch) | |
tree | 251b046f922f0aca6000cf415a04fc2e7d1dce55 /debian/control | |
parent | 60417290f1be20067c64431a5249cafe8a9bbc51 (diff) | |
download | initramfs-tools-347d6ecf62c2b0ce237deb38e7e80988b90fc078.tar.gz initramfs-tools-347d6ecf62c2b0ce237deb38e7e80988b90fc078.zip |
waldi fixes for newer busybox
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 6dcbbec..68874cf 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.2.0 Package: initramfs-tools Architecture: all -Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, mdadm, lvm2 (>= 2.01.04-5), udev +Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, mdadm, lvm2 (>= 2.01.04-5), udev, mklibs-copy 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 |