Age | Commit message (Collapse) | Author |
|
|
|
|
|
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>
|
|
coding stile
Signed-off-by: Michael Prokop <mika@debian.org>
|
|
merge from 0.92bubuntu1
Signed-off-by: maximilian attems <maks@debian.org>
|
|
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.
|
|
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>
|
|
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>
|
|
not really used in initramfs.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
adds fbcon vga16fb for usplash,
as this not useful for default just remove it.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
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>
|
|
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>
|
|
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>
|
|
not needed anymore..
|
|
since Lenny lvm2 ships it's own hooks scripts, no need to dup.
|
|
|
|
no longer exists and only needed for kernel older then Etch.
|
|
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.
|
|
just make sure we really copy into a dir and not a file.
|
|
- remove legacymdadm
- source hook-functions in legacylvm
|
|
|
|
|
|
|
|
- fix preinst sed command
- bunch of minor fixes
|
|
- allow conservative settings for skipping updated initramfs.
- debug output to screen
- parse mbr for lilo
+ small fixes
|
|
this compat stuff can go once Etch is released
- framebuffer stuff for usplash
- don't leave modules file behind - thanks piuparts!
|
|
- pump klibc dep
- use resume klibc-utils bin
- remove some klibc binaries
- use nfsmount
|
|
|
|
- changelog
- typos + whitespace + comments + quoting
- vga16fb
|
|
- load the right i2c module for ppc g5
(windfarm needs more work)
|
|
lvm script root on lilo woraround
lvm hook add dm-mirror
mkinitramfs cleanup old make-kpkg args
update-initramfs show what's going on
|
|
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
|
|
* add linear module
* manpage polishing
* udev_helper needs some conf sourced
|
|
|
|
|
|
|
|
|
|
remove traling whitespace in the conffile
remove debugging "set -x"
|
|
break out of loop on the '*' case.
|
|
|
|
also move them to hooks/udev from mkinitramfs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
next step will be to remove deps.
|
|
allows to remove dependency on lvm as requested by several users.
|