From 3ee74c3d82c5dd9ce7a754f24cbff0fca12a4584 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Sun, 8 Nov 2020 12:23:10 +0000 Subject: [PATCH] The qemu guest agent service has been renamed --- airootfs/root/customize_airootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 61ce646..d546d64 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -35,7 +35,7 @@ systemctl enable choose-mirror.service systemctl enable sshd.service systemctl enable sysrescue-initialize.service systemctl enable sysrescue-autorun.service -systemctl enable qemu-ga.service +systemctl enable qemu-guest-agent.service systemctl set-default multi-user.target # Mask irrelevant timer units (#140)