summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog87
1 files changed, 86 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a76d5bd..6a95f20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,92 @@ initramfs-tools (0.42) unstable; urgency=low
that use the mptscsih. Thanks dann frazier <dannf@hp.com> for the patch.
(Closes: #341162)
- -- maximilian attems <maks@sternwelten.at> Thu, 1 Dec 2005 16:42:12 +0100
+ * Resync with 0.40ubuntu7.
+ - Do the udev split by hand as we have a different udev invocation
+ supporting linux < 2.6.15. Increment udev dep to the version with
+ initramfs hooks.
+ - Debian's klibc hasn't yet the nanosleep, waiting for unbroken
+ linux-headers.
+ - Don't remove resume support from /etc/mkinitramfs/initramfs.conf
+ even if bootloader setting is preferred.
+
+ -- maximilian attems <maks@sternwelten.at> Mon, 5 Dec 2005 12:59:59 +0100
+
+initramfs-tools (0.40ubuntu7) dapper; urgency=low
+
+ * remove "sleep 3" from the nfs script before the nfsmount command,
+ its a leftover from debugging in breezy and slows down thin client
+ booting unnecessary
+
+ -- Oliver Grawert <ogra@ubuntu.com> Fri, 2 Dec 2005 11:45:05 +0100
+
+initramfs-tools (0.40ubuntu6) dapper; urgency=low
+
+ * When panicking, fork an interactive subshell rather than execing it, so
+ that if the user fixes things up and exits, we continue rather than
+ panic the kernel.
+ * Call update-initramfs in postinst to regenerate the latest initramfs on
+ upgrades
+
+ -- Matt Zimmerman <mdz@ubuntu.com> Thu, 1 Dec 2005 22:23:09 -0800
+
+initramfs-tools (0.40ubuntu5) dapper; urgency=low
+
+ * Wait up to 10 seconds for the root device to appear before failing,
+ allowing SCSI and USB controllers time to settle. There's almost
+ certainly a more elegant way to do this generically for all mountroot
+ functions, but for now this will suffice.
+
+ -- Scott James Remnant <scott@ubuntu.com> Thu, 1 Dec 2005 21:28:55 +0000
+
+initramfs-tools (0.40ubuntu4) dapper; urgency=low
+
+ * Mount /dev with mode 0755.
+
+ -- Scott James Remnant <scott@ubuntu.com> Thu, 1 Dec 2005 19:30:06 +0000
+
+initramfs-tools (0.40ubuntu3) dapper; urgency=low
+
+ "A true friend stabs you in the front."
+ - Oscar Wilde
+
+ * hooks/acpid: Rename to ...
+ * hooks/thermal: ... this. Add therm_pm72 for ppc64 systems.
+
+ -- Jeff Bailey <jbailey@ubuntu.com> Wed, 30 Nov 2005 22:25:01 -0500
+
+initramfs-tools (0.40ubuntu2) dapper; urgency=low
+
+ * Rename scripts/init-premount/acpid to scripts/init-premount/thermal
+ and add therm_pm72 to avoid "vaccum cleaner mode" on ppc64 systems.
+
+ -- Adam Conrad <adconrad@ubuntu.com> Thu, 1 Dec 2005 12:37:27 +1100
+
+initramfs-tools (0.40ubuntu1) dapper; urgency=low
+
+ * Use tmpfs for /dev, instead of ramfs; as tmpfs is swappable.
+ * Move /proc and /sys to the real filesystem, rather than unmounting them;
+ slightly reduces workload.
+ * Replace /root with ${rootmnt} in final usage of /dev/console
+ * Copy across modprobe blacklist as well as aliases
+
+ * Change the panic/breaknow thing *again*. There's now a break= option
+ which can be any of top, modules, premount, mount, bottom, init and
+ causes the initramfs to break at that point. panic/breaknow is now
+ break=top, without an argument is equivalent to break=premount.
+ * Run depmod at the top of the init script, so init-top scripts can use
+ modprobe.
+
+ * Remove udev-specific code:
+ - depend on the version of udev that includes all of these things itself
+ - remove udevstart from init
+ - remove code to move /dev to the real filesystem from init
+ - remove /sys-based module loading from load_modules
+ - remove boot_events functions from load_modules
+ - remove udev copy from mkinitramfs
+ - remove udev hook script
+
+ -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Nov 2005 21:21:12 +0000
initramfs-tools (0.41) unstable; urgency=high