mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-27 09:12:31 +00:00
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
|
#@TYPE: Machine
|
||
|
#@NAME: common_pc
|
||
|
#@DESCRIPTION: Machine configuration for running a common x86
|
||
|
|
||
|
DEFAULTTUNE ?= "core2-64"
|
||
|
require conf/machine/include/tune-core2.inc
|