summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS15
-rw-r--r--debian/changelog11
2 files changed, 25 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..e755806
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,15 @@
+initramfs-tools (0.10) breezy; urgency=low
+
+ * This release includes hardware auto detection in the initramfs.
+ This means two things in particular that are important:
+
+ 1) the resulting initramfs will be huge. Like 10 megs huge.
+ I will shrink it down once it's correct. If you're on an
+ arch that doesn't like >4mb initramfs', then this won't boot.
+
+ 2) Your network drivers are loaded in the initramfs, so hotplug
+ won't see a network event, so ifup won't be run. This will
+ be fixed shortly in hotplug.
+
+ -- Jeff Bailey <jbailey@ubuntu.com> Fri, 17 Jun 2005 15:17:06 +0000
+
diff --git a/debian/changelog b/debian/changelog
index 5cd9969..ca4efc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
initramfs-tools (0.10) breezy; urgency=low
+ The "I can see you!" release.
+
* Unconditionally require busybox. Might revert this eventually
but it's too much of a pain right now do this without
a reasonably environment
@@ -9,7 +11,14 @@ initramfs-tools (0.10) breezy; urgency=low
* Iterate through /sys/bus/pci and /sys/bus/usb and load drivers
based on their modalias
- -- Jeff Bailey <jbailey@ubuntu.com> Thu, 16 Jun 2005 02:23:50 +0000
+ * Start to use /sbin for things
+
+ * Include depmod in the image. Use it at boot time.
+
+ * Edit config example to show the modules that do need to be included
+ manually for this build.
+
+ -- Jeff Bailey <jbailey@ubuntu.com> Fri, 17 Jun 2005 12:45:07 +0000
initramfs-tools (0.9) breezy; urgency=low