mback2k / sysext-qemu-ga

QEMU Guest Agent as systemd-sysext; OBSOLETE: qemu-ga is now included in stable Flatcar Container Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Steps to install and ensure automatic updates using systemd-sysupdate:

curl -L https://github.com/mback2k/sysext-qemu-ga/releases/latest/download/sysupdate-noop.conf --create-dirs -o /etc/sysupdate.d/noop.conf
curl -L https://github.com/mback2k/sysext-qemu-ga/releases/latest/download/sysupdate-qemu-ga.conf --create-dirs -o /etc/sysupdate.qemu-ga.d/qemu-ga.conf
curl -L https://github.com/mback2k/sysext-qemu-ga/releases/latest/download/systemd-qemu-ga.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/qemu-ga.conf
curl -L https://github.com/mback2k/sysext-qemu-ga/releases/latest/download/systemd-sysext.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/sysext.conf
systemctl daemon-reload
systemctl enable systemd-sysupdate.timer
systemctl start systemd-sysupdate.service

About

QEMU Guest Agent as systemd-sysext; OBSOLETE: qemu-ga is now included in stable Flatcar Container Linux


Languages

Language:Makefile 100.0%