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 | |
parent | 60417290f1be20067c64431a5249cafe8a9bbc51 (diff) | |
download | initramfs-tools-347d6ecf62c2b0ce237deb38e7e80988b90fc078.tar.gz initramfs-tools-347d6ecf62c2b0ce237deb38e7e80988b90fc078.zip |
waldi fixes for newer busybox
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a44d9a6..600d835 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +initramfs-tools (0.31) UNRELEASED; urgency=low + + [ Bastian Blank ] + * debian/control: Add mklibs-copy as dependency. + * hook-functions use mklibs-copy: Remove copy_exec. + * hooks/evms: Use cp instead of copy_exec. + * mkinitramfs + - Use cp instead of copy_exec. + - Call mklibs-copy to collect necessary libs. + + + -- Bastian Blank <waldi@debian.org> Mon, 10 Oct 2005 18:27:12 +0000 + initramfs-tools (0.31) unstable; urgency=low Quick fix for sluggish dep 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 |