Matthew Burgess wrote:
> Alexander E. Patrakov wrote:
> > Matthew Burgess wrote:
> >> diff -Naur lfs-bootscripts-3.2.2.orig/Makefile
> >> lfs-bootscripts-3.2.2/Makefile
> >> --- lfs-bootscripts-3.2.2.orig/Makefile    2005-05-26
> >> 20:08:09.000000000 +0000
> >> +++ lfs-bootscripts-3.2.2/Makefile    2005-11-30 13:36:09.000000000
> >> +0000 @@ -27,7 +27,6 @@
> >>     install -m ${CONFMODE} lfs/init.d/functions ${EXTDIR}/rc.d/init.d/
> >>     install -m ${MODE} lfs/init.d/halt          ${EXTDIR}/rc.d/init.d/
> >>     install -m ${MODE} lfs/init.d/console       ${EXTDIR}/rc.d/init.d/
> >> -    install -m ${MODE} lfs/init.d/hotplug       ${EXTDIR}/rc.d/init.d/
> >>     install -m ${MODE} lfs/init.d/localnet      ${EXTDIR}/rc.d/init.d/
> >>     install -m ${MODE} lfs/init.d/modules       ${EXTDIR}/rc.d/init.d/
> >>     install -m ${MODE} lfs/init.d/mountfs       ${EXTDIR}/rc.d/init.d/
> >
> > We are not ready to do that yet. Nothing in the new setup walks the
> > /sys/bus directory.
>
> And what effect should I be seeing because of that?  Like I said before,
> this works for my non-modular kernel, so I can only assume that a walk
> of /sys/bus is required for module handling.  Will compiling my SCSI
> drivers (for a USB mass storage device - /dev/sda) as modules would be
> enough to trigger this problem?

Yes and no.

Scenario 1: *hci-hcd is a non-module, usb-storage is a module, sd-mod is a 
module.

Result: if you turn the computer on with the flash drive already plugged in, 
the usb-storage module will not be loaded and you won't see the flash drive 
before you re-plug it.

Scenario 2: all drivers are modules.

Result: nothing loads *hci-hcd.
 
-- 
Alexander E. Patrakov
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to