HomeSort by relevance Sort by last modified time
    Searched refs:grubcfg (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/chain/
options.h 44 const char *grubcfg; member in struct:options
mangle.c 210 * config filename. The filename passed via grubcfg= will overwrite
213 if (opt.grubcfg) {
214 if (strlen(opt.grubcfg) >= sizeof stage2->config_file) {
219 strcpy((char *)stage2->config_file, opt.grubcfg);
options.c 154 " grubcfg=<config> Set alternative config filename for GRUB Legacy",
278 } else if (!strncmp(argv[i], "grubcfg=", 8)) {
279 opt.grubcfg = argv[i] + 8;
406 if (opt.grubcfg && !opt.grub) {
407 error("grubcfg=<filename> must be used together with grub=<loader>.");

Completed in 114 milliseconds