diff options
-rw-r--r-- | debian/changelog | 15 | ||||
-rwxr-xr-x | scripts/local-top/udev_helper (renamed from scripts/local-top/udev-helper) | 0 | ||||
-rw-r--r-- | update-initramfs | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b83cd21..f6db559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,7 +27,20 @@ initramfs-tools (0.54) unstable; urgency=low * modules.d/ide: Add it821x. (closes #352460) - -- maximilian attems <maks@sternwelten.at> Tue, 7 Mar 2006 00:49:46 +0100 + -- maximilian attems <maks@sternwelten.at> Wed, 8 Mar 2006 17:34:25 +0100 + +initramfs-tools (0.53c) unstable; urgency=low + + * update-initramfs: Really reset takeover to zero. + + -- maximilian attems <maks@sternwelten.at> Mon, 6 Mar 2006 07:59:34 +0100 + +initramfs-tools (0.53b) unstable; urgency=low + + * scripts/init-premount/udev_helper: Renamed from udev-helper. + Thanks to Tollef Fog Heen <tfheen@err.no> (closes: #355235) + + -- maximilian attems <maks@sternwelten.at> Sat, 4 Mar 2006 15:26:13 +0100 initramfs-tools (0.53) unstable; urgency=high diff --git a/scripts/local-top/udev-helper b/scripts/local-top/udev_helper index 8ae47d2..8ae47d2 100755 --- a/scripts/local-top/udev-helper +++ b/scripts/local-top/udev_helper diff --git a/update-initramfs b/update-initramfs index 2093220..2e39ed0 100644 --- a/update-initramfs +++ b/update-initramfs @@ -239,7 +239,7 @@ altered_check() verbose=0 yes=0 # We default to takeover=1 in Ubuntu, but not Debian -takeover=1 +takeover=0 ## |