No mechanism for per-kernel configuration files during early boot
Bug #114803 reported by
David Fox
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
module-init-tools |
New
|
Undecided
|
Unassigned | ||
module-init-tools (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: module-init-tools
The modprobe configuration mechanism needs a way to provide configuration files that are only read for a particular kernel flavor, for example 2.6.20-
Changed in module-init-tools: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in module-init-tools (Ubuntu): | |
status: | Confirmed → Triaged |
tags: | added: patch |
To post a comment you must log in.
I'm now using a udev rule to run a script that creates a link /dev/modprobe.d -> /etc/modprobe. d/arch/ `uname -r`. By adding a link /etc/modprobe. d/running- kernel. d -> /dev/modprobe.d, this solves the problem pretty well. The advantage of putting the link in /dev is that /dev is the first writable directory created on the system, so the link is available very early during boot.