mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
With the committed changes to the loaders modules path code, the kernel
path does not need to be hard coded.
This commit is contained in:
parent
3e0aa01059
commit
db266683d3
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
static char *getbootfile(int try);
|
||||
|
||||
/* List of kernel names to try (may be overwritten by boot.config) XXX should move from here? */
|
||||
static const char *default_bootfiles = "/boot/kernel/kernel.ko";
|
||||
static const char *default_bootfiles = "kernel.ko";
|
||||
|
||||
static int autoboot_tried;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue