Searched defs:stage2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2464 else if (grub_memcmp ("--stage2=", arg, sizeof ("--stage2=") - 1) == 0)
2466 stage2_os_file = arg + sizeof ("--stage2=") - 1;
2887 "install [--stage2=STAGE2_FILE] [--force-lba] STAGE1 [d] DEVICE STAGE2 [ADDR] [p] [CONFIG_FILE] [REAL_CONFIG_FILE]",
2900 " for LBA mode. If the option `--stage2' is specified, rewrite the Stage"
4997 char stage2[64];
5112 else if (grub_memcmp ("--stage2=", arg, sizeof ("--stage2=") - 1) == 0)
5160 grub shell, since that affects `--stage2'. */
5182 grub_sprintf (stage2, "
4944 char stage2[64]; local
[all...]

Completed in 36 milliseconds