diff options
author | maximilian attems <maks@debian.org> | 2006-02-27 10:21:35 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-02-27 10:21:35 +0100 |
commit | 75b6694d4359db60f73416d1fe0c9e5bfb3ba812 (patch) | |
tree | 19dbc9d06a5914cebfd3a42c432fb0b25c82420e | |
parent | 288e6e8f91ea7b05414853ded1f7568c4e7c3888 (diff) | |
download | initramfs-tools-75b6694d4359db60f73416d1fe0c9e5bfb3ba812.tar.gz initramfs-tools-75b6694d4359db60f73416d1fe0c9e5bfb3ba812.zip |
really install those compat scripts.
changelog nitpicking
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/initramfs-tools.install | 1 | ||||
-rw-r--r-- | debian/initramfs-tools.manpages | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8094038..b4cbb08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,9 +14,9 @@ initramfs-tools (0.53) unstable; urgency=high - scripts/functions: remove duplicate dir check. - scripts/nfs: add quiet to modules loading. - * Add kernel-package compat stuff, behaves like mkinitramfs, + * mkinitramfs-kpkg: Add kernel-package compat stuff, behaves like mkinitramfs, but adds the sha1sum for update-initramfs. Reset takeover=0. - (closes: #353809) + (closes: #353809) Add small mkinitramf-kpkg.8. * init: Move the ROOT export up, so we actually source the hardcoded device in initramfs.conf. (closes: #352958) @@ -26,7 +26,7 @@ initramfs-tools (0.53) unstable; urgency=high * hook-functions: First shot at IEEE1394 support - add ohci1394 and sbp2. - -- maximilian attems <maks@sternwelten.at> Mon, 27 Feb 2006 09:45:54 +0100 + -- maximilian attems <maks@sternwelten.at> Mon, 27 Feb 2006 10:20:03 +0100 initramfs-tools (0.52b) unstable; urgency=high diff --git a/debian/initramfs-tools.install b/debian/initramfs-tools.install index 3a7a503..b722d90 100644 --- a/debian/initramfs-tools.install +++ b/debian/initramfs-tools.install @@ -1,4 +1,5 @@ mkinitramfs usr/sbin +mkinitramfs-kpkg usr/sbin init usr/share/initramfs-tools scripts usr/share/initramfs-tools conf/initramfs.conf etc/mkinitramfs diff --git a/debian/initramfs-tools.manpages b/debian/initramfs-tools.manpages index 8a27566..f127e99 100644 --- a/debian/initramfs-tools.manpages +++ b/debian/initramfs-tools.manpages @@ -1,4 +1,5 @@ mkinitramfs.8 +mkinitramfs-kpkg.8 initramfs.conf.5 initramfs-tools.8 update-initramfs.8 |