diff options
| author | maximilian attems <maks@debian.org> | 2006-07-12 18:21:16 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-07-12 18:21:16 +0200 |
| commit | 50586c0818aa8de3ba3aa1c105acbe31537a9be1 (patch) | |
| tree | 3b58eab0db38393168cca8569fa213056974732a /debian | |
| parent | f82a46fac97eee643cbd8600657f533a6e31665f (diff) | |
| download | initramfs-tools-50586c0818aa8de3ba3aa1c105acbe31537a9be1.tar.gz initramfs-tools-50586c0818aa8de3ba3aa1c105acbe31537a9be1.zip | |
- rename suspend boot script in resume
- update-initramfs add -b bootdif flag
document it
- check for noresume arg in init
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index bbc2944..9623ae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,22 @@ -initramfs-tools (0.68) unstable; urgency=high +initramfs-tools (0.69) unstable; urgency=low + + * scripts/local-premount/suspend, scripts/local-premount/resume: Rename + to the later as the script resumes from resume arg. + + * init: Parse for noresume and only export resume if it is not set. + Allows boot scripts to check for it's eventual existence. + Thanks David Härdeman <david@2gen.com> for the suggestion. + + * update-initramfs: Add option "-b directory" to override BOOTDIR. + Allows the initramfs to be created in another dir without awkward + mkinitramfs invocation. Check that the passed arg is really a dir. + (ubuntu: 37690) Thanks Colin Watson <cjwatson@debian.org> + + * update-initramfs.8: Document -b switch. + + -- maximilian attems <maks@sternwelten.at> Wed, 12 Jul 2006 16:51:49 +0200 + +initramfs-tools (0.68b) unstable; urgency=high * script/functions, hook-functions: Move check_minkver() to the second file as it uses dpkg and is run by mkinitramfs and not on boot. @@ -19,11 +37,12 @@ initramfs-tools (0.68) unstable; urgency=high to the one we ship. This should minimize Sarge upgrade prompting if no relevant modules where added to /etc/mkinitrd/modules. - * conf/initramfs.conf: Make it more similar to /etc/mkinitrd/modules. + * conf/modules: Make it more similar to /etc/mkinitrd/modules. * Set urgency high for RC fixes upload. + Thanks Steinar H. Gunderson <sesse@debian.org> for the review. - -- maximilian attems <maks@sternwelten.at> Fri, 7 Jul 2006 11:45:56 +0200 + -- maximilian attems <maks@sternwelten.at> Mon, 10 Jul 2006 00:13:52 +0200 initramfs-tools (0.67) unstable; urgency=high |
