diff options
| author | maximilian attems <maks@debian.org> | 2006-08-18 15:59:40 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-08-18 15:59:40 +0200 |
| commit | d1d6763409a1260708423e0092d7bc4182275773 (patch) | |
| tree | c88fcae96605cda38b5794ef883d851791876001 /debian | |
| parent | 839572386f35bf4b4404dac5f976566bc155de94 (diff) | |
| download | initramfs-tools-d1d6763409a1260708423e0092d7bc4182275773.tar.gz initramfs-tools-d1d6763409a1260708423e0092d7bc4182275773.zip | |
- really add DAC960 + add megaraid_sas
- update TODO
- first take at the panic parsing
- do_bootloader variable is not case sensitive, catch more cases
- if panic is set to 0 reboot and don't open console,
needs still work for all other values.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/TODO | 6 | ||||
| -rw-r--r-- | debian/changelog | 20 |
2 files changed, 23 insertions, 3 deletions
diff --git a/debian/TODO b/debian/TODO index 2c2edc0..7b9bf0a 100644 --- a/debian/TODO +++ b/debian/TODO @@ -5,10 +5,10 @@ TODO o Eliminate ?udev?, ?klibc?, busybox (-> glibc). - o Support list and dep options + o Better heuristics for MODULES=dep option o Default to dep for PPC - Possibly to detect newworld? - o lilo timeouts handling + o udevsettle timeouts handling - o mdadm + lvm2 hooks to their respective packages + o lvm2 hooks to their respective packages diff --git a/debian/changelog b/debian/changelog index f089fe6..995d76d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +initramfs-tools (0.75) unstable; urgency=high + + * hook-functions: Add megaraid_sas to the scsi list. Thanks Kenshi Muto + <kmuto@debian.org>. + + * init: Parse for "panic=<timeout>" bootarg. + + * hook-functions: Immediately call reboot in the panic function if panic=0 + to disallow any console access for secured boxes. (closes: 378455) + + * debian/TODO: Update to current state + + * update-initramfs: do_bootloader can be set mixed case or upper case. + Catch the obvious Yes and YES too. + + * hook-functions: Really include DAC960 driver. Thanks Tim Small + <tim@buttersideup.com>. (closes: 383486) 2 module fixes thus urgency high. + + -- maximilian attems <maks@sternwelten.at> Fri, 18 Aug 2006 15:35:09 +0200 + initramfs-tools (0.74) unstable; urgency=low * scripts/local-premount/resume: Reuse klibc resume, hardcode path as |
