Hi, With valuable help from Frans, I've created a patch which adds usb-storage module on sparc, so that it is actually possible to load needed firmware from a USB stick (attached). Please consider applying it.
Thanks. -- Jurij Smakov [EMAIL PROTECTED] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC
Index: installer/build/pkg-lists/cdrom/sparc.cfg =================================================================== --- installer/build/pkg-lists/cdrom/sparc.cfg (revision 56652) +++ installer/build/pkg-lists/cdrom/sparc.cfg (working copy) @@ -4,10 +4,9 @@ sparc-utils-udeb kbd-chooser -# Some modules are only available for sparc64, so only include them if they -# are available. -ide-modules-${kernel:Version} ? -usb-modules-${kernel:Version} ? +ide-modules-${kernel:Version} +usb-modules-${kernel:Version} +usb-storage-modules-${kernel:Version} scsi-common-modules-${kernel:Version} Index: installer/build/pkg-lists/netboot/sparc.cfg =================================================================== --- installer/build/pkg-lists/netboot/sparc.cfg (revision 56652) +++ installer/build/pkg-lists/netboot/sparc.cfg (working copy) @@ -9,5 +9,6 @@ nic-modules-${kernel:Version} usb-modules-${kernel:Version} +usb-storage-modules-${kernel:Version} console-keymaps-at Index: packages/kernel/linux-kernel-di-sparc-2.6/modules/sparc/usb-storage-modules =================================================================== --- packages/kernel/linux-kernel-di-sparc-2.6/modules/sparc/usb-storage-modules (revision 0) +++ packages/kernel/linux-kernel-di-sparc-2.6/modules/sparc/usb-storage-modules (revision 0) @@ -0,0 +1 @@ +#include <usb-storage-modules>