From: Matthew F. <mf...@ci...> - 2003-07-28 16:14:41
|
> I am building my own iso trinux version. Where (in which folder) do i place > the > raw .o modules to get them loadad automatically at boot time? > > I dont want to use insmod to use the each time.. > > I tried putting them directly in the root folder but that didny help. And > yes > i have added them to my modules list in /config You put the raw modules in the /trinux/modules directory on the CD and edit /trinux/tux/config/modules to include the one's you get loaded. I can add an option if /trinux/tux/config/modules = "all" to load them all but that might not work all the I uploaded a new ISO src tarball (and an .iso) to http://trinux.sf.net/snaps/ I just changed the behavior for package loading. Everyting in bootpkg get's loaded but what is in pkg only gets loaded if it is in the config/pkglist file. - mdf |