Bug #1197
Loader doesn't load MODULE_DEPENDS when loading from interactive prompt
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Usually the loader loads required modules automatically, when adding
MODULE_load="YES" to /boot/loader.conf. This doesn't seem to happen when
issuing "load MODULE" at the interactive loader prompt.
Related todos
History
Updated by corecode over 4 years ago
It also seems that the loader "forgets" to load some modules, or rather ignores
them:
I have ums_load="YES" in loader, but it didn't get loaded (no output at least).
Typing "load ums" didn't have any effect. Didn't complain, nor load the module.
Updated by corecode over 4 years ago
For reference my /boot/loader.conf:
boot_verbose=""
ums_load="YES"
vn_load="YES"
vesa_load="YES"
if_re_load="YES"
linux_load="YES"
umass_load="YES"
vinum_load="YES"
vinum.drives="/dev/ad4 /dev/ad5"
vinum.root="root"
dumpdev="/dev/ad4s1d"
snd_hda_load="YES"
Updated by corecode over 4 years ago
When adding
usb_load="YES"
to loader.conf, loader properly loads ums as well.