remove systemctl enable for qemu compat

This commit is contained in:
Dan Kluser
2026-05-10 21:16:16 +02:00
parent a76971ba96
commit 142d3913c9

View File

@@ -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