aboutsummaryrefslogtreecommitdiffstats
path: root/defaults
blob: 4344093434f66bda1f8c824daa1b6d06afffd209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=""