diff options
| author | maximilian attems <maks@debian.org> | 2005-11-17 20:30:47 +0100 | 
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-11-17 20:30:47 +0100 | 
| commit | 57bc760c182d013bd656abe0b7cefda67e80986b (patch) | |
| tree | 524e800b107eb3fb506512dd44ff9bd43383564b | |
| parent | aa1e3cb6e0a9ab2d8a34676b719d278caea1bc17 (diff) | |
| download | initramfs-tools-57bc760c182d013bd656abe0b7cefda67e80986b.tar.gz initramfs-tools-57bc760c182d013bd656abe0b7cefda67e80986b.zip | |
fixes for newer udev.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | mkinitramfs | 1 | 
3 files changed, 7 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 637e896..0bc4e36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,12 @@ initramfs-tools (0.39) unstable; urgency=low      hook-fuctions: Readds copy_exec.      mkinitramfs, hooks/{evms,lvm,md}: Use copy_exec. - -- maximilian attems <maks@sternwelten.at>  Thu, 17 Nov 2005 18:43:19 +0100 +  * mkinitramfs: Newer udev no longer uses /sbin/udev - remove usage. +    (Closes: #339568, #339365, #338814) + +  * Pump udev dependency. + + -- maximilian attems <maks@sternwelten.at>  Thu, 17 Nov 2005 19:59:47 +0100  initramfs-tools (0.38) unstable; urgency=low diff --git a/debian/control b/debian/control index de0181f..b959cfd 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, udev (>= 0.070-3) +Depends: klibc-utils (>= 1.0.14-1ubuntu2), busybox (>= 1:1.01-3), cpio, udev (>= 0.072-2)  Provides: linux-initramfs-tool  Description: tools for generating an initramfs   This package contains tools to create and boot an initramfs for prepackaged diff --git a/mkinitramfs b/mkinitramfs index d7bc38b..529defc 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -172,7 +172,6 @@ copy_exec "${CONFDIR}/initramfs.conf" /conf  cp -a /etc/udev "${DESTDIR}/etc"  # Hack until udev is built with klibc -copy_exec /sbin/udev /sbin  copy_exec /sbin/udevd /sbin  copy_exec /sbin/udevsynthesize /sbin | 
