summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2007-08-08debian/scripts: Add /etc/crypttab to reportbug scriptmaximilian attems
a big share of bugreports concern encrypted usage, that output is useful for /etc/fstab parsing.
2007-08-08hook-functions: fix dep_add_modules() for lvm, md and luks rootmaximilian attems
a better shot and try for finding the underlying root devices in the case of MODULES=dep and /sys walk. dep_add_modules() should be splitted..
2007-08-07scripts/functions: style fix for maybe_break()maximilian attems
recover func from previous bogus change..
2007-08-07scripts/functions: Implement non-zero panic boot argmaximilian attems
sleep the passed time and then call reboot. works as arg can only be numeric.
2007-07-28hook-functions: Protect variables with local usageDavid Härdeman
bonus minor coding style cleanup
2007-07-28control: tighten dep on klibc-utilsmaximilian attems
we need the etch version at least, so bump.
2007-07-04hook-functions: fix Xen bootmaximilian attems
2007-07-04revert vol_id usage for now, when more matured this can be easily rechanged.maximilian attems
2007-06-21hook-functions: fix variable typomaximilian attems
2007-06-21mkinitramfs: add patch from joeyh fixing arm bootmaximilian attems
acked by aurel32: 11:07 <aurel32> maks: I ack the fact to always add libgcc to arm, init needs libgcc1 for _Unwind_* functions
2007-06-20mkinitramfs: on wrong MODULES setting fallback to mostmaximilian attems
this setting is known to be bootable, currently we would just create an unbootable initramfs. *bad*
2007-06-20scripts/local: add a q&d crude method to warn about renamed root devmaximilian attems
maybe this will reduce ration of bug reports, as further device renaming is in the pipes. :)
2007-06-20docs fix typosmaximilian attems
apply latest patches from bts.
2007-06-11scripts/local: use simpler fstype invocationmaximilian attems
compatible with etch released klibc
2007-05-30document ROOT hardcodingmaximilian attems
only indirectly referenced in mkinitramfs.8
2007-05-27hook-functions: make version check in check_minkver more robust.David Härdeman
2007-05-27scripts/nfs: fix when root-path includes server-ipmaximilian attems
2007-05-27scripts/init-premount/ps3: typo fixmaximilian attems
2007-05-27scripts/local: check for fs on rootnodeDavid Härdeman
some device node will exist before they can be safely used
2007-05-03hook-functions: add firmware loading supportDavid Härdeman
newer modinfo outputs firmware files corresponding to the modules MODULE_FIRMWARE() field. Take care to add them automaticaly.
2007-05-01init: ignore non-numeric rootdelay, panic bootargsmaximilian attems
they cause funny sleep error messages: aka you can't sleep "bar" time ;) take into account that subsecond sleeps are ok. thanks david for the idea, gone for the q&d regex check.
2007-05-01hook-funtions: copy_exec workDavid Härdeman
* Change copy_exec to use the same source and destination path if only one argument is given. * document how copy_exec determines the target path. This also fixes a minor bug, these two commands: copy_exec /some/thing /thing copy_exec /some/other/thing /thing Would previously print (note the incorrect path): W:copy_exec: Not copying /some/other/thing to $DESTDIR/thing/thing...
2007-05-01init: Remove cryptopts parsingDavid Härdeman
the cryptsetup scripts parse /proc/cmdline themselves (even in the Etch version).
2007-05-01mkinitramfs.8: improve docsmaximilian attems
* add example section * be more explicit that update-initramfs is a wrapper around mkinitramfs and what it does
2007-05-01mkinitramfs: better heuristics for MODULES=depmaximilian 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-22lintian: make package error/warning clean againmaximilian attems
- missing colon in closes
2007-04-17release 0.87b: cleanup legacy hooksmaximilian attems
- remove legacymdadm - source hook-functions in legacylvm
2007-04-16nice usplash experiencemaximilian attems
tested both on my laptop as on qemu ubuntu merge
2007-04-16fix regexes to always use posix char classes and release 0.87maximilian attems
needs the -regextype posix-extended switch for find, also it seems 0.86 disgarded uselessly uppercase scripts (they might be distasteful ;)
2007-04-16minor 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-14Revert NACK'ed changeDavid Härdeman
2007-04-13Move legacy code from mkinitramfs to separate hooks.David Härdeman
2007-04-13Add PS3 module loading functionality.David Härdeman
2007-04-13Use -Qb for for module loading to honor blacklists.David Härdeman
2007-04-13Add support for a blacklist boot parameter.maximilian attems
disallows modules loading inside of the initramfs.
2007-04-12Add support for loading keymaps. (closes: 337663)David Härdeman
2007-04-11scripts/functions: fix cicular dep panic due to non-working prereqsmaximilian attems
check prereqs with the same set of checks for valid boot scripts
2007-04-100.86 releasemaximilian attems
2007-04-09man initramfs-toolsmaximilian attems
document valid script names
2007-04-08debian/copyright: general update with current authors + git tree locationmaximilian attems
2007-04-06mkinitramfs: set PATH with sbinmaximilian attems
allows non-root user creation of initramfs :)
2007-04-06merge 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-05scripts/functions, mkinitramfs: better backup file handlingmaximilian 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-02cleanup initramfs-tools.preinst from conffile movemaximilian attems
better test for $RESUME handling
2007-04-02bootfixes: mount args don't like spacesmaximilian attems
restore_initramfs(): verbose output before action
2007-04-02update-initramfs: restore_initramfsmaximilian attems
restore initramfs on failure path
2007-04-02first prerelease 0.86 + merge 0.85fmaximilian 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 utitilitesmaximilian attems
- add drivers/ata - rework the framebuffer boot script - small docs changes
2006-12-14- show lilo error on lilo failuremaximilian 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 backupmaximilian attems
- new bzr location - functional copy_dir_modules() - modprobe a bunch of ppc windfarm modules in thermal - provide output on error