diff options
author | maximilian attems <maks@debian.org> | 2005-10-21 19:28:24 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-10-21 19:28:24 +0200 |
commit | 58fa8de0d0a4ab01326623978ed200b1ad429d3b (patch) | |
tree | 4b8f7005fb6394c7a540f1b1f4fc515217cf7188 /debian/control | |
parent | dcd7525c33372c941631a6c6e38c2923a87f75b9 (diff) | |
download | initramfs-tools-58fa8de0d0a4ab01326623978ed200b1ad429d3b.tar.gz initramfs-tools-58fa8de0d0a4ab01326623978ed200b1ad429d3b.zip |
waldi: pump udev dep
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 68874cf..7b5918a 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, mklibs-copy +Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, mdadm, lvm2 (>= 2.01.04-5), udev (>= 0.070-3), 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 |