On Sun, 2003-03-02 at 19:13, Stephen Boulet wrote: > If I'd like to pass an option to the "ide-scsi" module (hdc=ide-scsi), how do > I make this entry and which file do I put it in? > > Does it somehow go in /etc/modules.d/aliases, or do I need to make a ide-scsi > file in modules.d?
[EMAIL PROTECTED] mike $ grep -R ide-scsi /boot/ /etc/ 2>/dev/null /boot/grub/menu.lst:kernel /boot/vmlinuz root=/dev/hda5 hdc=ide-scsi hdd=ide-scsi /boot/grub/menu.lst:kernel /boot/vmlinuz.old root=/dev/hda5 hdc=ide-scsi hdd=ide-scsi /boot/grub/grub.conf:kernel /boot/vmlinuz root=/dev/hda5 hdc=ide-scsi hdd=ide-scsi /boot/grub/grub.conf:kernel /boot/vmlinuz.old root=/dev/hda5 hdc=ide-scsi hdd=ide-scsi /etc/modules.autoload:ide-scsi menu.lst is just a symlink to grub.conf, and I have 2 different kernels defined. -- Mike Williams <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part
