summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2006-08-12- fix mdadm config path locationmaximilian attems
2006-08-08revert klibc-utils resume usage for now.maximilian attems
2006-08-05- revert s/mount/nfsmountmaximilian attems
debian busybux has no nfs support lately
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-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-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-07-12- rename suspend boot script in resumemaximilian attems
- update-initramfs add -b bootdif flag document it - check for noresume arg in init
2006-07-02- move check_minkver() to hook-functionsmaximilian attems
2006-07-02woow pile of stuff turned up:maximilian attems
- cleanup of activate_vg() in lvm boot script - use less of busybox utilities - conf.d for BUSYBOX=y usage for the packages - don't poke on conffile for RESUME - use printf instead of expr (ooh ash and dash are *fun*) - fix update-initramfs to use current_version when no other version exists around
2006-06-29refix lilo root on lvm bootmaximilian attems
2006-06-27- fix typo on panic callmaximilian attems
- load the right i2c module for ppc g5 (windfarm needs more work)
2006-06-27fix lvm rootmaximilian attems
load mirror and snapshot
2006-06-24- no longer need to remove initramfs-tools/modules on postrmmaximilian attems
ubuntu sync: - change prereqs policy - add check_minver - use it in update-initramfs - fix version to use in update-initramfs
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-04-180.60:maximilian attems
- bug script - cryptoroot support - change exported variables - nfsopts, rootflags support - warn lilo+grub install - doc fixes
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-26fix copyrightmaximilian attems
module-init-tools dep gdth lilo minor parsing fixes
2006-03-18* fix minor parsingmaximilian attems
* add linear module * manpage polishing * udev_helper needs some conf sourced
2006-03-14udev stuff needs to be in scripts/init-premountmaximilian attems
only do the block device hacks on local boot
2006-03-14use quiet for fs module loadingmaximilian attems
2006-03-14fix wrong modprobe argsmaximilian attems
2006-03-08remove useless prerequsmaximilian attems
2006-03-08really add the dasd modules;maximilian attems
remove superflous ';'
2006-03-08add the 0.53[bc] changesets:maximilian attems
where takeover=0 and no '-' in script names
2006-03-04merge ubunut udev hook.maximilian attems
2006-02-27sync with ubuntu22 + some handmergesmaximilian attems
2006-02-06rename ide -> udev-helpermaximilian attems
as this is an debian udev workaround and will need more.
2006-01-24check for /dev/.initramfs/ before writing into it,maximilian attems
seen on an testboot with "break=init".
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-23Call panic on circular deps to get rescue shell.maximilian attems
2006-01-14evms took their own hooks. :)maximilian attems
2005-12-29upps had included the .bzr files due to newer dev machine.maximilian attems
2005-12-29add hook ide depending on udevmaximilian attems
loads ide-disk and ide-generic on all needed ide cases.
2005-12-12revert activate all vg,maximilian attems
may leed to data loss.
2005-12-12debian's module-init-tools of testing doesn't have yet themaximilian attems
modprobe -Qb interface, keep the change for next time. :(
2005-12-12merge ubuntu modprobe silence stuffmaximilian attems
and cp all /etc/modprobe.d :)
2005-12-07remove dup suspend codemaximilian attems
2005-12-05activate all lvm volumesmaximilian attems
2005-12-05resync with latest ubuntu, split udev done by hand.maximilian attems
2005-11-23evms=${ROOT#/dev/evms/} expression already sets it to <volname>.maximilian attems
So, the proper behavior is to exit if the volume name starts with a /, and continue if the volume name does not.
2005-11-23fix evms hookmaximilian attems
2005-11-02fix suspend to disk: use decimal numbers.maximilian attems
2005-10-26fix stat usage, which is no longer available in newer busybox.maximilian attems
use awk instead for determinig major_minor. great patch cures a hang observed on one of my laptops. :-) patch from Adrian Bridgett <adrian@smop.co.uk>, #335801.
2005-10-21added latest upstream fixes :-)maximilian attems
2005-10-21waldi udev fixesmaximilian attems
2005-10-21new repo format v6maximilian attems
2005-10-01apply all the 0.30 upstream changes.maximilian attems