From: Damir Cosic <damir@fatpipeinc.com>
To: Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: problems with setting non-default modules path in 2.2.14
Date: Mon, 13 Nov 2000 10:25:06 -0700 [thread overview]
Message-ID: <3A1023F2.B1A81898@fatpipeinc.com> (raw)
Hello,
I want to set my development machine so I have multiple
kernels that I can boot. I don't need different versions
of kernel, but only 2.2.14 compiled with different
options (e.g. with/without kdb).
So I have two kernel images, default and debug. I also
compiled modules for both of these kernels and configured
lilo like this:
image = /boot/vmlinuz-pc97-2.2.14-modular
label = linux
root = /dev/hda1
vga = 274
read-only
append = "debug=2 noapic nosmp"
image = /boot/bzImage-debug
label = debug
root = /dev/hda1
read-only
append = "MODPATH=/lib/modules/2.2.14-debug/"
If I boot to debug kernel, 'cat /proc/cmdline' shows this:
BOOT_IMAGE=debug ro root=301 MODPATH=/lib/modules/2.2.14-debug/
but modules are not loaded. Also, I have this in my /etc/modules.conf:
path[usb]=/lib/modules/`uname -r`/`uname -v`
path[usb]=/lib/modules/`uname -r`
path[usb]=/lib/modules/
path[usb]=/lib/modules/default
but this should affect only USB modules, which I don't use.
What am I missing here?
Thanks,
Damir
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
reply other threads:[~2000-11-13 17:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A1023F2.B1A81898@fatpipeinc.com \
--to=damir@fatpipeinc.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox