summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-17 21:43:38 +0100
committermaximilian attems <maks@debian.org>2006-02-17 21:43:38 +0100
commit0d19ff751ee9d9ceb2bf41de2b6fb0c0094a1aaa (patch)
tree6cb3d90482556685a6e96dfa6df9a6469d88113d /debian
parent785fb28847d8a620625a23aeafdc0fe85ef7adf9 (diff)
downloadinitramfs-tools-0d19ff751ee9d9ceb2bf41de2b6fb0c0094a1aaa.tar.gz
initramfs-tools-0d19ff751ee9d9ceb2bf41de2b6fb0c0094a1aaa.zip
add kernel-package compat stuff, behaves like mkinitramfs and adds
an sha1sum for update-initramfs. is meant for etch release, hope we get rid afterwards. will allow to clean up mkinitramfs from the longoption calls.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/initramfs-tools.install1
-rw-r--r--debian/initramfs-tools.manpages1
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fe7fc20..720c344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,10 +11,15 @@ initramfs-tools (0.52) unstable; urgency=low
(closes: #351939, #352633, #353087)
* update-initramfs(8), mkinitramfs(8): The point of the first is to be used
- on your local box. Highlight its mode of operations. The second cmd is
+ on your local box. Highlight its mode of operations. The second cmd is
only needed for advanced usage.
- -- maximilian attems <maks@sternwelten.at> Fri, 17 Feb 2006 10:04:17 +0100
+ * mkinitramfs-kpkg: Add an compat call for kernel-package. Has the same
+ broken syntax than mkinitrd and adds an sha1sum for update-initramfs.
+
+ * mkinitramfs-kpkg.8: Add warnings to use update-initramfs instead.
+
+ -- maximilian attems <maks@sternwelten.at> Fri, 17 Feb 2006 21:41:11 +0100
initramfs-tools (0.51) unstable; urgency=low
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