mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 03:03:09 -04:00
after loading such a kernel, "module_path" will be set to
an insane value. Fixed example by providing an equivalent
setting. For the record, when automatically loading a
kernel (commands "boot" and "boot-conf"), the following is
tried, in this order:
path=/boot/${kernel} file=${bootfile}
path=/boot/${kernel} file=${kernel}
path=${kernel} file=${bootfile}
path=${kernel} file=${kernel}
path=${module_path} file=${kernel}
|
||
|---|---|---|
| .. | ||
| beastie.4th | ||
| frames.4th | ||
| loader.4th | ||
| loader.4th.8 | ||
| loader.conf | ||
| loader.conf.5 | ||
| loader.rc | ||
| pnp.4th | ||
| screen.4th | ||
| support.4th | ||