From 142d3913c9257fb8540d5e5877862f4ea749861f Mon Sep 17 00:00:00 2001 From: Dan Kluser Date: Sun, 10 May 2026 21:16:16 +0200 Subject: [PATCH] remove systemctl enable for qemu compat --- distros/arch/image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distros/arch/image.yaml b/distros/arch/image.yaml index 6970a7f..b898bda 100644 --- a/distros/arch/image.yaml +++ b/distros/arch/image.yaml @@ -159,7 +159,9 @@ actions: action: |- #!/bin/bash set -eux - systemctl enable grow-rootfs.service + mkdir -p /etc/systemd/system/local-fs.target.wants + ln -sf /etc/systemd/system/grow-rootfs.service \ + /etc/systemd/system/local-fs.target.wants/grow-rootfs.service # Create default user (ps5/ps5) useradd -m -G wheel,seat -s /bin/bash ps5