Lines Matching refs:config_help
251 my %config_help;
390 $config_help{"MACHINE"} = << "EOF"
395 $config_help{"SSH_USER"} = << "EOF"
400 $config_help{"BUILD_DIR"} = << "EOF"
406 $config_help{"OUTPUT_DIR"} = << "EOF"
413 $config_help{"BUILD_TARGET"} = << "EOF"
418 $config_help{"BUILD_OPTIONS"} = << "EOF"
423 $config_help{"TARGET_IMAGE"} = << "EOF"
427 $config_help{"POWER_CYCLE"} = << "EOF"
438 $config_help{"CONSOLE"} = << "EOF"
448 $config_help{"LOCALVERSION"} = << "EOF"
453 $config_help{"REBOOT_TYPE"} = << "EOF"
477 $config_help{"GRUB_MENU"} = << "EOF"
501 $config_help{"GRUB_FILE"} = << "EOF"
506 $config_help{"SYSLINUX_LABEL"} = << "EOF"
511 $config_help{"REBOOT_SCRIPT"} = << "EOF"
654 if (defined($config_help{$config})) {
656 print $config_help{$config};