summaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Collapse)Author
2010-09-09remove files that no longer existupstreamAn-Cheng Huang
2010-09-09Merge remote branch 'debian/master' into upstreamAn-Cheng Huang
2010-06-14code cleanup: consequently use "W:" for warnings.Michael Prokop
The only exception is log_warning_msg() inside scripts/functions which is/can be used by external scripts. Signed-off-by: Michael Prokop <mika@debian.org>
2010-06-14code cleanup: consequently replace spaces in indentions with tabs to unify ↵Michael Prokop
coding stile Signed-off-by: Michael Prokop <mika@debian.org>
2010-04-05hooks/klibc: Keep gzip in initramfsmaximilian attems
merge from 0.92bubuntu1 Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05Keep acpi modules in initramfs so that udev can load them earlymaximilian attems
partialy revert "nuke thermal hooks", this is needed for broken hardware. no point in us loading them, as udev will do it anyway and should soon run earlier. This reverts commit c5e39cd1cb1dc9f6a18de07e137ef47ecc8f8cc6.
2010-02-22mkinitramfs: KEYMAP option fails to work due to missing keymapMaximilian Gass
I have attached a patch that makes the keymap hook consider /etc/console-setup/cached.kmap.gz. I have also added gunzip to the initramfs because otherwise loadkeys complained that it was missing and failed to load the keymap. (closes: #565416) Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29move busybox addition to a hook scriptmaximilian attems
thus export the 2 needed busybox variables, be sure to have the klibc shell for now around. Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29klibc remove zcat and gunzipmaximilian attems
not really used in initramfs. Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29nuke kernelextras hookmaximilian attems
adds fbcon vga16fb for usplash, as this not useful for default just remove it. Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29create a klibc hook scriptmaximilian attems
we may soon no longer need it, so move it out to its own, so it can be more easily played with. Signed-off-by: maximilian attems <maks@debian.org>
2009-07-29nuke thermal hooksmaximilian attems
thrive for a smaller initramfs, were loading of the modules is so fast that acpi should be loaeded by udev after init(8) call. Signed-off-by: maximilian attems <maks@debian.org>
2009-04-01hooks/thermal: Prevent inclusion of windfarm modules on PS3.maximilian attems
Do not load thermal control for macintosh if the device is a PS3. fixes cosmetic issue of boot messages: FATAL: Error inserting therm_pm72 (/lib/modules/2.6.28-4-powerpc64-smp/kernel/drivers/macintosh/therm_pm72.ko): No such device FATAL: Error inserting windfarm_pm112 (/lib/modules/2.6.28-4-powerpc64-smp/kernel/drivers/macintosh/windfarm_pm112.ko): No such device (LP: #346899) this is a port of the 0.92bubuntu26 patch. Reported-by: Arnaud Jeansen <arnaud.jeansen@gmail.com>
2009-02-13udevhelper: nuke as need for partial upgrades between etch/lenny.maximilian attems
not needed anymore..
2009-02-05nuke old lvm hook scriptsmaximilian attems
since Lenny lvm2 ships it's own hooks scripts, no need to dup.
2008-10-28initramfs-tools-0.92j from mirrrors.kernel.orgdebian/0.92jrbalocca
2008-07-07udevhelper: drop ide.agent.maximilian attems
no longer exists and only needed for kernel older then Etch.
2007-10-04hooks/udevhelper: Adding all /lib/udev on initramfs if missing.maximilian attems
Due to overly strict errexit usage by udev hook a lot might be missing. This is an potential Etch -> Lenny upgrade issue. (closes: 431291) fixes boot failure on UUID and LABEL root for those. it seems much better to add this stupid hook than to pump udev dep. Thanks Michael Prokop <mika@grml.org> for report.
2007-08-27mkinitramfs, hooks/keymap: add trailing slash to cp destionationmaximilian attems
just make sure we really copy into a dir and not a file.
2007-04-17release 0.87b: cleanup legacy hooksmaximilian attems
- remove legacymdadm - source hook-functions in legacylvm
2007-04-14Oops, remove dashes from filenamesDavid Härdeman
2007-04-13Move legacy code from mkinitramfs to separate hooks.David Härdeman
2007-04-12Add support for loading keymaps. (closes: 337663)David Härdeman
2006-10-18- improve run_bootloader (elilo, zipl)maximilian attems
- fix preinst sed command - bunch of minor fixes
2006-10-13- add backup handling to initramfs-toolsmaximilian attems
- allow conservative settings for skipping updated initramfs. - debug output to screen - parse mbr for lilo + small fixes
2006-07-29- take care of partial mdadm/lvm Sarge upgradesmaximilian attems
this compat stuff can go once Etch is released - framebuffer stuff for usplash - don't leave modules file behind - thanks piuparts!
2006-07-20- drop md scriptsmaximilian attems
- pump klibc dep - use resume klibc-utils bin - remove some klibc binaries - use nfsmount
2006-07-16massif whitespace cleanupmaximilian attems
2006-07-16big ubuntu merge:maximilian attems
- changelog - typos + whitespace + comments + quoting - vga16fb
2006-06-27- fix typo on panic callmaximilian attems
- load the right i2c module for ppc g5 (windfarm needs more work)
2006-06-24lvm script patch activate root and resume volume groupmaximilian attems
lvm script root on lilo woraround lvm hook add dm-mirror mkinitramfs cleanup old make-kpkg args update-initramfs show what's going on
2006-03-26Resynch with 0.40ubuntu28maximilian attems
add raid10 module move the loop waiting code to mountroot() leaves only ide-generic from scripts/local-top/udev_helper md pre-requesites the udev one
2006-03-18* fix minor parsingmaximilian attems
* add linear module * manpage polishing * udev_helper needs some conf sourced
2006-02-28don't stumble on lvm10 leftovers, explicitly check for lvm2maximilian attems
2006-01-24add dm_snapshot to the modules for booting on lvm snapshotsmaximilian attems
2006-01-24sync 0.40ubuntu16maximilian attems
2006-01-14evms took their own hooks. :)maximilian attems
2005-12-12get ready for the release:maximilian attems
remove traling whitespace in the conffile remove debugging "set -x"
2005-12-06fix hooks/kernelextras not include current dir with wildcard.maximilian attems
break out of loop on the '*' case.
2005-12-05resync with latest ubuntu, split udev done by hand.maximilian attems
2005-11-23only include needed udev bits,maximilian attems
also move them to hooks/udev from mkinitramfs.
2005-11-23avoid a double link copy of bbr and bbr_segmaximilian attems
2005-11-23fix evms hookmaximilian attems
2005-11-17revert usage of mklibs-copy - reduces python dep.maximilian attems
2005-11-02fix evms root by adding dm_mod module to the initramfs image.maximilian attems
2005-10-26cleanup some useless FIXME's.maximilian attems
2005-10-26Check for dir ${MODULESDIR}/initrd/, exit if it doesn't exist.maximilian attems
2005-10-24document better runtime checks for lvm and mdadm.maximilian attems
2005-10-24add hooks/md with the needed bits.maximilian attems
next step will be to remove deps.
2005-10-24move the lvm bits to hooks/lvm.maximilian attems
allows to remove dependency on lvm as requested by several users.