diff options
| author | maximilian attems <max@stro.at> | 2007-09-09 12:34:44 +0200 |
|---|---|---|
| committer | maximilian attems <max@stro.at> | 2007-09-09 12:34:44 +0200 |
| commit | 475b09a738d329624e34e5f82e01ebaf3c16a708 (patch) | |
| tree | 58b02273fe6cf0f9b57d24da542a69b6cd8930ae /debian | |
| parent | c09f8e45cb6740561f1a4f657acc591fa7ceb16e (diff) | |
| download | initramfs-tools-475b09a738d329624e34e5f82e01ebaf3c16a708.tar.gz initramfs-tools-475b09a738d329624e34e5f82e01ebaf3c16a708.zip | |
mkinitramfs: Add /usr/share/initramfs-tools/conf-hooks.d
this allows to seperate conf files which needs to land on initramfs
and those that should only be run on mkinitramfs.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/initramfs-tools.dirs | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index cb49ebf..499d316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -initramfs-tools (0.91) UNRELEASED; urgency=low +initramfs-tools (0.91) unstable; urgency=low * udev_helper: Axe the modprobe ide-generic should no longer be needed for kernel since Etch. @@ -24,10 +24,11 @@ initramfs-tools (0.91) UNRELEASED; urgency=low Thanks Michael Prokop <mika@grml.org> for the patches. * hook-functions: MODULES=dep fix I2O detection. Add sys_walk_modalias() to catch old style IDE. - * mkinitramfs: Export MODULES, allows hook script to act accordingly. - (closes: #421658) + * mkinitramfs: Export MODULES, allows hook scripts to act accordingly. + (closes: #421658) Add /usr/share/initramfs-tools/conf-hooks.d for hooks + options on mkinitramfs run. Do not land in initramfs. - -- maximilian attems <maks@debian.org> Sat, 08 Sep 2007 23:28:37 +0200 + -- maximilian attems <maks@debian.org> Sun, 09 Sep 2007 12:26:16 +0200 initramfs-tools (0.90a) unstable; urgency=high diff --git a/debian/initramfs-tools.dirs b/debian/initramfs-tools.dirs index 2c6a83a..a11bf32 100644 --- a/debian/initramfs-tools.dirs +++ b/debian/initramfs-tools.dirs @@ -10,5 +10,6 @@ etc/initramfs-tools/scripts/nfs-top etc/initramfs-tools/hooks etc/initramfs-tools/conf.d usr/share/initramfs-tools/conf.d +usr/share/initramfs-tools/hooksconf.d usr/share/initramfs-tools/modules.d /var/lib/initramfs-tools |
