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