diff options
author | maximilian attems <maks@debian.org> | 2006-01-23 21:47:26 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-01-23 21:47:26 +0100 |
commit | f2688cc18d0e0420ad4ad069ed6bb32b2869badb (patch) | |
tree | 1231255a9cadac6e42c78a7ceded2fc72e714183 | |
parent | 270657ae007b35223c57829bfa6ed2e331eed851 (diff) | |
download | initramfs-tools-f2688cc18d0e0420ad4ad069ed6bb32b2869badb.tar.gz initramfs-tools-f2688cc18d0e0420ad4ad069ed6bb32b2869badb.zip |
use CONFDIR everywhere
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | mkinitramfs | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f354777..1308f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ initramfs-tools (0.51) unstable; urgency=low * scripts/functions: Call panic on circular deps to get rescue shell. - -- maximilian attems <maks@sternwelten.at> Mon, 23 Jan 2006 21:37:45 +0100 + * mkinitramfs: Use ${CONFDIR} everywhere. + + -- maximilian attems <maks@sternwelten.at> Mon, 23 Jan 2006 21:46:45 +0100 initramfs-tools (0.50c) unstable; urgency=low diff --git a/mkinitramfs b/mkinitramfs index 5a89213..9b9e734 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -183,7 +183,7 @@ mkdir -p "${DESTDIR}/etc/modprobe.d" cp -a /etc/modprobe.d/* "${DESTDIR}/etc/modprobe.d" run_scripts /usr/share/initramfs-tools/hooks -run_scripts /etc/mkinitramfs/hooks +run_scripts "${CONFDIR}"/hooks # Apply DSDT to initramfs if [ -e "${CONFDIR}/DSDT.aml" ]; then |