Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-01 | init: Remove cryptopts parsing | David Härdeman | |
the cryptsetup scripts parse /proc/cmdline themselves (even in the Etch version). | |||
2007-05-01 | mkinitramfs.8: improve docs | maximilian attems | |
* add example section * be more explicit that update-initramfs is a wrapper around mkinitramfs and what it does | |||
2007-05-01 | mkinitramfs: better heuristics for MODULES=dep | maximilian attems | |
* add a first shoot that survives ide, scsi boot testing nfs still needs work let's see what other testers have to say * next step is to cut on the added libs for smaller initramfs enhances boot speed due to smaller initramfs for tuning freaks, others might still be better off with safe MODULES=most setting. | |||
2007-04-22 | lintian: make package error/warning clean again | maximilian attems | |
- missing colon in closes | |||
2007-04-17 | release 0.87b: cleanup legacy hooks | maximilian attems | |
- remove legacymdadm - source hook-functions in legacylvm | |||
2007-04-16 | TODO: lvm2 has it's own hooks *phew* :) | maximilian attems | |
2007-04-16 | nice usplash experience | maximilian attems | |
tested both on my laptop as on qemu ubuntu merge | |||
2007-04-16 | fix regexes to always use posix char classes and release 0.87 | maximilian attems | |
needs the -regextype posix-extended switch for find, also it seems 0.86 disgarded uselessly uppercase scripts (they might be distasteful ;) | |||
2007-04-16 | minor cleanups to get 0.87 ready: | maximilian attems | |
- add changelog entries to david changes - change to my new debian.org email adresses in manpages too - module list is alphabetic | |||
2007-04-16 | Remove stray comment | David Härdeman | |
2007-04-15 | Also print settings from initramfs.conf in reportbug script (thanks to Maik ↵ | David Härdeman | |
Zumstrull for the suggestion) | |||
2007-04-14 | Oops, remove dashes from filenames | David Härdeman | |
2007-04-14 | Replace grep use with shell equivalent | David Härdeman | |
2007-04-14 | Revert NACK'ed change | David Härdeman | |
2007-04-13 | Bump standards version, no changes necessary. | David Härdeman | |
2007-04-13 | Update copyright info | David Härdeman | |
2007-04-13 | Move legacy code from mkinitramfs to separate hooks. | David Härdeman | |
2007-04-13 | Add PS3 module loading functionality. | David Härdeman | |
2007-04-13 | Use -Qb for for module loading to honor blacklists. | David Härdeman | |
2007-04-13 | Update comment | David Härdeman | |
2007-04-13 | Add support for a blacklist boot parameter. | maximilian attems | |
disallows modules loading inside of the initramfs. | |||
2007-04-12 | I am apparently supposed to add myself to the uploaders field... | David Härdeman | |
2007-04-12 | Remove trailing spaces | David Härdeman | |
2007-04-12 | Add support for loading keymaps. (closes: 337663) | David Härdeman | |
2007-04-11 | scripts/functions: fix cicular dep panic due to non-working prereqs | maximilian attems | |
check prereqs with the same set of checks for valid boot scripts | |||
2007-04-10 | 0.86 release | maximilian attems | |
2007-04-09 | man initramfs-tools | maximilian attems | |
document valid script names | |||
2007-04-08 | debian/copyright: general update with current authors + git tree location | maximilian attems | |
2007-04-06 | mkinitramfs: set PATH with sbin | maximilian attems | |
allows non-root user creation of initramfs :) | |||
2007-04-06 | merge 0.85g security upload: | maximilian attems | |
fixes permissions of created device /dev/root for lilo boots: brw------- 1 root root 8, 1 2007-04-06 09:28 /dev/root note: this is on trunk aka master, need to create etch branch too. | |||
2007-04-05 | scripts/functions, mkinitramfs: better backup file handling | maximilian attems | |
* don't panick on backup files on boot, just ignore them * don't include backup file in initramfs * cleanup changelog this is quite a fundamental change need to double check that it works on nfs root too.. :) | |||
2007-04-02 | cleanup initramfs-tools.preinst from conffile move | maximilian attems | |
better test for $RESUME handling | |||
2007-04-02 | bootfixes: mount args don't like spaces | maximilian attems | |
restore_initramfs(): verbose output before action | |||
2007-04-02 | update-initramfs: restore_initramfs | maximilian attems | |
restore initramfs on failure path | |||
2007-04-02 | first prerelease 0.86 + merge 0.85f | maximilian attems | |
* kick mdrun script * update control for lenny + ubuntu * add _all_ ide, block and drivers * use MODPROBE_OPTIONS and kill any modprobed arg * small doc + whitespace fixes | |||
2006-12-21 | - revert busybox hardlinking it's utitilites | maximilian attems | |
- add drivers/ata - rework the framebuffer boot script - small docs changes | |||
2006-12-14 | - show lilo error on lilo failure | maximilian attems | |
- add hppa zalon module - reduce size due to keeping only 1 busybox copy - warn on update mode when no initramfs exist and takeover not specified | |||
2006-12-02 | - allow to disable backup | maximilian attems | |
- new bzr location - functional copy_dir_modules() - modprobe a bunch of ppc windfarm modules in thermal - provide output on error | |||
2006-11-04 | - check that an initrd is around before trying to backup | maximilian attems | |
2006-11-02 | - enhance mbr_check() | maximilian attems | |
- fix /boot ro check - create fb devices unconditionaly | |||
2006-10-18 | - improve run_bootloader (elilo, zipl) | maximilian attems | |
- fix preinst sed command - bunch of minor fixes | |||
2006-10-13 | last minute fixes update-initramfs: | maximilian attems | |
- find against the correct backup - check if initramfs _really_ exists | |||
2006-10-13 | whitespace policy | maximilian attems | |
2006-10-13 | - add backup handling to initramfs-tools | maximilian attems | |
- allow conservative settings for skipping updated initramfs. - debug output to screen - parse mbr for lilo + small fixes | |||
2006-10-05 | add ide jmicron module + ubuntu changelogs | maximilian attems | |
add scsi qla4xxx module | |||
2006-09-27 | - mkinitramfs: allow umask setting paranoid | maximilian attems | |
- revert an nfs changes small fixes over the place | |||
2006-09-19 | - more nfs work (timeout, parsing, typo) | maximilian attems | |
- lilo codeflow - add lasi700 scsi module | |||
2006-09-12 | - another run_lilo improvement | maximilian attems | |
2006-09-12 | - check for ro /boot | maximilian attems | |
- allow -k all for all modes and more feedback on deleting - small whitespace cleanup | |||
2006-09-04 | - better nfs handling: merge vagrant branch :) + local changes | maximilian attems | |
- cleanup stupid whitespace all over the place |