Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-25 | mkinitramfs: kill kinit.shared too | maximilian attems | |
2007-08-25 | mkinitramfs: cope when no busybox is around | maximilian attems | |
only warn on cases where we know that busybox is needed. | |||
2007-08-25 | debian/control: updates | maximilian attems | |
* add vcs fields * mv busybox from depends to recommneds, as should be found in all but unusual installations * tighten dep on latest klibc | |||
2007-08-25 | initramfs-tools: axe udev_helper | maximilian attems | |
2007-08-23 | release 0.90a | maximilian attems | |
2007-08-23 | hook-functions: Add the new firewire modules. | maximilian attems | |
2007-08-21 | init: Fix mount options invocation for klibc mount. | maximilian attems | |
2007-08-16 | hook-functions factor out sys_walk_mod_add() | maximilian attems | |
add it as a function of it's own | |||
2007-08-16 | mkinitramfs: kick empty modules dir | maximilian attems | |
assume a s/ /\// was meant ;) | |||
2007-08-09 | release 0.90 | maximilian attems | |
push out enough pending stuff. | |||
2007-08-09 | update_initramfs tristate variable "all" | maximilian attems | |
allow admin to set that an update-initramfs postinst call should update any known initramfs. | |||
2007-08-09 | update-initramfs: enhance altered error message. | maximilian attems | |
2007-08-08 | initramfs-tools.preinst: Inhibit resume var creation. | maximilian attems | |
don't create /etc/initramfs-tools/conf.d/resume in chroot for debian-live and other custom debian distributions which build their systems in a chroot. | |||
2007-08-08 | mkinitramfs.8: Document verbose mode. | maximilian attems | |
Strange forgot about the interface almost as not seen in manpage.. | |||
2007-08-08 | scripts/funtions: run_scripts() on verbose mode add error messages | maximilian attems | |
* add the error messages * fix double call to set_initlist * skip empty dirs at start | |||
2007-08-08 | debian/script: add list of /sys/block on MODULES=dep | maximilian attems | |
a find might be a bit to verbose, so be happy for now with a q&d list. | |||
2007-08-08 | debian/scripts: Add /etc/crypttab to reportbug script | maximilian attems | |
a big share of bugreports concern encrypted usage, that output is useful for /etc/fstab parsing. | |||
2007-08-08 | hook-functions: fix dep_add_modules() for lvm, md and luks root | maximilian 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-07 | scripts/functions: style fix for maybe_break() | maximilian attems | |
recover func from previous bogus change.. | |||
2007-08-07 | scripts/functions: Implement non-zero panic boot arg | maximilian attems | |
sleep the passed time and then call reboot. works as arg can only be numeric. | |||
2007-07-28 | hook-functions: Protect variables with local usage | David Härdeman | |
bonus minor coding style cleanup | |||
2007-07-28 | control: tighten dep on klibc-utils | maximilian attems | |
we need the etch version at least, so bump. | |||
2007-07-28 | copyright: old bzr tree gone | maximilian attems | |
kill dangling link. changes are imported into git. | |||
2007-07-04 | hook-functions: fix Xen boot | maximilian attems | |
2007-07-04 | revert vol_id usage for now, when more matured this can be easily rechanged. | maximilian attems | |
2007-06-21 | hook-functions: fix variable typo | maximilian attems | |
2007-06-21 | mkinitramfs: add patch from joeyh fixing arm boot | maximilian 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-20 | mkinitramfs: on wrong MODULES setting fallback to most | maximilian attems | |
this setting is known to be bootable, currently we would just create an unbootable initramfs. *bad* | |||
2007-06-20 | scripts/local: add a q&d crude method to warn about renamed root dev | maximilian attems | |
maybe this will reduce ration of bug reports, as further device renaming is in the pipes. :) | |||
2007-06-20 | docs fix typos | maximilian attems | |
apply latest patches from bts. | |||
2007-06-11 | scripts/local: use simpler fstype invocation | maximilian attems | |
compatible with etch released klibc | |||
2007-05-30 | document ROOT hardcoding | maximilian attems | |
only indirectly referenced in mkinitramfs.8 | |||
2007-05-27 | hook-functions: make version check in check_minkver more robust. | David Härdeman | |
2007-05-27 | scripts/nfs: fix when root-path includes server-ip | maximilian attems | |
2007-05-27 | scripts/init-premount/ps3: typo fix | maximilian attems | |
2007-05-27 | scripts/local: check for fs on rootnode | David Härdeman | |
some device node will exist before they can be safely used | |||
2007-05-03 | hook-functions: add firmware loading support | David Härdeman | |
newer modinfo outputs firmware files corresponding to the modules MODULE_FIRMWARE() field. Take care to add them automaticaly. | |||
2007-05-01 | init: ignore non-numeric rootdelay, panic bootargs | maximilian 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-01 | hook-funtions: copy_exec work | David 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-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) |