This repository contains a systemd-sysext compatible extension for the Xen Guest Agent, specifically designed for CoreOS/Flatcar Linux environments.
The extension is compatible with systems that have an ID
of coreos
or an ID_LIKE
of coreos
in their os-release
. It has been tested with Flatcar Container Linux and should work with other CoreOS derivatives.
To use this extension with your CoreOS/Flatcar Linux system, follow these steps:
-
Download the Latest Release: Download the latest release of the Xen Guest Agent extension from the GitHub repository's releases page.
-
Install the Extension: Copy the downloaded file to the
/etc/extensions
directory on your CoreOS/Flatcar system. -
Enable the Extension: Run the following command to enable the extension:
systemd-sysext refresh```
-
Start the Service: Once the extension is enabled, start the Xen Guest Agent service:
systemctl start xen-guest-agent.service```
-
Verify the Installation: Verify that the service is running correctly:
systemctl status xen-guest-agent.service```
Contributions to improve the Xen Guest Agent extension are welcome. Please submit issues and pull requests through the GitHub repository.
This project is licensed under the GNU General Public License v3.0.
For support and bug reports, please submit an issue on the GitHub repository's issue tracker.