Age | Commit message (Collapse) | Author |
|
module list
closes: #503216
|
|
|
|
same fix as cciss, see #507619
|
|
A coworker reported a lenny install failure today. Turns out he had
asked the installer to run mkinitramfs w/ MODULES=dep, which I'd never
tried before:
dl380g5:/home/dannf# mkinitramfs-kpkg -o /boot/initrd.img-2.6.26-1-686
2.6.26-1-686
mkinitramfs: missing cciss/c0d0p root /dev/cciss/c0d0p1 /sys entry
mkinitramfs: workaround is MODULES=most
mkinitramfs: Error please report the bug
dep_add_modules() expects to find a /sys/block/cciss/c0d0p file, but
it should be trying /sys/block/cciss!c0d0:
(closes: #507619)
|
|
|
|
found under drivers/s390/block instead drivers/block location.
"allows to access disks under VM"
request by s390 porter Bastian Blank <waldi@debian.org>
|
|
lives under drivers/s390/scsi and not drivers/scsi
(closes: #498698)
|
|
mkinitramfs MODULES=dep detection didn't account for lvm on md, fixes
mkinitramfs: missing md root /dev/mapper/ts409-root /sys entry
(closes: #498237)
thanks for report to Rod Whitby <rod@whitby.id.au>
|
|
currently ext4 is named ext4dev, doesn't matter if it doesn't exit,
just list it to be future proof for the lenny release.
klibc fstype has already ext4dev support (closes: #494922)
|
|
Thanks to Kevin Price who sent me logs from the NSLU2, I know why it
works there.
The difference is that on the NSLU2 USB is a PCI device whereas on my
Orion machine it's not.
(closes: #494027)
|
|
Thanks to Jens Seidel <jensseidel@users.sf.net>
(closes: #493238)
|
|
ubuntu merge
|
|
ubuntu merge
|
|
this allows OLPC root, as root on mmc cards. (closes: #483431)
Thanks for initial patch to Robert Millan <rmh@aybabtu.com>.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
must not be a klibc bug, initramfs-tools is first suspect.
|
|
When MODULES is set to 'dep' in /etc/initramfs-tools/initramfs.conf,
update-initramfs fails to detect correctly the root filesystem(device
and fs used). When called, this command fails with:
----------
mkinitramfs: missing rootfs root rootfs /sys entry
mkinitramfs: workaround is MODULES=most
mkinitramfs: Error please report the bug
update-initramfs: failed for /boot/initrd.img-2.6.25-2-amd64
----------
So we have 3 cases here. eval "$(mount | awk '/"... returns
* an UUID when the rootfs is mounted with the 'LABEL=' or 'UUID='.
The UUID is a relative symbolic link located in /dev/disk/by-uuid/
pointing to the real device.
* the real disk device.
* /dev/root
When "root=/dev/root", we have to figure out what it is, which is
done in the "if" block. Also changing the matching regex in front
to catch that type.
Once we got the symlink to the root device, we can use 'readlink' to
get the real device. Using 'readlink' on a file which is not a
symlink doesn't matters(case 2).
|
|
MODULES=list loads modules very early,
when the firmware loader udev might not be there yet.
thanks David Martínez Moreno <ender@tuenti.com> for report.
|
|
"ps3_sys_manager handles system shutdown, so having it in initramfs
allows the user to properly shutdown the system with the power
button if the root file system can not be mounted at boot.
Without it the user must do a forced poweroff."
Geoff Levand <geoffrey.levand@am.sony.com>
|
|
[ Ubuntu merge of better sparc support -maks ]
|
|
Debian never shipped the PS3PF legacy plattform,
only retain the relevant upstream accepted ps3 plattform drivers.
|
|
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.
|
|
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.
|
|
check that the modalias really exists,
otherwise no need to add anything.
|
|
instead of searching non matching sysfs modules strings
PIIX_IDE != piix, just look up the modalias.
modprobe likes it too ;)
|
|
* missing i2o_block
* force_load when !udev
|
|
fstype just detects fine the fs,
even when running without udev.
|
|
do fstype stuff on top.
|
|
fix dep_add_modules(),
as bonus check rootfs output so that eventual unkown
rootfs get reported.
|
|
|
|
add it as a function of it's own
|
|
goal is to get the space down for lenny.
|
|
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..
|
|
bonus minor coding style cleanup
|
|
|
|
|
|
|
|
newer modinfo outputs firmware files corresponding to the
modules MODULE_FIRMWARE() field.
Take care to add them automaticaly.
|
|
* 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...
|
|
* 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.
|
|
- add changelog entries to david changes
- change to my new debian.org email adresses in manpages too
- module list is alphabetic
|
|
|
|
* 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
|
|
- add drivers/ata
- rework the framebuffer boot script
- small docs changes
|
|
- 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
|
|
- new bzr location
- functional copy_dir_modules()
- modprobe a bunch of ppc windfarm modules in thermal
- provide output on error
|
|
- fix /boot ro check
- create fb devices unconditionaly
|
|
- fix preinst sed command
- bunch of minor fixes
|
|
add scsi qla4xxx module
|
|
- revert an nfs changes
small fixes over the place
|
|
- lilo codeflow
- add lasi700 scsi module
|