Go to file
Jacob Payne 7d12794363
Merge pull request #4 from kairos-io/rename
update code to reflect repository rename
2023-04-17 14:14:40 -07:00
.github/workflows use ghcr 2023-03-21 10:42:20 -07:00
cmd update code to reflect repository rename 2023-04-17 14:13:33 -07:00
pkg/amtrpc converted from provider plugin to bundle binary 2023-04-14 13:45:24 -07:00
.gitignore init commit 2023-03-21 10:30:41 -07:00
Earthfile update code to reflect repository rename 2023-04-17 14:13:33 -07:00
go.mod update code to reflect repository rename 2023-04-17 14:13:33 -07:00
go.sum update code to reflect repository rename 2023-04-17 14:13:33 -07:00
Readme.md update code to reflect repository rename 2023-04-17 14:13:33 -07:00

Open AMT

Open AMT adds support for configuring Intel Active Management Tools during Kairos installation.

#cloud-config
amt:
  dns_suffix_override: "" # Hostname override
  hostname: "" # Hostname override
  lms_address: "" # LMS address (default "localhost"). Can be used to change location of LMS for debugging.
  lms_port: "" # LMS port (default "16992")
  proxy_address: "" # Proxy address and port
  password: "" # AMT password
  profile: ""# Name of the profile to use
  server_address: "" # WebSocket address of server to activate against
  timeout: "" # timeout for activation
  extra: # extra arguments to pass to the activate command
    -foo: bar