diff options
author | maximilian attems <maks@debian.org> | 2007-05-01 18:49:42 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-05-01 18:49:42 +0200 |
commit | b65e2e814325991ea130c3a176024f6a7e416c46 (patch) | |
tree | 880520cb244f16a1294845d6a8eed467195ac370 /debian | |
parent | b71721f02b6b46fddfc624888f61aafbc2399129 (diff) | |
download | initramfs-tools-b65e2e814325991ea130c3a176024f6a7e416c46.tar.gz initramfs-tools-b65e2e814325991ea130c3a176024f6a7e416c46.zip |
mkinitramfs.8: improve docs
* add example section
* be more explicit that update-initramfs is a wrapper around mkinitramfs
and what it does
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 22b793b..b5eff37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ initramfs-tools (0.88) UNRELEASED; urgency=low * debian/changelog: Fix missing colons in closes. + * hook-functions: Add a proper /sys walking dep_add_modules() for a minimal initramfs on MODULES=dep. (closes: #395526) - -- maximilian attems <maks@debian.org> Tue, 01 May 2007 18:29:59 +0200 + * mkinitramfs.8: Add examples section, plus improve description of the + low-level tool and how it fits with update-initramfs. + + -- maximilian attems <maks@debian.org> Tue, 01 May 2007 18:48:03 +0200 initramfs-tools (0.87b) unstable; urgency=low |