https://bugzilla.novell.com/show_bug.cgi?id=480808
Summary: [mkinitrd] mkinitrd fails with root on /dev/mmcblk0p1 Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i586 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@novell.com ReportedBy: dl9pf@gmx.de QAContact: jsrain@novell.com Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1 Firefox/3.0.6
linux:~ # mkinitrd -d /dev/mmcblk0p1
Kernel image: /boot/vmlinuz-2.6.27.19-3.2-default Initrd image: /boot/initrd-2.6.27.19-3.2-default Root device: /dev/mmcblk0p1 (mounted on / as ext2) No modalias for device mmcblk0 Script /lib/mkinitrd/setup/72-block.sh failed!
Reproducible: Always
Steps to Reproduce: 1. install on sd-card (xo-1) 2. run mkinitrd 3. Actual Results: generation of mkinitrd fails
Expected Results: generation of mkinitrd
I added this to /lib/mkinitrd/scripts/setup-block.sh
ida*) echo cpqarray ;; + mmc*) + echo mmc_block + ;; *)
It should work for xo.
https://bugzilla.novell.com/show_bug.cgi?id=480808
Jiri Srain jsrain@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jsrain@novell.com AssignedTo|jsrain@novell.com |mvancura@novell.com