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.
1192 print " (build, install or boot)\n";
1427 # Look for the good kernel to boot
1981 $command = "cat /boot/grub/menu.lst";
2136 doprint "Successful boot found: break after $booted_timeout second$s\n";
2241 fail "failed - never got a boot prompt." and return 0;
2908 # Now boot the box
2911 if ($type ne "boot") {
2918 dodie "Failed on boot" if $failed;
3029 $type = "boot";
3437 $type = "boot";
3520 if (!$failed && $type ne "boot"){
3811 if ($type ne "boot" && $type ne "test") {
3813 " make_min_config works only with 'boot' and 'test'\n" and return;
3993 doprint "$min_configs{$config} is needed to boot the box... keeping\n";
4503 if (!$failed && $test_type ne "boot" && defined($run_test)) {