Lines Matching refs:boot
52 "MIN_CONFIG_TYPE" => "boot",
70 "SYSLINUX_PATH" => "/boot/extlinux",
78 "BUILD_TARGET" => "arch/x86/boot/bzImage",
79 "TARGET_IMAGE" => "/boot/vmlinuz-test",
458 and will search in /boot/grub/menu.lst for the title \$GRUB_MENU
461 specified in REBOOT_SCRIPT to boot to the target.
463 The entry in /boot/grub/menu.lst must be entered in manually.
473 the syslinux install (defaults to /boot/extlinux). But you have to specify
474 SYSLINUX_LABEL to define the label to boot to for the test kernel.
478 The grub title name for the test kernel to boot
486 For example, if in the /boot/grub/menu.lst the test kernel title has:
503 here. Use something like /boot/grub2/grub.cfg to search.
1259 print " (build, install or boot)\n";
1489 # Look for the good kernel to boot
2039 $command = "cat /boot/grub/menu.lst";
2192 doprint "Successful boot found: break after $booted_timeout second$s\n";
2297 fail "failed - never got a boot prompt." and return 0;
2962 # Now boot the box
2965 if ($type ne "boot") {
2972 dodie "Failed on boot" if $failed;
3083 $type = "boot";
3465 $type = "boot";
3548 if (!$failed && $type ne "boot"){
3823 if ($type ne "boot" && $type ne "test") {
3825 " make_min_config works only with 'boot' and 'test'\n" and return;
4004 doprint "$min_configs{$config} is needed to boot the box... keeping\n";
4511 if (!$failed && $test_type ne "boot" && defined($run_test)) {