Displaying 2 results from an estimated 2 matches for "load_config_fil".
Did you mean:
load_config_file
2010 Jul 25
1
No config file and Syslinux 4 regression
...n directive found!
boot:
and
ISOLINUX 4.02 4.02* ETCD Copyright (C) 1994-2010 H. Peter Anvin et al
ERROR: No configuration file found
seems to hang here. no_default_msg gets printed too, but is overwritten since the cursor
doesn't seem to advance.
And if there is no config file we end up at load_config_file instead of no_config_file.
Sebastian
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing