summaryrefslogtreecommitdiff
path: root/hook-functions
AgeCommit message (Collapse)Author
2008-04-08MODULES=dep fix ps3 supportmaximilian attems
Debian never shipped the PS3PF legacy plattform, only retain the relevant upstream accepted ps3 plattform drivers.
2008-04-08hook-functions: Add atl1, cxgb3, e1000e, igb, ipg, niu, sky2 list of net ↵maximilian attems
modules added to MODULES=most the net section was missing quite a lot of the newer net driver, add them all per hand. as we can't just ship drivers/net.
2007-12-26MODULES=dep fix for new /dev/md/X naming scheme (closes: #440694).maximilian attems
Using mkinitramfs-kpkg to build the ramdisk. awk: /^md/0/{print substr($5, 1, 3); exit} awk: ^ syntax error mkinitramfs-kpkg failed to create initrd image. Failed to create initrd image. /proc/mdstat naming unchanged, thuse use same awk parsing.
2007-09-09hook-functions: protect sys_walk_modalias()maximilian attems
check that the modalias really exists, otherwise no need to add anything.
2007-09-08hook-functions: Add sys_walk_modalias() for IDEmaximilian attems
instead of searching non matching sysfs modules strings PIIX_IDE != piix, just look up the modalias. modprobe likes it too ;)
2007-09-08hook-functions: MODULES=dep fix I2O detection.maximilian attems
* missing i2o_block * force_load when !udev
2007-09-08hook-functions: don't force load rootfsmaximilian attems
fstype just detects fine the fs, even when running without udev.
2007-09-08hook-functions: reorder dep_add_modules()maximilian attems
do fstype stuff on top.
2007-09-07hook-functions: probe rootfs on auto typemaximilian attems
fix dep_add_modules(), as bonus check rootfs output so that eventual unkown rootfs get reported.
2007-08-23hook-functions: Add the new firewire modules.maximilian attems
2007-08-16hook-functions factor out sys_walk_mod_add()maximilian attems
add it as a function of it's own
2007-08-08hook-functions rephrase slightly the MODULES=dep error conditionmaximilian attems
goal is to get the space down for lenny.
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-07-28hook-functions: Protect variables with local usageDavid Härdeman
bonus minor coding style cleanup
2007-07-04hook-functions: fix Xen bootmaximilian attems
2007-06-21hook-functions: fix variable typomaximilian attems
2007-05-27hook-functions: make version check in check_minkver more robust.David Härdeman
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-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-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-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-13Add PS3 module loading functionality.David Härdeman
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
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-05add ide jmicron module + ubuntu changelogsmaximilian attems
add scsi qla4xxx module
2006-09-27- mkinitramfs: allow umask setting paranoidmaximilian 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-08-25- fix bashismmaximilian attems
- rename mdadm.conf in mdrun.conf - retry nfsmount - harden init - fix lvm boot script prereqs
2006-08-18- really add DAC960 + add megaraid_sasmaximilian attems
- 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.
2006-07-24- add BUSYBOX section to confmaximilian attems
- add myri10ge, smc911x and hptiop modules - fix check_minkver() logic - escape resume variables - fix SEE ALSO section in all manpages - source /usr/share/initramfs-tools/conf.d/* - check against modules.dep before running depmod - more verbose output - open console with -i for dash interactive - fix resume param by LABEL or UUID - lvm has new prereq mdadm - update-initramfs fix -v calling - functions/scripts replace basename usage with shell expansion
2006-07-16big ubuntu merge:maximilian attems
- changelog - typos + whitespace + comments + quoting - vga16fb
2006-07-02- move check_minkver() to hook-functionsmaximilian attems
2006-06-21- News entry for the confdir mvmaximilian attems
- check for doc befor copying modules - add arcmsr to scsi module - tighten udev dep
2006-03-26fix copyrightmaximilian attems
module-init-tools dep gdth lilo minor parsing fixes
2006-03-21add verbose mode for mkinitramfs, use it when calling itmaximilian attems
display which modules gets added, we might want to have even more verbose info, but that is a nice start. add cpqarray module document `-' filename restriction don't exit succesfully if root fs full
2006-03-14fix firewire bootingmaximilian attems
2006-03-08really add the dasd modules;maximilian attems
remove superflous ';'
2006-03-08split up the long lines in audo_add_modulesmaximilian attems
add a bunch of needed modules
2006-03-04add dac960 for alphamaximilian attems
2006-02-27initial ieee1394 supportmaximilian attems
2006-02-27resync ubuntu24 aka nice conf.dmaximilian attems
2006-02-27sync with ubuntu22 + some handmergesmaximilian attems
2006-01-24take care of modular atkb and i8042.maximilian attems
seen on the Debian ppc .config!?
2006-01-24sync 0.40ubuntu16maximilian attems
2006-01-14fix MODULES=dep due to modprobe --show-depends printing not only insmod ↵maximilian attems
commands but also the install ones.
2005-12-01add mptspi to the scsi modules listmaximilian attems