diff options
| author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-17 15:57:54 +0000 |
|---|---|---|
| committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-17 15:57:54 +0000 |
| commit | 287dcae1407c303ee929d2bff0a49c1e721b05ae (patch) | |
| tree | 4cd23d9ec83698de2a8e959d648821db770709d7 /debian/NEWS | |
| parent | bf8d6100fb13127151c309d842185b3a250ecfff (diff) | |
| download | initramfs-tools-287dcae1407c303ee929d2bff0a49c1e721b05ae.tar.gz initramfs-tools-287dcae1407c303ee929d2bff0a49c1e721b05ae.zip | |
Use /sbin, do depmod at boot time, copy all the interesting hardware drivers onto the initramfs
Diffstat (limited to 'debian/NEWS')
| -rw-r--r-- | debian/NEWS | 15 |
1 files changed, 15 insertions, 0 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 + |
