You are not logged in.
Pages: 1
Hi.
Atm I playing a little bit with compiling my own kernel - the aim is a kernel that don't need a ramdisk.
My ramdisk contains this: MODULES="pata_acpi pata_via ata_generic scsi_mod sd_mod sr_mod ext3 radeonfb"
Now I wan't to compile this modules into my kernel. What are the options to do so or is there an other way to select this drivers as build in?
Thanks, Andreas
Offline
On the corresponding option in "make menuconfig", press "y" instead of "m". This will make the option compiled in ("m" tells it to build it as a module, "n" disables the option)
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
I know, thats not the problem. What is the name of the option for sd_mod and sr_mod?
Last edited by echasslau (2008-09-25 08:21:32)
Offline
device driver > scsi > scsi harddisk
device driver > scsi > scsi cdrom
I'm not sure if i got the naming exactly right, but you should be able to find it like this
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
Pages: 1