how does puppy know which modules to load ?

Using applications, configuring, problems
Post Reply
Message
Author
linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

how does puppy know which modules to load ?

#1 Post by linuxcbon »

how does puppy know which modules to load at startup ?
and in which order ?

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#2 Post by Karl Godt »

Geany > open /etc/rc.d/rc.sysinit

Search > Find > 'modprobe' > Find all > Mark | In Document

View > Show Message Window : Found 26 matches for "modprobe".

initrd.gz loads some "commands" into ram

and your personal choices at BootManager (`bootmanager`) are written to /etc/rc.d/MODULESCONFIG

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#3 Post by linuxcbon »

I found these modprobes in rc.sysinit : floppy psmouse yenta-socket ehci-hcd nls_cp437 nls_iso8859-1 fuse aufs squashfs apm battery ac thermal fan

But other modules will be loaded (usb,snd, i2c, etc, )
It seems to be done in /sbin/pup_event_backend_modprobe*
And also with udev ?

Not sure how it works.
Can it be simplified ?
Does it work loading all modules at once ?

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#4 Post by linuxcbon »

it seems udev does some job...
but rules are confusing...

Post Reply