# Note: These variables need to be filled as per the machine # configuration supplied in the /etc/machinesetuptool/config/ directory. # List of support target machines. SUPPORTED_MACHINES="" # Specify the machine to be selected on user prompt timeout. DEFAULT_MACHINE_SELECTION="" # MACHINE: The image is configured for this target machine. # This definition is updated after detection or selection on prompt. # Allowed Options: # "detect" : Try to detect the target platform. # "ask" : Prompt user for the target platform at boot time. # "detect-ask" : Try detecting first, if that does not work, then prompt the user. # "" : Do not change anything on the target. # Or any one of the machines listed in the SUPPORTED_MACHINES variable. MACHINE=""